1 /* Verify diagnostics for extended identifiers refer to UCNs (in the C
2 locale). Miscellaneous diagnostics. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=gnu99 -Wpacked" } */
5 /* { dg-require-ascii-locale "" } */
6 /* { dg-skip-if "" { powerpc-ibm-aix* } } */
8 int a
__attribute__((À
)); /* { dg-warning "'\\\\U000000c0' attribute directive ignored" } */
10 extern void Á
(void) __attribute__((deprecated
));
11 void g (void) { Á
(); } /* { dg-warning "'\\\\U000000c1' is deprecated" } */
13 struct Â
{ char c
; } __attribute__((packed
)); /* { dg-warning "'\\\\U000000c2'" } */
15 void h (void) { asm ("%[Ã]" : : ); } /* { dg-error "undefined named operand '\\\\U000000c3'" } */