From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7505D3938803; Thu, 27 Aug 2020 18:28:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7505D3938803 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598552885; bh=f72z/R+xL0LiJnGKl4jXxn1w4wKOnSqDmObi1CDIZVg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yWXS3ZuKGEsGi8oYt75rand2M34GihRoq1wCWOiEU/yWUW2HjO6O9tTf7IIw9J0Xt xqc9SsJEBWl8Pg220hCj1RIoel9vZSYG+0P/NhfQUMf29D3c+lcKymvg6Ut9Yrm9Tk bxhlEBcx3oTv0mpMj2sDRqZcAabA0tZBqnxafI9Q= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96822] [11 regression] Starting with r11-2833 ICE in decompose, at wide-int.h:984 Date: Thu, 27 Aug 2020 18:28:05 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh 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: dependson 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, 27 Aug 2020 18:28:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96822 Aldy Hernandez changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |96818 --- Comment #1 from Aldy Hernandez --- I cannot confirm, as I don't have access to spec, but this looks very simil= ar to PR96818 which I can reproduce. It's not the exact same pathway, but they both end up calling find_case_label_range() which I have definitely touched with my patch. I will mark this as depending on 96818 for now, and perhaps the reporter can monitor that PR for proposed fixes. Thanks for reporting this. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96818 [Bug 96818] [11 Regression] ICE: in decompose, at wide-int.h:984 at -O since r11-2883=