URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [920410-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
joe() { int j; while( 1 ) { for( j = 0; j < 4; j++ ) ; for( j = 0; j < 4; j++ ) ; } }
Go to most recent revision | Compare with Previous | Blame | View Log