From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C18E3858402; Wed, 4 Oct 2023 02:08:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C18E3858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696385301; bh=gMCKfbTky6kIMXe849FRhoSA1vLDcZLialhsv+yXhmQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IvOFXvMX2qO1h529nF1J2ZSQSdF8/wTvPsZsl/3gmy0JWR5mmJ71D7G3qQqhVNPqp QblXQIx0PlVk2q2UrIO+3Q2M4xNLDBH0Cjv0FMDmRw0hlsAwZ2v5fa7yeTWqDOVy0y mWsCPSPnqppukxOk9q0yQrbP5tBmF9aSKLiCtZRI= From: "hkzhang455 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/111672] Inappropriate function splitting during pass_split_functions Date: Wed, 04 Oct 2023 02:08:21 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: hkzhang455 at gmail dot com 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: 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 --- Comment #4 from Hanke Zhang --- (In reply to Andrew Pinski from comment #3) > Oh I see the compiler you are testing with defaults with fortify turned o= n. > That is the difference. > Maybe also with pie turned on by default tlalso. >=20 > Can you provide the full output of gcc -v and also the preprocessed sourc= e? The full output of gcc -v is shown in my description where you can check. A= nd I known't get what the preprocessed source means here. The origin source C fi= le is provided already.=