Commit 6eade693 by Janis Johnson Committed by Janis Johnson

altivec-6.c: Use -maltivec, don't limit to darwin.

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
parent 386f1015
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment