Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr84057.c
blob9f7cea771394790abf4f15fcb3ee83b86d826868
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fgraphite -funroll-loops -fno-tree-ccp -fno-tree-dce" } */
4 int ue;
6 void
7 fr (int ct)
9 int au = 0;
10 int *ra = &au;
12 while (au < 1)
14 au -= 0x7878788;
15 if (au != ct && ue != 0)
17 while (au < 1)
21 fc:
22 while (ct != 0)
28 for (au = 0; au < 2; ++au)
29 if (ct != 0)
30 goto fc;