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/] [compile/] [930506-2.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef NO_TRAMPOLINES int f1() { { int ___() { foo(1); } bar(___); } return( { int ___() { foo(2); } bar(___);} ); } int f2(int j) { { int ___() { foo(j); } bar(___); } return( { int ___() { foo(j); } bar(___);} ); } #else int x; #endif
Go to most recent revision | Compare with Previous | Blame | View Log