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