Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr60891.c
blobc8fec87ea8c0f76f37175e9ee0aeb5eae110fd6d
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts" } */
4 int a, b, c, d, e, f;
6 void foo (int x)
8 for (;;)
10 int g = c;
11 if (x)
13 if (e)
14 while (a)
15 --f;
17 for (b = 5; b; b--)
20 if (!g)
21 x = 0;