* pt.c (instantiate_clone): Remove, fold into ...
commita91aa9908bc8dc66c7e7dfa3d938338c5462fe27
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 14:13:46 +0000 (18 14:13 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Dec 2001 14:13:46 +0000 (18 14:13 +0000)
treeacdbcbe38b266b657ef2728e84fda5a59f8cb813
parentce95a955f9fc612151ca7f96cf0296cae54e6bb4
* pt.c (instantiate_clone): Remove, fold into ...
(instantiate_template): ... here. Simplify by removing mutual
recursion.
* typeck2.c (build_m_component_ref): Don't cv qualify the function
pointed to by a pointer to function.
* class.c (delete_duplicate_fields_1): Typo.

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