Merge from trunk
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr59006.c
blob34de83dac84d6b2859839b6dfcf9afdb926c9886
1 /* { dg-do compile } */
3 int a[8], b;
4 void fn1(void)
6 int c;
7 for (; b; b++)
9 int d = a[b];
10 c = a[0] ? d : 0;
11 a[b] = c;