URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [maccom3.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do preprocess } */ /* { dg-options "-CC" } */ /* This tests to make sure that comments in the definition of a macro parameter list are ignored when the -CC option is used. Jason R. Thorpe, 6 Apr 2002 */ #define def(x /**/, y) passed def(x,y) /* { dg-final { scan-file maccom3.i "(^|\n)passed" } } */
Go to most recent revision | Compare with Previous | Blame | View Log