aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c
deleted file mode 100644
index ae899ab23..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/float128-2.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* PR target/36710 */
-
-/* { dg-do run } */
-/* { dg-options "-Os -msse2" } */
-/* { dg-require-effective-target sse2 } */
-
-#include "sse2-check.h"
-
-extern void abort (void);
-
-static void
-sse2_test (void)
-{
- static volatile __float128 a = 123.0q;
-
- if ((int) a != 123)
- abort ();
-}