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/] [20030725-1.c] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
/* This testcase caused ICE on any 64-bit arch at -O2/-O3 due to fold/extract_muldiv/convert destroying its argument. */ int x, *y, z, *p; void foo (void) { p = y + (8 * (x == 1 || x == 3) + z); }
Go to most recent revision | Compare with Previous | Blame | View Log