OSDN Git Service

2004-05-24 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / altivec-6.c
index 71d8ea3..bc138b3 100644 (file)
@@ -1,6 +1,7 @@
-/* { dg-do compile { target powerpc-*-darwin* } } */
-/* { dg-options "-faltivec -O0 -Wall" } */
+/* { dg-do compile { target powerpc-*-* } } */
+/* { dg-options "-maltivec -O0 -Wall" } */
 
+#include <altivec.h>
 
 /* These denote "generic" GCC vectors.  */
 static int __attribute__((vector_size(16))) x, y;