URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [undef-opt-1.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test -undef. A bug in its handling broke glibc builds because "linux" was wrongly defined. */ /* { dg-do preprocess } */ /* { dg-options "-undef" } */ #ifdef linux #error -undef broken #endif
Go to most recent revision | Compare with Previous | Blame | View Log