blob: e6f9cbebefb6ca179574cc59113c37f1b83d10f7 [file] [log] [blame]
/* { 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 ();
}