URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20050215-1.c] - Rev 12
Compare with Previous | Blame | View Log
/* Testcase for memory corruption bug in macro processing. See PR preprocessor/19077 for details. */ /* { dg-do compile } */ /* { dg-options "-g3" } */ #define FOO(a,b,c,d,e) a b c d e \ " " \ " " \ " " int i;