From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFDC03858438; Mon, 27 Feb 2023 23:24:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFDC03858438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677540287; bh=qktaFuaRyXwwsppoKdOLJ0pa29dFBsCmTkR91dc7mKI=; h=From:To:Subject:Date:From; b=BiyxpeAUNn4Od9BYCWVS3c4/HuUZEbmX455Rajb4rNAsIYvgkPEz85THZ2+x5gSZT BbYGCaRkHtOFEGoONn63DoSu7zUUgt74dwfp+ra/SeM2D+0s3tFgClIgaS7SBykpV3 ZkGO2P4NBiR+pHbp2hqvejo57SfniR/zwFiYpZzo= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108960] New: clear tf_partial in instantiate_template Date: Mon, 27 Feb 2023 23:24:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D108960 Bug ID: 108960 Summary: clear tf_partial in instantiate_template Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mpolacek at gcc dot gnu.org Target Milestone: --- As the subject says; we should be able to do so since we're instantiating a= nd we have the full set of targs. See f= or further discussion.=