DWARF
authorJason Merrill <merrill@gnu.org>
Fri, 4 Oct 1996 23:17:36 +0000 (23:17 +0000)
committerJason Merrill <merrill@gnu.org>
Fri, 4 Oct 1996 23:17:36 +0000 (23:17 +0000)
From-SVN: r12904

gcc/final.c

index d3e329efdb27548c409769ef22fa287606eed6d1..900f0bae87e7b9e1fb95310fa50d6427e662b68d 100644 (file)
@@ -1402,7 +1402,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
            ASM_OUTPUT_INTERNAL_LABEL (file, "LBB", next_block_index);
 #endif
 #ifdef DWARF_DEBUGGING_INFO
-         if (write_symbols == DWARF_DEBUG && block_depth > 1)
+         if (write_symbols == DWARF_DEBUG)
            dwarfout_begin_block (next_block_index);
 #endif
 
@@ -1438,7 +1438,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
                              pending_blocks[block_depth]);
 #endif
 #ifdef DWARF_DEBUGGING_INFO
-         if (write_symbols == DWARF_DEBUG && block_depth >= 1)
+         if (write_symbols == DWARF_DEBUG && block_depth >= 0)
            dwarfout_end_block (pending_blocks[block_depth]);
 #endif
        }