URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [19990413-1.c] - Rev 12
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 } } */ }