aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c
deleted file mode 100644
index d869efc43..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-128-8.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do run } */
-/* { dg-options "-O0 -mlong-double-64 -mfpmath=387" } */
-
-int
-main ()
-{
- __float128 a = -0.23456789;
- if ((double) a >= 0)
- __builtin_abort ();
- return 0;
-}