URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930622-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
int a = 1, b; g () { return 0; } h (x) {} f () { if (g () == -1) return 0; a = g (); if (b >= 1) h (a); return 0; } main () { f (); if (a != 0) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log