]> gcc.gnu.org Git - gcc.git/commit
cp-tree.h (begin_init_stmts, [...]): Remove.
authorNathan Sidwell <nathan@gcc.gnu.org>
Sat, 26 Jul 2003 19:10:26 +0000 (19:10 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 26 Jul 2003 19:10:26 +0000 (19:10 +0000)
commit2a3398e1245426f04592cf53a21bde8befa6f3ae
treeb5fef0e9e96ec251d4eacefa562073b7516cd36a
parent11a004efdb03c8b44723cd8a995f16c55247b1bb
cp-tree.h (begin_init_stmts, [...]): Remove.

* 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.

From-SVN: r69830
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/semantics.c
This page took 0.053228 seconds and 5 git commands to generate.