URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [931012-1.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
f (int b, int c) { if (b != 0 && b != 1 && c != 0) b = 0; return b; } main () { if (!f (1, 2)) abort(); exit(0); }
Go to most recent revision | Compare with Previous | Blame | View Log