pt.c (reduce_template_parm_level): Also build the TYPE_DECL for a template template...
authorJason Merrill <jason@redhat.com>
Mon, 6 Jul 2015 22:13:42 +0000 (18:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 6 Jul 2015 22:13:42 +0000 (18:13 -0400)
commit4366e1c000be778d32e302c704ca98b16b95a589
tree42ae186cbb7752e6a33e5021f16f6fac267e032e
parentd762287d87b36ae3ac0a6fc57969bd2f1d1c3a9c
pt.c (reduce_template_parm_level): Also build the TYPE_DECL for a template template parameter.

* pt.c (reduce_template_parm_level): Also build the TYPE_DECL
for a template template parameter.
(tsubst_decl) [TEMPLATE_DECL]: Use the TEMPLATE_DECL built
by reduce_template_parm_level.

From-SVN: r225495
gcc/cp/ChangeLog
gcc/cp/pt.c