blob: 19546c25f0c53eed2919cfb34c8f9f0c7aa38404 [file] [log] [blame]
/* { dg-do compile } */
int a, b, c, d[2];
int
fn1 ()
{
int f = 0;
d[1] = b = 1;
for (; b; b--)
{
for (c = 0; c < 2; c++)
{
d[b] & 1 & b;
if (d[0])
f = d[b] * a;
if (f)
return 0;
}
d[b] && (d[0] = 0);
}
return 0;
}