Fix gimplification of ordering comparisons of arrays of bytes
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr87169.c
blobed878e0c6b9561240d18d8c4407861251c181cf8
1 /* { dg-do compile } */
2 /* { dg-additional-options "--param rpo-vn-max-loop-depth=7" } */
4 int a, b, c;
6 int main ()
7 {
8 int d;
9 b = 1;
10 L1:
11 for (; b > 1;)
12 goto L2;
14 int e[1];
15 L3:;
17 L2:
18 while (a)
20 d--;
21 goto L1;
23 while (c)
25 if (a)
26 goto L3;
27 if (a)
28 break;
29 if (a)
30 goto L2;
31 while (c)
32 while (c)
33 while (c)
34 while (c)
35 while (c)
36 while (c)
37 while (c)
40 return 0;