Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pr15649-1.c
blob090209c916c99a4f6d4e70b7027ad16a2eb56a7c
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math -O2" } */
4 double foo (double x)
6 return __builtin_isgreater (x, 0.0) ? 0.0 : x;