* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr55955.c
blobcd96d56e8bbdf0090e59585cbba20ab2e041c54c
1 /* { dg-require-effective-target int32plus } */
2 /* PR tree-optimization/55955 */
4 int b;
6 void
7 foo (int x)
9 int a;
10 for (a = x; a < 2; a++)
11 for (b = 0; b < 2; b++)
12 *(unsigned short *) 0x100000UL %= 46;