2005-01-05 Daniel Berlin <dberlin@dberlin.org>
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jan 2005 14:49:34 +0000 (14:49 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jan 2005 14:49:34 +0000 (14:49 +0000)
commit7c0a8197b49948a16c798bda6b59c962e0542648
tree1ddf91f92e5dc4124c2a4d437f06fbfc711097b7
parentdfafcdbf984f8df3becf014cb6f3217e84a1d611
2005-01-05  Daniel Berlin  <dberlin@dberlin.org>

Fix PR middle-end/19286
Fix PR debug/19267
* dwarf2out.c (gen_subprogram_die): If we've already tried to
output this subprogram, simply ignore this attempt to do it again.
(add_abstract_origin_attribute): Don't abort trying to add the abstract
origin attribute if it's not possible.
(gen_block_die): Don't ignore subblocks of "unused" blocks.
(decls_for_scope): Ditto.
* gimple-low.c (mark_blocks_with_used_subblocks): Remove.
(mark_used_blocks): Don't call mark_blocks_with_used_subblocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92991 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/gimple-low.c
gcc/tree.h