URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [19990413-1.c] - Rev 816
Compare with Previous | Blame | View Log
/* Verify that cpp doesn't screw up the line numbering when a macro argument extends over multiple lines. */ /* { dg-do compile } */ #define FOO(x) /* nothing */ void func(void) { FOO(i = 4) else; /* { dg-error "parse error|syntax error|expected" "error on this line" { target *-*-* } { 12 } } */ }