OSDN Git Service

39148108b3330e9650acd12d4910e7e06541572e
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / ucnid-10.c
1 /* Verify diagnostics for extended identifiers refer to UCNs (in the C
2    locale).  Test #pragma pack diagnostics.  */
3 /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */
4 /* { dg-options "-std=gnu99 -fextended-identifiers" } */
5
6 #pragma pack(push)
7 #pragma pack(pop, \u00f3) /* { dg-warning "pop, \\\\U000000f3.*push, \\\\U000000f3" } */
8 #pragma pack(\u00e7) /* { dg-warning "unknown action '\\\\U000000e7'" } */