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/] [unc1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* Tests for un-terminated conditionals: 1. */ /* { dg-do preprocess } */ #if 1 /* { dg-error "unterminated" "unterminated #if" } */ #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */ blah blah blah #endif more text /* oops! */
Go to most recent revision | Compare with Previous | Blame | View Log