diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2016-12-21 15:41:33 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2016-12-21 10:41:33 -0500 |
commit | 5878034e0363e116f8f2fca4ee8cf2c24cb1e35c (patch) | |
tree | 9633557fee75c16c3b7c088679bcee8ac9e732e5 /gcc | |
parent | 2d44c551c2114dac14bea5dadf57d9aee899692f (diff) | |
download | gcc-5878034e0363e116f8f2fca4ee8cf2c24cb1e35c.zip gcc-5878034e0363e116f8f2fca4ee8cf2c24cb1e35c.tar.gz gcc-5878034e0363e116f8f2fca4ee8cf2c24cb1e35c.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 962f27b..5c47a0d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c index 409e685..246f38f 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c +++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c @@ -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? " } } */ |