1 /* PR tree-optimization/110755 */
3 /* { dg-require-effective-target fenv } */
4 /* { dg-require-effective-target hard_float } */
5 /* { dg-options "-O2 -frounding-math" } */
9 __attribute__((noipa
)) float
16 x
= __builtin_fabsf (x
);
25 fesetround (FE_DOWNWARD
);
26 if (__builtin_signbit (foo (0.5)))