blob: e7216d7bf3e022f18b3f12ea35fcd0be2c8119d5 [file] [log] [blame]
/* { dg-do compile } */
unsigned int lh;
void
ny (int t3, int ys, int rt, int p8)
{
if (lh != 0)
{
if (0)
{
oo:
do
{
rt = (p8 != 0) ? t3 : 0;
rt = (rt != 0 || lh != (unsigned int)ys);
rt += lh + ys;
}
while (t3 <= 0);
lh = ys;
ys = rt;
}
if (lh != 0)
p8 = lh;
}
goto oo;
}