From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6296B3858D39; Mon, 23 Oct 2023 10:19:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6296B3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698056360; bh=UjyNUoXaWO30NHS7sqF0JFiO+0RMhtdYMk/vAfmw56w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OFjd2b4Hh44UslGZp6wgjRhacoAsTCeLNuaByX88RGdw1k0iyKcbG7RCwiSrSuKVt FjwNyfC53Lb33FvfVCrCGSJOC0aJDQ1udaiBPfFSD9XwjA75uVP4w1xKHDRsO9E6gc 3eNDC5QHWuyOERxYz61DRQR2vcXmJvpAmCKYemBU= From: "ebotcazou 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-pre' Date: Mon, 23 Oct 2023 10:19:19 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- 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-pre' |-fno-tree-pre' since | |r12-434-g93f8cb4965cebe | --- Comment #7 from Eric Botcazou --- -fno-tree-loop-optimize is not needed, but the 4 other switches are!=