URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr23075.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/23075 */ /* { dg-do compile } */ /* { dg-options "-O2 -Wreturn-type" } */ int foo (void) { return; /* { dg-warning "with no value" } */ } /* { dg-bogus "control reaches end" } */ int bar (void) { } /* { dg-warning "control reaches end" } */
Go to most recent revision | Compare with Previous | Blame | View Log