aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/long-double-80-7.c
blob: e6f9cbebefb6ca179574cc59113c37f1b83d10f7 (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 -msse2" } */
/* { dg-require-effective-target sse2 } */

#include "sse2-check.h"

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