diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2007-11-03 17:50:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2007-11-03 17:50:20 +0000 |
commit | 47c95bff6b78a2f8e632714172f1ba004d449cca (patch) | |
tree | 4a7a7311c4a8ff9f805d0ec3ab68350be39634b6 /gcc/reorg.c | |
parent | 241b92c8c5fd4ef847b99284126de8e3349b926b (diff) | |
download | gcc-47c95bff6b78a2f8e632714172f1ba004d449cca.zip gcc-47c95bff6b78a2f8e632714172f1ba004d449cca.tar.gz gcc-47c95bff6b78a2f8e632714172f1ba004d449cca.tar.bz2 |
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
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index eccf40b..51acaa3 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -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++) { |