From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E62683858D20; Sat, 15 Apr 2023 20:17:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E62683858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681589853; bh=Dc7rH0LEe9/qzinUlKtRf4I2FIA9C4zWq+gTBqHvvVs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nAuZVOphsU+aHVOEUDXsLhZD9J1TZvAjoUemOhin+1uZzEyyz1qgkP8DSmKCHSj4L vqSJJIRZb427ZbHH8udJ7g47unxBARBQeANLeqNHXZm/Oia6QWz5SR/PifwErjgkzY EU8oRB4ksKZ0EtE2TZdTjp7gX+PiDapLJ6Yk4VFs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree-fre Date: Sat, 15 Apr 2023 20:17:33 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109524 --- Comment #1 from Andrew Pinski --- Created attachment 54869 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54869&action=3Dedit Further reduced=