* gcc.dg/var-expand3.c: Skip for powerpc-linux if not on AltiVec HW.

From-SVN: r133911
This commit is contained in:
Janis Johnson 2008-04-04 21:01:20 +00:00 committed by Janis Johnson
parent 12a0a01a04
commit 9519d464cd
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-04-04 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/var-expand3.c: Skip for powerpc-linux if not on AltiVec HW.
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
PR target/35620

View File

@ -1,4 +1,4 @@
/* { dg-do run { target { powerpc*-*-* && powerpc_altivec_ok } } }} */
/* { dg-do run { target { powerpc*-*-* && vmx_hw } } }} */
/* { dg-options "-O2 -funroll-loops -ffast-math -fvariable-expansion-in-unroller -maltivec -fdump-rtl-loop2" } */
#include "altivec.h"