]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462]
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Feb 2024 11:09:04 +0000 (12:09 +0100)
committerJakub Jelinek <jakub@redhat.com>
Wed, 28 Feb 2024 11:11:54 +0000 (12:11 +0100)
commit92f07eb406612fa341dc33d9d6e4f3781dc09452
tree91f9afe3b52bfab4e4f4ad23e80c3e425aa6e6db
parent6864a2aa78a893afea26eb8fc1aa4b7ade3e940f
testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462]

powerpc64-linux apparently (not very surprisingly) behaves the same
way as powerpc64le-linux and has 4 sunk statements rather than 5,
so we should xfail it on powerpc64*-*-* rather than just powerpc64le-*-*.
powerpc-linux has 3 sunk statements, but the scan pattern is done for
lp64 only as the comment explains.

2024-02-28  Jakub Jelinek  <jakub@redhat.com>

PR testsuite/111462
* gcc.dg/tree-ssa/ssa-sink-18.c: XFAIL also on powerpc64.
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c