* decl.c (pop_cp_function_context): Don't call free on a NULL
commit573176a5af576c38a44b2538e3fc26a529c31b66
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 1999 23:32:55 +0000 (30 23:32 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 1999 23:32:55 +0000 (30 23:32 +0000)
treeeae3147603fa00ebe355662313326062fe4189c0
parent4102a5950f5ed6cde435e5fee2fa1e42794972dc
* decl.c (pop_cp_function_context): Don't call free on a NULL
pointer.
* semantics.c: Include ggc.h.
(expand_body): Do garbage-collection after processing a template
function.  Clear DECL_SAVED_TREE after generating RTL for a
function.
* Makefile.in (semantics.o): Depend on ggc.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30279 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/decl.c
gcc/cp/semantics.c