From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC9E6385800A; Wed, 4 Oct 2023 02:04:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC9E6385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696385042; bh=6/1YaYbCPi9aOdVDrknpnLcODrVbs9edoSgVxMHi6RY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YgbV8lVIu9tZRKm6ZRF14fGEvwQCwzNRQwg6obZjoakTWRzBJvjEsRZwsBNiOANuC aR7t2o3MlGtoraZ8MpWvf4JMXH74ds7nNBOo5N6tnEdSzFwD2931GY63C0C2HxjLHr mz+E5c8sS0yveYTF5/DFUcuyO8T7kKeCqcVKFS1M= 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 02:04:02 +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: 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: 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 #3 from Andrew Pinski --- Oh I see the compiler you are testing with defaults with fortify turned on. That is the difference. Maybe also with pie turned on by default tlalso. Can you provide the full output of gcc -v and also the preprocessed source?=