From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E18A03858D28; Tue, 1 Nov 2022 18:02:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E18A03858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667325766; bh=pt7Fpmjc0mcCiM71yOUneT/J4PR3xGLtz9+mhBuoR+M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N02sSXl45c3eO238uYiBlzqN9nLGluK3Y9nLK0VqWCQnE1G6rAksPxmVzbsZ/HBBa tuTPQ4/qKsqksklnTxsHYYZ+ZbsGgDIyjCGbHNtP2XFYiY7ucBbOkgnrRcAhDVzEGd rOjY0vKrtc3F4oWxMYByo2D4gKu7ZrmBzXSvt8o8= From: "cvs-commit at gcc dot gnu.org" 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 18:02:38 +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: cvs-commit at gcc dot gnu.org 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: 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 --- Comment #5 from CVS Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:82b0345f6137b112728590d7c010dcd2cef08514 commit r13-3597-g82b0345f6137b112728590d7c010dcd2cef08514 Author: Andrew MacLeod Date: Tue Nov 1 13:18:33 2022 -0400 Make sure ssa-name is valid. PR tree-optimization/107497 * tree-vrp.cc (remove_unreachable::remove_and_update_globals): Check that ssa-name still exists before accessing it.=