Fix PR middle-end/19286 Fix PR debug/19267
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 6 Jan 2005 14:49:34 +0000 (14:49 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 6 Jan 2005 14:49:34 +0000 (14:49 +0000)
commit9acf766fe1b9fbdda3e7997f408912bfccfaf5fd
tree1ddf91f92e5dc4124c2a4d437f06fbfc711097b7
parent56ffd9b3ba4aabf87ccea018096abf64ac7a1fba
Fix PR middle-end/19286 Fix PR debug/19267

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.

From-SVN: r92991
gcc/ChangeLog
gcc/dwarf2out.c
gcc/gimple-low.c
gcc/tree.h