2004-05-24 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
* gcc.dg/altivec-12.c: Ditto.
From-SVN: r82212
2004-05-24 Janis Johnson <janis187@us.ibm.com>
+ * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
+ * gcc.dg/altivec-12.c: Ditto.
+
* gcc.dg/altivec-3.c: Move call to altivec_check.
2004-05-23 Mark Mitchell <mark@codesourcery.com>
-/* { dg-do run { target powerpc*-*-darwin* } } */
-/* { dg-options "-faltivec" } */
+/* { dg-do run { target powerpc*-*-* } } */
+/* { dg-options "-maltivec" } */
/* Program to test PowerPC AltiVec instructions. */
+#include <altivec.h>
#include "altivec_check.h"
extern void abort (void);
-/* { 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;