URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr37395.c] - Rev 688
Compare with Previous | Blame | View Log
/* PR target/37395 */ int f (int j) { int i; asm volatile ("" : "=r"(i)); if (i >= 0) j = 0; return j; }