From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 871EF3842403; Mon, 27 Jul 2020 15:04:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 871EF3842403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595862290; bh=R3Jbq6zs8K8Nq/lvq6OgIYrsOy3gtz2pASD2BQQ0lRE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lxtbENghZmDaY40FFM4gxCvRRIYuUWiC2TA7KFkWmcuV1RnP+qhvkd661OGkVb6rT Yuy78GWZX4W73Ux+nqZRejetQxYTuCIyC2m0+tymCRg5686rkAwdp446hvuuM7YoS2 gU7AazAgBIhGqB4s4n0GQNYlr5VmDm8KaRynLab8= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/96235] Segmentation fault with "-Og -fno-dce -fno-tree-dce -finline-small-functions -fipa-sra" Date: Mon, 27 Jul 2020 15:04:50 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 15:04:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96235 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #8 from Martin Jambor --- It is clearly a duplicate of PR 93385. What was the reason to switch off DCE in the first place? Was it just mean= t as a stress test for the compiler? I'll try to come up with somewhat less controversial patch for the problem. *** This bug has been marked as a duplicate of bug 93385 ***=