Commit 47c95bff by Daniel Jacobowitz Committed by Daniel Jacobowitz

re PR debug/33921 (FAIL: gcc.dg/debug/debug-6.c -gdwarf-2 -O scan-assembler xyzzy)

	PR debug/33921
	* reorg.c (emit_delay_sequence): Do not clear the locator on
	the jump instruction.

From-SVN: r129872
parent 241b92c8
2007-11-03 Daniel Jacobowitz <dan@codesourcery.com>
PR debug/33921
* reorg.c (emit_delay_sequence): Do not clear the locator on
the jump instruction.
2007-11-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/33670
......@@ -513,7 +513,6 @@ emit_delay_sequence (rtx insn, rtx list, int length)
PREV_INSN (delay_insn) = PREV_INSN (seq_insn);
INSN_LOCATOR (seq_insn) = INSN_LOCATOR (delay_insn);
INSN_LOCATOR (delay_insn) = 0;
for (li = list; li; li = XEXP (li, 1), i++)
{
......
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