From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA6643858417; Mon, 23 Oct 2023 17:30:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA6643858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698082237; bh=g34L3Z2xmEd6RAIHDkKDYT41KeKRuauA0brDUnprX7s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mGLYRr4qrMIOiACVrckllufjwk8cluIi8xJB0FCtYCp/3prcPl/dBgZOhV2wCGJYx bjRPtItTUA0twLCcm8Mn1yEF1S27lLMVm6N0TZt2qPHWYJkd7636zvp/zQiu3Lxuk3 jowEIVF/Ic9DtHzJseBuFUUWqUDtn14GNW/UQ3gs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110721] Segmentation fault with '-O3 -fno-dce -fno-ipa-cp -fno-tree-dce -fno-tree-sink' Date: Mon, 23 Oct 2023 17:30:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.4.1 X-Bugzilla-Keywords: wrong-code 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=3D110721 --- Comment #6 from Andrew Pinski --- (In reply to Sam James from comment #5) > the bisect indicates r12-248-gb58dc0b803057c was the fix: Maybe it still fails with -fno-tree-dse but then again it might depend on d= se happening so ...=