From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A8B93856DFC; Thu, 19 May 2022 13:01:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A8B93856DFC From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105647] New test g++.dg/modules/pr105169 from r13-566-g7a3f38a966a528 fails with assembler error Date: Thu, 19 May 2022 13:01:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: assemble-failure, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2022 13:01:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105647 --- Comment #3 from CVS Commits --- The trunk branch has been updated by Giuliano Belinassi : https://gcc.gnu.org/g:16e02662c092c6e3087628ef0030e7daa2f71485 commit r13-633-g16e02662c092c6e3087628ef0030e7daa2f71485 Author: Giuliano Belinassi 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 PR target/105647 * g++.dg/modules/pr105169_a.C: Change -fpatchable-function-entr= y to 2. * g++.dg/modules/pr105169_b.C: Likewise.=