aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/altivec-maltivec-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.apple/altivec-maltivec-2.c')
-rw-r--r--gcc/testsuite/gcc.apple/altivec-maltivec-2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/testsuite/gcc.apple/altivec-maltivec-2.c b/gcc/testsuite/gcc.apple/altivec-maltivec-2.c
deleted file mode 100644
index b8bdcab3adf..00000000000
--- a/gcc/testsuite/gcc.apple/altivec-maltivec-2.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* APPLE LOCAL file AltiVec */
-/* { dg-do preprocess { target powerpc*-*-* } } */
-/* { dg-options "-maltivec" } */
-
-/* -maltivec should not define macros. */
-#ifdef vector
-#error vector should not be defined
-#endif
-#ifdef bool
-#error bool should not be defined
-#endif
-
-