URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [20031111-1.c] - Rev 12
Compare with Previous | Blame | View Log
/* Make sure that dead code isn't eliminated too early, avoiding detection of errors. */ /* { dg-do compile } */ void foo(void) { if (0) break; /* { dg-error "" } */ if (1) ; else continue; /* { dg-error "" } */ }