From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B050B395682A; Thu, 23 Apr 2020 12:17:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B050B395682A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587644250; bh=z8w9k5PlkfEO7gVjYcgnMv3Hl8UmdEwRc2AXU+j1QiA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VbmN2WKB5OSHixskLQ6Q+zMrVJj00d7i7QpV+nnuvM0n+viVoEGyRSXd8e/UVX04w ltnqnuFqHvpd6zgSnZatuUe2YdIRvnYO1aYph9/VPwqiTGwcBDWmNLXvGQVnNX6WC6 8Cq35flw5lWq/OMF6gkgjf9VeOR8L6J++1Ud6gro= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94717] [10 Regression] segfault with -O2 -fnon-call-exceptions -ftracer Date: Thu, 23 Apr 2020 12:17:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 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 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: Thu, 23 Apr 2020 12:17:30 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94717 --- Comment #3 from Eric Botcazou --- > The compiler is apparently not prepared for new trapping loads. Fixing... No, just a missing check on landing pads: index a6687cd9c98..4ab8e0250ab 100644 --- a/gcc/gimple-ssa-store-merging.c +++ b/gcc/gimple-ssa-store-merging.c @@ -2680,6 +2680,7 @@ imm_store_chain_info::coalesce_immediate_stores () p[3] =3D data; using the bswap framework. */ if (info->bitpos =3D=3D merged_store->start + merged_store->width + && info->lp_nr =3D=3D merged_store->lp_nr && merged_store->stores.length () =3D=3D 1 && merged_store->stores[0]->ins_stmt !=3D NULL && info->ins_stmt !=3D NULL)=