(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr15649-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-ffast-math -O2" } */
       3  
       4  double foo (double x)
       5  {
       6    return __builtin_isgreater (x, 0.0) ? 0.0 : x;
       7  }