1  /* { dg-do compile } */
       2  /* { dg-additional-options "-ffast-math" } */
       3  
       4  int a, b;
       5  float c;
       6  int fn2();
       7  void fn1()
       8  {
       9    if (fn2() <= 1. - c)
      10      b = a;
      11  }