From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95A013858D28; Mon, 27 May 2024 09:24:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95A013858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716801894; bh=y+vLH1gz7RqK+Sr+kDTuU9QL3K0mOKkYJtPvhzga+oI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OHLKBrlAZy1adTsjHDtSSRfdJZz+zzMgcTb24Q7EjAsmiErsXpsuTO91exJA9AjXC s6PGTTXrUO++dBREaYnAtviyYDfrjKIJIr7ypVXYcSpZjIrcDWEd/722NXkBW6la4P KRBS5o9TlN+xwY0KLgpE4Gs+4LjxbPYWw5GOb+hU= From: "simartin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105229] [11/12/13/14/15 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111 Date: Mon, 27 May 2024 09:24:54 +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: 12.0 X-Bugzilla-Keywords: ice-on-invalid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: simartin at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: simartin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D105229 Simon Martin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Simon Martin --- But fixed via PR c++/106024, and test case merged to master.=