builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.
authorEric Christopher <echristo@gcc.gnu.org>
Wed, 21 Jul 2004 19:23:03 +0000 (19:23 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Wed, 21 Jul 2004 19:23:03 +0000 (19:23 +0000)
commitcaf93cb0d55b2a7d00eee250b5880a53205eef7c
tree62d1d9e6aa0313957234dd1e34bd0b74115418e7
parentd942072cb0b0ffebeff215e3ee182e882ffcbf9e
builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.

2004-07-21  Eric Christopher  <echristo@redhat.com>

* builtins.c (expand_builtin_setjmp_receiver): Fix comment for code
removal.
* c-decl.c (pop_scope): Ditto.
* calls.c (expand_call): Remove call to current_nesting_level,
update comment accordingly. Remove calls to expand_start_target_temps
and expand_end_target_temps.
* cfgexpand.c (construct_init_block): Remove call to
expand_start_bindings_and_block.
(construct_exit_block): Remove call to expand_end_bindings.
* expr.c (safe_from_p): Remove BIND_EXPR handling.
(expand_expr_real_1): Ditto. Fix formatting.
(expand_vars): Delete.
* stmt.c (POPSTACK): Remove block_stack.
(stmt_status): Remove x_block_stack.
(block_stack): Delete.
(expand_start_bindings_and_block): Ditto.
(expand_start_target_temps): Ditto.
(expand_end_target_temps): Ditto.
(current_nesting_level): Ditto.
(warn_about_unused_variables): Ditto.
(expand_end_bindings): Ditto.
* tree.h: Remove declarations for above.

2004-07-21  Eric Christopher  <echristo@redhat.com>

* decl.c (poplevel): Inline unused variable checking.
Change formatting.

From-SVN: r85019
gcc/ChangeLog
gcc/builtins.c
gcc/c-decl.c
gcc/calls.c
gcc/cfgexpand.c
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/expr.c
gcc/stmt.c
gcc/tree.h