URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20050215-1.c] - Rev 154
Go to most recent revision | 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;
Go to most recent revision | Compare with Previous | Blame | View Log