1  /* PR target/22576 */
       2  /* Testcase reduced by Volker Reichelt */
       3  /* { dg-do compile } */
       4  /* { dg-options "-ffast-math" } */
       5  
       6  int
       7  foo (long double d)
       8  {
       9    return d == 0;
      10  }