URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr12603.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 12603: No return statement warning on function that never returns with -O3. */ /* { dg-do compile } */ /* { dg-options "-O3 -Wall -Wextra -Wreturn-type" } */ int this_function_never_returns () { for (;;); }
Go to most recent revision | Compare with Previous | Blame | View Log