From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB8D4385B524; Mon, 24 Jul 2023 07:51:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB8D4385B524 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690185091; bh=eObPNOrw4+2qpzHHYzRppS/gBtKNfUa4voTAGhiFxd4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JzuBy03Um+6i5v/ouET1ffECVrQVC/AWLbaD3kwGiSzOdG6O5g4nwzujcyabF6RKN 9FFJuDJ9ZzVTr23/wZTycBUd94Fiphlf/xuKDLkhcNYspjX7BgfsUMmtJxUAuOGFqg TgBAo7t7SA7v68uEpJE2AWEKIp4TgYRXq0lW98IQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110766] [13 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: in gimple_phi_arg_def_from_edge, at gimple.h:4699 Date: Mon, 24 Jul 2023 07:51:31 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc priority target_milestone 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=3D110766 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] ICE on |[13 Regression] ICE on |valid code at -O3 on |valid code at -O3 on |x86_64-linux-gnu: in |x86_64-linux-gnu: in |gimple_phi_arg_def_from_edg |gimple_phi_arg_def_from_edg |e, at gimple.h:4699 |e, at gimple.h:4699 Priority|P3 |P2 Target Milestone|14.0 |13.3 Known to work| |14.0 --- Comment #6 from Richard Biener --- Fixed on trunk, latent on the branch - will push there once it re-opens.=