./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030725-1.c
blob26f2714010e4c7cc806fda033323adec109f0997
1 /* This testcase caused ICE on any 64-bit arch at -O2/-O3 due to
2 fold/extract_muldiv/convert destroying its argument. */
3 int x, *y, z, *p;
5 void
6 foo (void)
8 p = y + (8 * (x == 1 || x == 3) + z);