OSDN Git Service

* cp-tree.h (copy_template_template_parm): Rename to ...
authorlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 06:36:47 +0000 (06:36 +0000)
committerlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 06:36:47 +0000 (06:36 +0000)
commite01e9e5a0041f484d9e9f2f6597d64a5ec2a2170
tree4ab6e0a3c0db731c148fb90ee146d4bbc2222c30
parenta5903d8b3b282dd03a922e70e1afcc6a83c93676
* cp-tree.h (copy_template_template_parm): Rename to ...
(bind_template_template_parm): ... here.
* tree.c (copy_template_template_parm): Rename to ...
(bind_template_template_parm): ... here.  Remove the case when
NEWARGS is NULL_TREE.
(copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
BOUND_TEMPLATE_TEMPLATE_PARM.
* pt.c (lookup_template_class): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43800 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/tree.c