From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62F953858C33; Tue, 23 Jan 2024 15:10:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62F953858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706022641; bh=XSCZUsx0xosr9LQBDDU6ETo4rW9cl6soPdnvpkFQy+o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SWevaPxAw1VPaFsZQYaMDt+TMHQBpOD3BSZQu8Pa9d06RKbGtAFiKgpRjGOhwKUa2 LkToMBKGY/VNfcA4c6EUqFD/G2nrf97vXMXrbAxwG3yY0rIZ6mdbEyQVr8V/9hd1+V JJYQuGYg10GuTaylX7LnYjbs0mnkw5daAeQ++IrU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113555] Yet another failure in verify_ssa Date: Tue, 23 Jan 2024 15:10:41 +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-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: see_also 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=3D113555 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D113364 --- Comment #4 from Richard Biener --- The proposed fix for PR113364 resolves the ICE=