IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / ucnid-7.c
blobfe53a497ffa3686006e50eeb97eb40206f95d035
1 /* Verify diagnostics for extended identifiers refer to UCNs (in the C
2 locale). */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c99 -fextended-identifiers" } */
6 void *p = &\u00e9; /* { dg-error "'\\\\U000000e9' undeclared" } */
7 void *q = &\u1e00; /* { dg-error "'\\\\U00001e00' undeclared" } */