URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [macro7.c] - Rev 823
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