From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E88F3858C60; Mon, 27 May 2024 09:21:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E88F3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716801702; bh=8kYaP3bpFJqyE9WatAKgyQvK2XM2UCOcAio5aRIVgHk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uEEVL4WfdqT3T9us5W411zwpRFCVTl/qlcevjXQwH4K1CDLuiJNLgEjb+I9FfvyB4 3935KBpDQw/D4h21JmswWEv58SrtmfpOaDuh6reXz72sb7pK72ZivlvmE63g7++Cz5 DLzFC6UvWGyM1ubTdJM9WgghaUf2sYg+duBoW5N0= From: "cvs-commit 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:21:40 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: 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: 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 --- Comment #8 from GCC Commits --- The master branch has been updated by Simon Martin : https://gcc.gnu.org/g:88c9b96b2800ddb7a499bd10abaa9441a471d5fe commit r15-847-g88c9b96b2800ddb7a499bd10abaa9441a471d5fe Author: Simon Martin Date: Fri May 24 10:56:36 2024 +0200 Add testcase for PR c++/105229: ICE in lookup_template_class_1 The test case in PR c++/105229 has been fixed since 11.4 (via PR c++/106024) - the attached patch simply adds the case to the test suite. Successfully tested on x86_64-pc-linux-gnu. PR c++/105229 gcc/testsuite/ChangeLog: * g++.dg/parse/crash72.C: New test.=