2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-O -ffast-math -mtune=i486" } */
5 /* Test that floating point greater-than tests are compiled correctly with
8 extern void abort (void);
10 static int gt (double a
, double b
)
17 static double zero
= 0.0;