URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [pr35313.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test two failing cases for libcpp parser. From PRs 35313, 36088*/ /* { dg-do preprocess } */ /* { dg-options "-std=c99 -pedantic-errors" } */ extern int x; #if 0 ? 3,4 : 2 #endif #if 1 ? 0 : 1 ? 1/0 : 1/0 #endif
Go to most recent revision | Compare with Previous | Blame | View Log