From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22D2C3858D37; Sun, 21 May 2023 15:12:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22D2C3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684681940; bh=cVyiPX0i8jo8Pe68q30UbVH4mOyFnZlJmENHWrZ4A2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pAVaxNAIp87p1MV3culK0xgSD1rgA2nd+WjyRBVmMERxi1DvyWkQKntztoQq9WrtV 4XdeEy0X0mB5Ugxfb0wIwQjIPOJt6jKVWkwUBUZfNXnl2TkbFeoUcdOZgE8i6qnLgT OhamuV0ODhHfTzQIHGbFlKzUHU/4pVuAKzVaNzNk= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103672] [10/11 Regression] using with template class> causes internal compiler error Date: Sun, 21 May 2023 15:12:19 +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: 11.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone 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=3D103672 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|10.5 |12.0 Resolution|--- |FIXED --- Comment #6 from Patrick Palka --- Fixed for GCC 12+. This doesn't seem suitable for backporting, and never properly worked before anyway so it's hardly a regression.=