blob: 4e574f9de5337c01a00661708df11c1f66ccc3af [file] [log] [blame]
/* { dg-do compile } */
int a, c, e, f;
volatile int d;
void
fn1 ()
{
if (!e)
for (; a; a++)
{
if (e)
for (d++; d;)
;
else
for (c = 0; c; --c)
;
if (f)
for (;;)
{
if (e)
break;
a = 0;
}
}
}