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
This commit is contained in:
parent
241b92c8c5
commit
47c95bff6b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue