tree.c (count_trees): New debugging function.
authorJason Merrill <jason@redhat.com>
Thu, 15 Jun 2000 21:24:39 +0000 (17:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 15 Jun 2000 21:24:39 +0000 (17:24 -0400)
commit297a5329dca4f22150ec201d48b8de8a730f6447
tree8ef4fe73525824ae88ccfba0772d1ad4632e748a
parentf5e6b7bc9e27420b063970b49bb62bcea1bff43d
tree.c (count_trees): New debugging function.

        * tree.c (count_trees): New debugging function.

        * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
        * init.c (build_member_call): Pull out the name of a DECL.

        * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
        * semantics.c (expand_body): Push to TV_INTEGRATION here.
        * optimize.c (optimize_function): Not here.
        * pt.c (instantiate_decl): Push to TV_PARSE.

From-SVN: r34568
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/init.c
gcc/cp/optimize.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cp/typeck.c