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