r129844 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Nov 2 05:50:00 GMT 2007
Author: jason
Date: Fri Nov 2 05:50:06 2007
New Revision: 129844
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129844
Log:
PR c++/30897
* pt.c (push_template_decl_real): Set DECL_CONTEXT on template
template parms.
(lookup_template_class): Use it to get the outer template args
for instantiating one.
PR c++/29236
* pt.c (reduce_template_parm_level): tsubst the parameters
of a template template parm.
Added:
trunk/gcc/testsuite/g++.dg/template/ttp23.C
trunk/gcc/testsuite/g++.dg/template/ttp24.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
More information about the Gcc-cvs
mailing list