URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [931002-1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
f (void (*func) ()) { func (); } main () { #ifndef NO_TRAMPOLINES void t0 () { } void t1 () { f (t0); } void t2 () { t1 (); } t1 (); t1 (); t2 (); #endif exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log