costmodel-bb-slp-9a-pr63175.c: XFAIL lwz on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 21 Dec 2016 15:41:33 +0000 (15:41 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 21 Dec 2016 15:41:33 +0000 (10:41 -0500)
        * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: XFAIL
        lwz on AIX.

From-SVN: r243859

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c

index 962f27b78c347dbfbd6c357633c2f0511d52b14a..5c47a0dcce0d70e4abfe682a6e812563257da42c 100644 (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>
 
        * gcc.target/arm/unsigned-extend-2.c: Update testcase.
index 409e68575c2f2f372c58db3c78cbf31591b348c6..246f38fa6d14e42cae682dcde3913793afa0b40d 100644 (file)
@@ -26,5 +26,5 @@ main1 (void)
    or word stores (stw, stwu, stwx, stwux, or their indexed forms).  */
 
 /* { 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? " } } */