From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7E703858C29; Mon, 15 Jan 2024 07:33:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7E703858C29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705304030; bh=dbmT7um+QXr5NsAHTr4N80TslWyCecdc0bxds/BBJ44=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mR28JMcDX4qeZTE0GCwEffZKDNOazrPTFbq212HK7tbPEhE1clDzZxwG2+VTjN6uz 8iwb4kZ4PQgV5bdXpz0Z44Z+MD/MdlTVO0oT7aRBAoOWpnK7qmxO0tmcozH2VDOQf2 TcH+lj0eFp7IBrPBeOo4UBdfbFXc1bWg0ULpPw4Q= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113347] [12/13 Regression] ICE during gimplification building TVM since r13-8079-gd237e7b291ff52 Date: Mon, 15 Jan 2024 07:33:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D113347 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection --- Comment #6 from Richard Biener --- I'd like to know what fixed it on trunk still so we can decide whether reverting or backporting sth additional.=