URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr37913.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/37913 */ void foo (void) __attribute__ ((noreturn)); static int __attribute__ ((noreturn)) bar (void) { foo (); } void baz (void) { int i = bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log