blob: 3e5d720ee1fbe6a79fca30286845716bc92c54e5 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-ffast-math" } */
int a, b;
float c;
int fn2();
void fn1()
{
if (fn2() <= 1. - c)
b = a;
}