1 /* Check that only the fcmp/gt instruction is generated when specifying
2 -fno-finite-math-only and -mno-ieee. */
3 /* { dg-do compile { target { any_fpu } } } */
4 /* { dg-options "-O1 -fno-finite-math-only -mno-ieee" } */
5 /* { dg-final { scan-assembler-not "fcmp/eq" } } */
6 /* { dg-final { scan-assembler-times "fcmp/gt" 4 } } */
9 test_00 (float a
, float b
)
15 test_01 (float a
, float b
)
21 test_02 (double a
, double b
)
27 test_03 (double a
, double b
)