URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [pr42674.c] - Rev 772
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/42674 */ /* { dg-do compile } */ /* { dg-options "-Wreturn-type" } */ extern void bar (void); static int foo (void) __attribute__ ((__noreturn__, __used__)); static int foo (void) { while (1) bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log