2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr81090.c
blobb5ebd43a91f5b6f230af02f3d043c89e4392b783
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -floop-nest-optimize" } */
4 int x3, za;
5 int hg[1];
7 void
8 yw (int dq)
10 const int r7 = 2;
12 while (dq < 1)
14 for (x3 = 0; x3 < r7; ++x3)
15 for (za = 0; za < r7; ++za)
16 hg[1] = 0;
17 ++dq;
20 x3 = 0;
21 while (x3 < r7)
23 ++x3;
24 if (x3 == 0)
25 break;