URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20031227-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR opt/13159 -- test unswitching a loop multiple times. */ void foo (void) { long j, k, p, g; while (p) { while (k < 0 && j < 0) ; if (g) ; else if (g) ; } }
Go to most recent revision | Compare with Previous | Blame | View Log