https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84015
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Mon Feb 26 06:09:01 2018 New Revision: 257980 URL: https://gcc.gnu.org/viewcvs?rev=257980&root=gcc&view=rev Log: PR c++/84015 - ICE with class deduction and auto template parm. * pt.c (rewrite_template_parm): Use tf_partial in first tsubst. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1z/class-deduction49.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/pt.c