From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 358843858D3C; Wed, 4 Oct 2023 23:58:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 358843858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696463907; bh=A1IWg8gxO3lS4huQPoNa4ZHKzysl3up5itBXw63XHbo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I4Ibse+Vaqjt3n/DshdNsOVMTmou4iUCYAbQyCIPuTGQj2tFBGKmu4hNS9oODr1zb iwm+XBRdjrwDf4SagqelH/hRWNebSE+wJFuDUmorRRFrrNKFWYupqb+HZGfbMM8UD/ Md0aQV7h5kwnDL05LJfZGUfBMHwCCPVyp2CiAHvQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/111672] Inappropriate function splitting during pass_split_functions Date: Wed, 04 Oct 2023 23:58:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 12.3.0 X-Bugzilla-Keywords: missed-optimization 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: attachments.isobsolete attachments.created 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=3D111672 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56046|0 |1 is obsolete| | --- Comment #9 from Andrew Pinski --- Created attachment 56053 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56053&action=3Dedit Real Preprocessed source So with the preprocessed source you provided still could not reproduce the issue but Adding `-D_FORTIFY_SOURCE=3D2` to the original testcase does. Obvious this was not mentioned and makes it harder to understand what was g= oing wrong even.=