URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr12603.c] - Rev 689
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 (;;); }