URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [paste15.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR preprocessor/20077 */ /* { dg-do preprocess } */ #define a a ## ## /* { dg-error "end of a macro expansion" } */ #define b() b ## ## /* { dg-error "end of a macro expansion" } */ #define c c ## /* { dg-error "end of a macro expansion" } */ #define d() d ## /* { dg-error "end of a macro expansion" } */ #define e ## ## e /* { dg-error "end of a macro expansion" } */ #define f() ## ## f /* { dg-error "end of a macro expansion" } */ #define g ## g /* { dg-error "end of a macro expansion" } */ #define h() ## h /* { dg-error "end of a macro expansion" } */ #define i ## /* { dg-error "end of a macro expansion" } */ #define j() ## /* { dg-error "end of a macro expansion" } */
Go to most recent revision | Compare with Previous | Blame | View Log