blob: c8fec87ea8c0f76f37175e9ee0aeb5eae110fd6d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts" } */
int a, b, c, d, e, f;
void foo (int x)
{
for (;;)
{
int g = c;
if (x)
{
if (e)
while (a)
--f;
}
for (b = 5; b; b--)
{
}
if (!g)
x = 0;
}
}