URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [undeclared-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for no ICE with an undeclared identifier in an enum in old-style parameter decls. PR 12560. */ /* { dg-options "-w" } */ foo(c) enum { a = b } c; /* { dg-error "undeclared|for each" } */ { }
Go to most recent revision | Compare with Previous | Blame | View Log