From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 375E138432E1; Fri, 28 Jun 2024 00:24:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 375E138432E1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719534269; bh=AD4tBzVE+DnHb0dLqIazy/YDitdNWDFYGgWN2S1NYHA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ecd7IC0jcO5H9v0kGaUlZjHrjd30zuT2NQjnRQFMBE93iyJ5I0zlGg3oYtHNkj2Un wozoyA/YN/22PDF4/Ew17GGX2DlQki6tkc6YPb/nUd0R9/mWOtD5lpDQewXwWgYuKt iQuYl9mi8UI2Cr/3nyL5BVpa2osHT8wHrjN9KUyY= From: "s.murthy at outlook dot com" 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: Fri, 28 Jun 2024 00:24:28 +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: s.murthy at outlook dot com X-Bugzilla-Status: NEW 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.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 --- Comment #8 from Sean Murthy --- Created attachment 58536 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58536&action=3Dedit Repro for "contamination" or "bleeding" of A object issues to B objects See: https://sigcpp.godbolt.org/z/73j6Yqf9b This attachment is the repro for the "contamination" issue listed in my ear= lier comment: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115672#c7=