PR c++/84015 - ICE with class deduction and auto template parm.
authorJason Merrill <jason@redhat.com>
Mon, 26 Feb 2018 05:05:15 +0000 (00:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Feb 2018 05:05:15 +0000 (00:05 -0500)
commita8a3f32d583d9fde8e94c11c118c47c702bdea04
tree1aa9d007377f72ef4bdf4537ac445d12d0953e00
parent9445efc2207663c7c309ba0081411d7a6b966bc8
PR c++/84015 - ICE with class deduction and auto template parm.

* pt.c (rewrite_template_parm): Use tf_partial in first tsubst.

From-SVN: r257979
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/class-deduction49.C [new file with mode: 0644]