From: Eric Botcazou Date: Fri, 27 Feb 2009 20:17:29 +0000 (+0000) Subject: Fix long lines. X-Git-Tag: releases/gcc-4.4.0~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10a1c6cae77981bce5b7cec129d5c05a5b3b333;p=thirdparty%2Fgcc.git Fix long lines. From-SVN: r144476 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17ffc7629735..330da7c4a37b 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.