From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 85EF3385B52D; Thu, 23 Mar 2023 19:00:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85EF3385B52D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679598019; bh=r7AHzTR2R4ZfR5UJDFCXqMZH/xWbqVo+ytPGFRzlUMg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hqkpL+jivcdGyeMCR3SFP3NhSTyDhE+K7txlJ3JVGwpWJjDJjM6KXlDOVoUnmGLK0 xBPA3xWO2yz0LwCA6E3ebjWdKApSTnOZxQazrL1rjx6X9fLLDt4p6+BBNOjsY6RURK g6RyNkOw8VepNDYf6k2HdsEum9QCuFRX9/hAaO8U= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105229] [11/12/13 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111 Date: Thu, 23 Mar 2023 19:00:18 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_known_to_fail 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=3D105229 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Known to fail| |12.1.0 Known to work| |12.2.0, 13.0 --- Comment #3 from Andrew Pinski --- Seems fixed for GCC 12.2.0 and the trunk.=