URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [warn-undef.c] - Rev 689
Compare with Previous | Blame | View Log
// { dg-do preprocess } // { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" } #if x // { dg-warning "\"x\" is not defined .-Wundef." } #endif