aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c
deleted file mode 100644
index bc90f2177..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-9.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { 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)
-{
- __float128 a = -0.23456789;
- if ((double) a >= 0)
- __builtin_abort ();
-}