From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A59F387547C; Thu, 27 Jun 2024 01:52:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A59F387547C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719453134; bh=pZtEOCMwywoEEJzzYa22qKYgOHwKa4HW88myBlGP3TA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c6wBLry/2sQ+dImQ28krBmQGEX59DiM7F3aDiGN/sI3SI4WJfrgS/NJ2YOsCqUxaf jeuGDNBiNBCG+hLprc626IMrbwgI6QHftxBqMMIr83GG/1Z/6D2c0f2DCVzEw9PdQe akfXa0qt6pcjnXHPzHWtrJL9c1HU0aQH/AHQdgAg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115672] [11/12/13/14/15 Regression] Incorrect template type parameter deduced in non-deduced context if class template has template template parameter Date: Thu, 27 Jun 2024 01:52:14 +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: 14.1.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D115672 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58527|0 |1 is obsolete| | --- Comment #4 from Andrew Pinski --- Created attachment 58528 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58528&action=3Dedit Reduced further The second t argument type in the template definition is the key I think. Changing it to just class allows the testcase to work.=