ppc-vector-memcpy.c: XFAIL on AIX and SPE.
* gcc.dg/ppc-vector-memcpy.c: XFAIL on AIX and SPE. * gcc.dg/ppc-vector-memset.c: XFAIL on AIX and SPE. From-SVN: r98093
This commit is contained in:
parent
542f103e0b
commit
e9976393ce
3 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
2005-04-13 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* gcc.dg/ucnid-[23456].c: XFAIL on AIX.
|
||||
* gcc.dg/ppc-vector-memcpy.c: XFAIL on AIX and SPE.
|
||||
* gcc.dg/ppc-vector-memset.c: XFAIL on AIX and SPE.
|
||||
|
||||
2005-04-13 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile { target powerpc*-*-* } } */
|
||||
/* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
|
||||
/* { dg-options "-O -maltivec" } */
|
||||
/* { dg-final { scan-assembler "lvx" } } */
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile { target powerpc*-*-* } } */
|
||||
/* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
|
||||
/* { dg-options "-O -maltivec" } */
|
||||
/* { dg-final { scan-assembler "stvx" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue