]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/cp-tree.h
Makefile.in (parse.o): Depend on ggc.h.
authorRichard Henderson <rth@cygnus.com>
Sun, 5 Sep 1999 16:21:30 +0000 (09:21 -0700)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 16:21:30 +0000 (16:21 +0000)
commitfc6af6e322072f2cbf63d79ae32050db3b08deab
tree5f0c5f13fe467ac17975e0c40cdce38e1e3be420
parenta3770a813002ceaedfe097ea46c8ddc09b9c289c
Makefile.in (parse.o): Depend on ggc.h.

* Makefile.in (parse.o): Depend on ggc.h.
(decl2.o): Depend on ggc.h.
(init.o): Depend on ggc.h.
* cp-tree.h (init_decl2): Declare.
(cp_parse_init): Likewise.
* decl.c (ggc_p): Define to zero.
(mark_saved_scope): New function.
(init_decl_processing): Call cp_parse_init, and cp_decl2.
Register GC roots.
(expand_static_init): Add GC roots.
* decl2.c: Include ggc.h.
(init_decl2): New function.
* init.c: Include ggc.h.
(init_init_processing): Add GC roots.
* parse.y: Include ggc.h.
(cp_parse_init): New function.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29126
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/parse.y
This page took 0.054337 seconds and 5 git commands to generate.