From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80B833858C20; Mon, 25 Sep 2023 07:09:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80B833858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695625750; bh=R9y+kpNmAPAjlRrdYMeAow4dT6nTUEjaWl3X4nkK7sw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S3fBeNlC4qf7HR+R9EUwt7Vt2cKdjhQepPgQAPEBf0C1iLO/0DI2rueC5xn4UrhEw yW2H5JX2DzO07jVfoOwsq7yIweylh0GwgBcHFfiycyKa3lcmBTlu0eO1x7yl7cIYAQ vl2/UFSNFLDdXigtsF3KMeJcSSU9pk8ZEI9AqwKE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110386] [11/12/13 Regression] ICE with ABSU in backprop Date: Mon, 25 Sep 2023 07:09:10 +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: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work 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=3D110386 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] ICE |ICE with ABSU in backprop |with ABSU in backprop Known to work| |14.0 --- Comment #9 from Andrew Pinski --- Fixed on the trunk so far.=