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/] [trad/] [literals-2.c] - Rev 414
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that unterminated quotes in CPP expressions are recognized. */ /* { dg-do preprocess } */ /* { dg-warning "missing terminating" "bad charconst" { target *-*-* } 7 } */ /* { dg-error "not valid" "bad charconst" { target *-*-* } 7 } */ #if 'x #endif
Go to most recent revision | Compare with Previous | Blame | View Log