* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 990625-2.c
blob92c33742b854918d1ffb56078490d53528cf4974
1 void
2 broken030599(int *n)
4 int i, x;
5 for (i = 0; i < 32; i++) {
6 x=0;
7 x++;
8 if (i & 4)
9 x++;
10 x++;