URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [ucnid-8.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-std=c99" } */ /* Test that -std=c99 does not enable extended identifiers while the feature is experimental; remove this test after audit of all identifier uses in the compiler. */ #define a b( #define b(x) q int a\u00aa);
Go to most recent revision | Compare with Previous | Blame | View Log