URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr20245-1.c] - Rev 689
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" } */