aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c
deleted file mode 100644
index e304acaa3..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/mmx-1.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { dg-do compile } */
-/* { dg-do compile { target { nonpic } } } */
-/* { dg-options "-O2 -Werror-implicit-function-declaration -mmmx" } */
-
-/* Test that the intrinsics compile with optimization. All of them are
- defined as inline functions in mmintrin.h that reference the proper
- builtin functions. Defining away "extern" and "__inline" results in
- all of them being compiled as proper functions. */
-
-#define extern
-#define __inline
-
-#include <mmintrin.h>