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/] [macro7.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do preprocess } */ /* Test we don't complain about directives in macro expansions when looking for the '(' of a function-like macro. Submitter: Neil Booth. 3 Mar 2000. */ #define f(x) x f #define g
Go to most recent revision | Compare with Previous | Blame | View Log