Retro68/gcc/gcc/testsuite/gcc.dg/pr15649-1.c

8 lines
139 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
/* { dg-do compile } */
/* { dg-options "-ffast-math -O2" } */
double foo (double x)
{
return __builtin_isgreater (x, 0.0) ? 0.0 : x;
}