From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFCDD3857726; Wed, 4 Oct 2023 13:49:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFCDD3857726 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696427378; bh=i7cn6W+BlQyysXeiQpmj1FX7TULj/iMXXKMMCjeiqN0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ijXlNNvnLKkVD8+x0ZwKE7B1KRshfoI3a1+J2lqDMjQfDujg7+lukyNTGTMllXDBD +kKSK4kaVfT7KqJwIRENCBGaEHIlVnWNLRzXPIbSGyMS3LkFKvOTAcCSniq3ihYZl+ fT4tmjQ4VOEVo9+Ndt81LjcvFNThG/mPRbluVpQw= 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 13:49:38 +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: 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 #8 from Hanke Zhang --- (In reply to Andrew Pinski from comment #5) > Add -save-temps and attach the resulting .i (or .ii) file. Thank you. I have attached it.=