(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr22576.c
       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  }