blob: 002737c71b567ce9fc4abffeaf4d7878bbcbff9c [file] [log] [blame]
/* PR target/84860 */
void
foo (int x, int y)
{
while (x < 1)
{
x = y;
y = ((float)1 / 0) ? 2 : 0;
}
}