costmodel-bb-slp-9a-pr63175.c: XFAIL lwz on AIX.

* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: XFAIL
        lwz on AIX.

From-SVN: r243859
This commit is contained in:
David Edelsohn 2016-12-21 15:41:33 +00:00 committed by David Edelsohn
parent 2d44c551c2
commit 5878034e03
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-12-21 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: XFAIL
lwz on AIX.
2016-12-21 Andre Vieira <andre.simoesdiasvieira@arm.com> 2016-12-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
* gcc.target/arm/unsigned-extend-2.c: Update testcase. * gcc.target/arm/unsigned-extend-2.c: Update testcase.

View File

@ -26,5 +26,5 @@ main1 (void)
or word stores (stw, stwu, stwx, stwux, or their indexed forms). */ or word stores (stw, stwu, stwx, stwux, or their indexed forms). */
/* { dg-final { scan-assembler "\t(lvx|lxv|lvsr|stxv)" } } */ /* { dg-final { scan-assembler "\t(lvx|lxv|lvsr|stxv)" } } */
/* { dg-final { scan-assembler-not "\tlwz?u?x? " } } */ /* { dg-final { scan-assembler-not "\tlwz?u?x? " { xfail { powerpc-ibm-aix* } } } } */
/* { dg-final { scan-assembler-not "\tstwu?x? " } } */ /* { dg-final { scan-assembler-not "\tstwu?x? " } } */