URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr46934.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
int caller (unsigned int reg_type) { switch (reg_type) { case 0x80000000: return (int)foo(); case 0x80000003: return (int) bar(); case 0x80000001: return (int) baz(); case 0x80000004: return (int) fooz(); } }
Go to most recent revision | Compare with Previous | Blame | View Log