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/] [execute/] [930622-1.c] - Rev 308
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