URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [scc.c] - Rev 826
Compare with Previous | Blame | View Log
foo (a, b) { if (a < 0) goto ret1; if (a == 0) return 2; return 3; ret1: return 1; }