aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/long-double-80-6.c
blob: a395a265942c12e4c037f5cccec30584462be84c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do run } */
/* { dg-options "-O0 -mlong-double-64 -mfpmath=387" } */

int
main ()
{
  __float80 a = -0.23456789;
  if ((double) a >= 0)
    __builtin_abort ();
  return 0;
}