URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr20245-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Bug 20245: the parse error should not result in an ICE. */ /* { dg-do compile } */ /* { dg-options "" } */ void foo() x; /* { dg-error "expected" } */
Go to most recent revision | Compare with Previous | Blame | View Log