URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [ucnid-10.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Verify diagnostics for extended identifiers refer to UCNs (in the C locale). Test #pragma pack diagnostics. */ /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ /* { dg-options "-std=gnu99 -fextended-identifiers" } */ #pragma pack(push) #pragma pack(pop, \u00f3) /* { dg-warning "pop, \\\\U000000f3.*push, \\\\U000000f3" } */ #pragma pack(\u00e7) /* { dg-warning "unknown action '\\\\U000000e7'" } */
Go to most recent revision | Compare with Previous | Blame | View Log