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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Giuliano Belinassi
<giulia...@gcc.gnu.org>:

https://gcc.gnu.org/g:16e02662c092c6e3087628ef0030e7daa2f71485

commit r13-633-g16e02662c092c6e3087628ef0030e7daa2f71485
Author: Giuliano Belinassi <gbelina...@suse.de>
Date:   Wed May 18 16:16:48 2022 -0300

    PR105647 Update pr105169* so it does not fail on powerpc64le

    On powerpc64le, the tests related to pr105169 failed because the
    .localentry was not on a power of two address due to the extra nop
    instruction taking one byte and thus moving its position one byte
    further. Generating two nops instead moves .localentry to a valid
    position.

    gcc/testsuite/ChangeLog
    2022-05-18  Giuliano Belinassi  <gbelina...@suse.de>

            PR target/105647
            * g++.dg/modules/pr105169_a.C: Change -fpatchable-function-entry to
2.
            * g++.dg/modules/pr105169_b.C: Likewise.

Reply via email to