From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69F3C3858410; Tue, 1 Nov 2022 17:29:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69F3C3858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667323776; bh=7ZEIBJcoNvbn9CuhqotQczN4UDMj9dGJcrovvNRatDE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XEBhxOJfl+yUUFtdudoHOoWfHC8dJMgadpJDGNq+cWVV2ikPDZ8Hogwc1o2QEc9xE rezmtX1KOSZVluw+xVvvRyPjqWF+Ab2O4NtiJCJZaFlElk9xQYkyF2rm3HNo9LjBlv /RCujeijkyS5rFp7SJ9jj1iPQprox/rupEUPBfE8= From: "amacleod at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107497] [13 regression] ICE during bootstrap after r13-3595-g7b1cdca6d6d594 Date: Tue, 01 Nov 2022 17:29:35 +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: 13.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: amacleod at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: amacleod at redhat dot com X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to attachments.created 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=3D107497 Andrew Macleod changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |amacleod at redhat = dot com --- Comment #4 from Andrew Macleod --- Created attachment 53815 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53815&action=3Dedit patch in testing Looks like an ssa-name was released between the start and finish of the pas= s, probably should have had this check to start with. Bootstrapping now.=