URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [990506-0.c] - Rev 758
Go to most recent revision | Compare with Previous | Blame | View Log
/* Verify that a diagnostic is issued without crashing due to --enable-checking catching a bug in the C front end. */ /* { dg-do compile } */ x() { foo (i); /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } { 6 } } */ /* { dg-message "function it appears in" "reminder message" { target *-*-* } { 6 } } */ }
Go to most recent revision | Compare with Previous | Blame | View Log