aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/i386/long-double-80-7.c
blob: 9b30fe88567862a8e59781192941fa10ad1b4bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do run } */
/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */
/* { dg-require-effective-target sse2 } */

#include "sse2-check.h"

static void
sse2_test (void)
{
  __float80 a = -0.23456789;
  if ((double) a >= 0)
    __builtin_abort ();
}