https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:5ccbf162511b896672a72934c3cafd37a42d6438 commit r13-6692-g5ccbf162511b896672a72934c3cafd37a42d6438 Author: Jason Merrill <ja...@redhat.com> Date: Tue Mar 14 22:07:45 2023 -0400 c++: coerce_template_template_parms interface tweak This should have no semantic effect, but is a prerequisite for the PR108179 fix to follow. PR c++/108179 gcc/cp/ChangeLog: * pt.cc (coerce_template_template_parms): Take the arg and parm templates directly. (coerce_template_template_parm): Adjust. (template_template_parm_bindings_ok_p): Adjust. (convert_template_argument): Adjust.