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:
David Edelsohn 2005-04-13 15:42:34 +00:00 committed by David Edelsohn
parent 542f103e0b
commit e9976393ce
3 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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" } } */

View file

@ -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" } } */