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/] [20050215-1.c] - Rev 307
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