Commit e07ed33f by Richard Kenner

(fixup_gotos): When some fixups done, reset to point to next instead

of zeroing TREE_VALUE, which may be shared.

From-SVN: r10242
parent 2046a461
......@@ -1246,7 +1246,7 @@ fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in)
f->before_jump
= emit_insns_after (cleanup_insns, f->before_jump);
TREE_VALUE (lists) = 0;
f->cleanup_list_list = TREE_CHAIN (lists);
}
if (stack_level)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment