OSDN Git Service

* cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2003 19:10:26 +0000 (19:10 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2003 19:10:26 +0000 (19:10 +0000)
commit4bd132ffddd19c15c809fb7f42cb90b4650fe6fb
treeb5fef0e9e96ec251d4eacefa562073b7516cd36a
parenta844986ac000f75846c3574755a12d032770e23e
* cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
(begin_global_stmt_expr, finish_global_stmt_expr): Remove.
* init.c (begin_init_stmts): Make static. Return is_global
value. Always call begin_stmt_expr.
(finish_init_stmts): Make static. Add is_global parm. Always
building a stmt tree.
(build_aggr_init): Adjust begin_init_stmts, finish_init_stmts calls.
(build_vec_init): Likewise. Always building a stmt tree.
(expand_default_init): Always building a stmt tree.
(get_temp_regvar): Likewise.
* semantics.c (begin_global_stmt_expr,
finish_global_stmt_expr): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69830 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/semantics.c