mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* gcc.dg/var-expand3.c: Skip for powerpc-linux if not on AltiVec HW.
From-SVN: r133911
This commit is contained in:
committed by
Janis Johnson
parent
12a0a01a04
commit
9519d464cd
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user