https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111462

--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:92f07eb406612fa341dc33d9d6e4f3781dc09452

commit r14-9208-g92f07eb406612fa341dc33d9d6e4f3781dc09452
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Feb 28 12:09:04 2024 +0100

    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  <ja...@redhat.com>

            PR testsuite/111462
            * gcc.dg/tree-ssa/ssa-sink-18.c: XFAIL also on powerpc64.
  • [Bug testsuite/111462] [14 regr... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to