]> gcc.gnu.org Git - gcc.git/commit - gcc/tree.h
re PR debug/39267 (gdb testsuite regressions)
authorJan Hubicka <jh@suse.cz>
Fri, 27 Feb 2009 19:49:42 +0000 (20:49 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 27 Feb 2009 19:49:42 +0000 (19:49 +0000)
commitcff7525fb078f60cffd2050f93eb7a257cf158a4
tree88b2c40a53c2a5175a5910476fd385f50ff0d754
parentc20993b9959c1586b273eba9c50282a7a56064dd
re PR debug/39267 (gdb testsuite regressions)

PR debug/39267
* tree.h (TREE_PROTECTED): Fix comment.
(BLOCK_HANDLER_BLOCK): Remove.
(struct tree_block): Remove handler_block add body_block.
(inlined_function_outer_scope_p): New.
(is_body_block): Remove.
* 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.
* 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.
(dump_scope_block): Prettier output; dump more flags and info.
(dump_scope_blocks): New.
(remove_unused_locals): Use dump_scope_blocks.
* tree-flow.h (dump_scope_blocks): Declare.
* tree-cfg.c (execute_build_cfg): Dump scope blocks.
* stmt.c (is_body_block): Remove.
* tree-inline.c (remap_block): Copy BODY_BLOCK info.
* langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.

From-SVN: r144474
12 files changed:
gcc/ChangeLog
gcc/c-common.c
gcc/c-objc-common.h
gcc/dbxout.c
gcc/dwarf2out.c
gcc/langhooks-def.h
gcc/langhooks.h
gcc/stmt.c
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree-ssa-live.c
gcc/tree.h
This page took 0.057324 seconds and 5 git commands to generate.