diff options
| -rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17ffc76..330da7c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,11 +9,12 @@ * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK. * dwarf2out.c (is_inlined_entry_point): Remove. (add_high_low_attributes): Use inlined_function_outer_scope_p. - (gen_block_die): Use is_inlined_entry_point check; remove body block code. + (gen_block_die): Use is_inlined_entry_point check. Remove body block + code. * langhooks.h (struct lang_hooks): Remove no_bodu_blocks. * gimplify.c (gimplify_expr): Gimplify body blocks. - * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper block - with multiple subblocks. + * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper + block with multiple subblocks. (dump_scope_block): Prettier output; dump more flags and info. (dump_scope_blocks): New. (remove_unused_locals): Use dump_scope_blocks. |
