]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/semantics.c
Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
authorMark Mitchell <mark@codesourcery.com>
Tue, 5 Sep 2000 07:31:27 +0000 (07:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 5 Sep 2000 07:31:27 +0000 (07:31 +0000)
commitee94fce6ef0432857717b93bdb1aae415ae6e4d6
tree725343e2ca5ef39491e3d69fbb346fbb1fac15b5
parentc0712acbc7117096c29ef8febd01a882779c31e0
Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.

* Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
(pt.o): Remove dependency on HTAB_H.
* cp-tree.h: Include hashtab.h.
(walk_tree): Change prototype.
(walk_tree_without_duplicates): New function.
* decl.c (check_default_argument): Use it.
* optimize.c (remap_decl): Adjust calls to walk_tree.
(copy_body): Likewise.
(expand_calls_inline): Likewise.
(calls_setjmp_p): Use walk_tree_without_duplicates.
* pt.c: Don't include hashtab.h.
(for_each_template_parm): Use walk_tree_without_duplicates.
* semantics.c (finish-stmt_tree): Likewise.
(expand_body): Likewise.
* tree.c (walk_tree): Add additional parameter.
(walk_tree_without_duplicates): New function.
(count_trees): Use it.
(verify_stmt_tree): Adjust call to walk_tree.
(find_tree): Use walk_tree_without_duplicates.
(no_linkage_check): Likewise.
(break_out_target_exprs): Adjust call to walk_tree.
(cp_unsave): Likewise.

From-SVN: r36155
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/optimize.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/tree.c
This page took 0.057905 seconds and 5 git commands to generate.