]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/ucnid-10.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / ucnid-10.c
CommitLineData
88388a52
JM
1/* Verify diagnostics for extended identifiers refer to UCNs (in the C
2 locale). Test #pragma pack diagnostics. */
24a57808 3/* { dg-do compile } */
701cade1 4/* { dg-options "-std=gnu99" } */
6dd2a13c 5/* { dg-require-ascii-locale "" } */
ee14eae1 6/* { dg-skip-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
88388a52
JM
7
8#pragma pack(push)
9#pragma pack(pop, \u00f3) /* { dg-warning "pop, \\\\U000000f3.*push, \\\\U000000f3" } */
10#pragma pack(\u00e7) /* { dg-warning "unknown action '\\\\U000000e7'" } */