URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr37395.c] - Rev 315
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log