URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17906.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
struct usc_bigstack_t {}; void usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack) { usc_recressive_func(cnt+1, max, bstack); }
Go to most recent revision | Compare with Previous | Blame | View Log