URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [trad/] [escaped-nl.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test escaped newlines at start of macro definition are properly skipped (buglet in skip_whitespace () in cpptrad.c). */ /* { dg-do preprocess } */ #define NUM \ 100 #if NUM != 100 # error NUM not defined properly /* { dg-bogus "error" } */ #endif
Go to most recent revision | Compare with Previous | Blame | View Log