pr15649-1.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-ffast-math -O2" } */

double foo (double x)
{
  return __builtin_isgreater (x, 0.0) ? 0.0 : x;
}