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/] [19990228-1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* Regression test for cpp. The following input may cause core dumps or # line markers in the middle of the line. */ /* { dg-do preprocess } */ #define foo(string, arg) bar(2, string, arg) foo ("\ \ \ \ \ \ \ \ \ \ \ ", NULL); /* { dg-final { scan-file-not 19990228-1.i "\[^\\n\]#" } } */
Go to most recent revision | Compare with Previous | Blame | View Log