Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / ucnid-7-utf8.c
blob07f5ca0f9d37c3a66fcdb4c51c4a97929ab0f1c6
1 /* Verify diagnostics for extended identifiers refer to UCNs (in the C
2 locale). */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c99" } */
5 /* { dg-require-ascii-locale "" } */
6 /* { dg-skip-if "" { "powerpc-ibm-aix*" } } */
8 void *p = &é; /* { dg-error "'\\\\U000000e9' undeclared" } */
9 void *q = &; /* { dg-error "'\\\\U00001e00' undeclared" } */