URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [warn-undef-2.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do preprocess } // { dg-options "-std=gnu99 -fdiagnostics-show-option -Werror=undef" } /* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */ #if x // { dg-error "\"x\" is not defined .-Werror=undef." } #endif
Go to most recent revision | Compare with Previous | Blame | View Log