From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C6DC3858D38; Fri, 30 Sep 2022 12:34:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C6DC3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664541296; bh=hUqlfFrNtb8qexXmezXZnPiJ0hGe1BEqnAj1f2kga1U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QBvABLQUCLhwYGG4AVmP5/5V5TEmxT5B5p9vDUxm6+L7pdwXCkJdrsFdCw0cwxPRm 4JbWhZIV7u/gtOUWW8EQcy5Qq+7dYM3vYTUnG3toB4sGiWO59Zo6f7Kp+sydYPbCnW hEveg2/dg6KqoDbAuzkRlWkbWpcBMGzud/gCloo4= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105649] Wrong .localentry address on powerpc64le with -fpatchable-function-entry=1 Date: Fri, 30 Sep 2022 12:34:55 +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: 11.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution cc bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105649 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |linkw at gcc dot gnu.org Status|NEW |RESOLVED --- Comment #4 from Kewen Lin --- r13-2984 makes gcc emit error for -fpatchable-function-entry=3D1 on ppc64le= if the relavant function needs dual entry, I think we can close this one. *** This bug has been marked as a duplicate of bug 99888 ***=