1 /* { dg-do run { target *-*-linux* *-*-gnu* } } */
2 /* { dg-options "-O2" } */
4 extern void abort(void);
6 int __attribute__ ((__noinline__
))
7 test_lt(__float128 x
, __float128 y
)
12 int __attribute__ ((__noinline__
))
13 test_gt (__float128 x
, __float128 y
)
26 if (r
!= ((double) a
< (double) b
))
30 if (r
!= ((double) a
> (double) b
))