URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000519-1.c] - Rev 404
Go to most recent revision | Compare with Previous | Blame | View Log
/* Regression test for preprocessor crash. Reported by Mathias Froehlich <frohlich@na.uni-tuebingen.de>. */ /* { dg-do preprocess } */ /* { dg-options "-ansi" } */ #define foo #define __CAT__(a,b,c,d) a##b##c##d #define CAT(a,b,c,d) __CAT__(a,b,c,d) #define bar CAT(,foo,bar,) bar
Go to most recent revision | Compare with Previous | Blame | View Log