]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/pt.c
cp-tre.h (finish_function): Change prototype.
authorMark Mitchell <mark@codesourcery.com>
Tue, 11 Apr 2000 16:27:42 +0000 (16:27 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 11 Apr 2000 16:27:42 +0000 (16:27 +0000)
commit0acf7199cc1cdd108ad61ddb1b5999f2d510369e
treed0f6a675e8ef0524ebfc20c64fe54718dbd9391f
parent2133335f6a8b4eeff6523a3d5ab1ac083cef24c6
cp-tre.h (finish_function): Change prototype.

* cp-tre.h (finish_function): Change prototype.
* decl.c (end_cleanup_fn): Adjust caller.
(finish_function): Take only one parameter.
* decl2.c (finish_objects): Adjust caller.
(finish_static_storage_duration_function): Likewise.
* method.c (emit_thunk): Likewise.
* parse.y: Likewise.
* parse.c: Regenerated.
* pt.c (instantiate_decl): Likewise.
* rtti.c (synthesize_tinfo_fn): Likewise.
* semantics.c (expand_body): Likewise.

* cp-tree.h (copy_decl): New function.
* class.c (finish_struct_1): Use it.
* lex.c (copy_decl): Define it.
* pt.c (tsubst_decl): Likewise.
* tree.c (copy_template_template_parm): Likewise.

From-SVN: r33079
13 files changed:
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/lex.c
gcc/cp/method.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/rtti.c
gcc/cp/semantics.c
gcc/cp/tree.c
This page took 0.07107 seconds and 5 git commands to generate.