From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A3843889E10; Mon, 29 May 2023 10:06:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A3843889E10 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685354804; bh=usZG/reLhe4gOSRuqmWR4gxDHJ+EoBx0Xug1Mj1uxaY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sHne/E+7FBc7dWyeD5hGVcRtg0rBq86XUvYM8M3Ru5CdK0q5w1oVR8CpcCE3ErwBZ W2z5hkVoIrviMtk+IDCSkM0RfHpkVUMf08nf4hT+N3zn0L6y9UnNY90peSoYKL+hYb UP+0t/fRG5vSlTiPJhdwJblI2Wcb/0YX63wzKheI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105229] [11/12/13/14 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111 Date: Mon, 29 May 2023 10:06:42 +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: jakub 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.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|11.4 |11.5 --- Comment #4 from Jakub Jelinek --- GCC 11.4 is being released, retargeting bugs to GCC 11.5.=