From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F6053858C41; Wed, 19 Jul 2023 06:24:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F6053858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689747881; bh=ndS2fZQUrDoiMbI2CaR8oHChMoYwG3OucJR1uoMplJI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Jq2oGnlWXvGdpUR7St5C5+SQgrMkTMwV7odOR05ZV2NZxsPbi295ZEZXUbbmbD/cC PRMLbrT0IR1gMoPLh4dctYmYVJK7sYEMS4jJqpOtvgcOtXLqB/NmYO9IuuR7Db2j33 KU22fZQrJnCKFYQmtSJsmKizjmeNIMlRHbb/PUdM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110729] -fpatchable-function-entries: __patchable_function_entries has wrong sh_link Date: Wed, 19 Jul 2023 06:24:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: cf_known_to_fail cf_known_to_work 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=3D110729 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |12.3.0 Known to work| |13.1.0 --- Comment #1 from Andrew Pinski --- This was fixed in GCC 13: f: .LFB0: .cfi_startproc .section __patchable_function_entries,"awo",@progbits,.LPFE0 .align 8 .quad .LPFE0 .section .text.f .LPFE0: ... g: .LFB1: .cfi_startproc .section __patchable_function_entries,"awo",@progbits,.LPFE1 .align 8 .quad .LPFE1 .section .text.g .LPFE1: ... h: .LFB2: .cfi_startproc .section __patchable_function_entries,"awo",@progbits,.LPFE2 .align 8 .quad .LPFE2 .section .text.h .LPFE2:=