From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D8CA3858401; Mon, 23 Oct 2023 18:18:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D8CA3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698085127; bh=yzNnfZ9yEAR9H+oQwL1JngJckndoqS4bujyh3selfgg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cCrqIVxAn2W0aNzTKqhfFziLO9gTcyihdqF21FQV+Wn9MFq6P3F5yS+aTK5xn54Kl jI7oJTHFfpKFpYk8eBxuv/XJXt8uX+LwRG9dXxfcXZ1O0+qudIsOKjgmOtFIQzyAcg 0wNbH3SI5kILYg0X+tLFfX/4siP0UlePeNeI6hTA= From: "sjames 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 18:18:47 +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: sjames 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 #7 from Sam James --- tip of 12/13/14 all work with -fno-tree-dse, 11 fails the same as before=