From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F39E93858D39; Mon, 23 Oct 2023 09:20:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F39E93858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698052857; bh=oCKHI44AxT3X0vzTAH8U5G1mlbauto06UYzvPq218ws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SzSh/UCooNJqcwFgiQhownrHmFULptMkbePoCUMewg5yw7YLsjmZFud3qNhb3hwOO CQ/cML+xhG3EOTLQYeHDzG98OjbNYSGD5JRn5pp1VkT4rqfE048NMNXVglZ91dJ76V ISE927NWFl/k2FzZ2t8+X0gd2ZC9I661HjTAmUQc= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/111873] [12/13/14 Regression] runtime Segmentation fault with '-O3 -fno-code-hoisting -fno-early-inlining -fno-tree-fre -fno-tree-loop-optimize -fno-tree-pre' since r12-434-g93f8cb4965cebe Date: Mon, 23 Oct 2023 09:20:54 +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: 14.0 X-Bugzilla-Keywords: needs-reduction, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc keywords short_desc 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=3D111873 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.o= rg, | |sjames at gcc dot gnu.org Keywords|needs-bisection | Summary|[12/13/14 Regression] |[12/13/14 Regression] |runtime Segmentation fault |runtime Segmentation fault |with '-O3 |with '-O3 |-fno-code-hoisting |-fno-code-hoisting |-fno-early-inlining |-fno-early-inlining |-fno-tree-fre |-fno-tree-fre |-fno-tree-loop-optimize |-fno-tree-loop-optimize |-fno-tree-pre' |-fno-tree-pre' since | |r12-434-g93f8cb4965cebe --- Comment #4 from Sam James --- bisect says: 93f8cb4965cebee125f96376367f05e18ee5749b is the first bad commit commit 93f8cb4965cebee125f96376367f05e18ee5749b Author: Eric Botcazou Date: Tue May 4 12:47:11 2021 +0200 Reuse non-gimple_reg variable for inlining i.e. r12-434-g93f8cb4965cebe=