pt.c (instantiate_clone): Remove, fold into ...
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 18 Dec 2001 14:13:46 +0000 (14:13 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 18 Dec 2001 14:13:46 +0000 (14:13 +0000)
commit3ad97789478df997e5194518abd159cd506f7293
treeacdbcbe38b266b657ef2728e84fda5a59f8cb813
parentf21add0737d299427da125d7b89ecfe89b5e11db
pt.c (instantiate_clone): Remove, fold into ...

* 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.

From-SVN: r48155
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/pt.c
gcc/cp/typeck2.c