PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-128-8.c
blobd869efc437e2cfd4190d3506c477e4166b859f9f
1 /* { dg-do run } */
2 /* { dg-options "-O0 -mlong-double-64 -mfpmath=387" } */
4 int
5 main ()
7 __float128 a = -0.23456789;
8 if ((double) a >= 0)
9 __builtin_abort ();
10 return 0;