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/] [920501-20.c] - Rev 816
Compare with Previous | Blame | View Log
int*f(x)int*x;{if(x[4]){int h[1];if(setjmp(h))return x;}}