Commit 5878034e by David Edelsohn Committed by David Edelsohn

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
parent 2d44c551
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.
......
...@@ -26,5 +26,5 @@ main1 (void) ...@@ -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? " } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment