aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c
deleted file mode 100644
index 59e68d96c..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-skip-if "test SSE2 support" { ! { i?86-*-* x86_64-*-* } } } */
-/* { dg-options "-O" } */
-/* { dg-require-effective-target sse2_runtime } */
-
-/* Test function argument passing. PR target/15301. */
-
-extern void union_m128_1_x (void);
-extern void exit (int);
-
-int
-main ()
-{
- union_m128_1_x ();
- exit (0);
-}