From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D74338460B2; Thu, 25 Apr 2024 08:16:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D74338460B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714033005; bh=Cs1dYhS9UBr+fvzY9GXz1vfwhSbAHh2jLiK6S31aVv0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S+y6QNXgFouespIXv+e9VJrFkm9jwCSU+3TnWizS3BKBWf5gORoRpAZwBCFnVT/nk cIGoR1kw06E1x3FMrZwMiZCPmZd9BPJNlA1u80UOf8CaUmCGVX/LjlF57TGi0ZJhTR Yrko13pNz0nokQopouLoUqR3ejVuQLWwE9zCcJj8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114849] Static function pointer Date: Thu, 25 Apr 2024 08:16:43 +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: 10.2.0 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: component cf_gcctarget 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=3D114849 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |middle-end Target| |arm-eabi --- Comment #1 from Andrew Pinski --- I wonder if this is a bug in the linker rather than gcc . Are you using the same ld between gcc 10.3 and 10.2?=