re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at dwarf2o...
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Dec 2012 09:56:22 +0000 (10:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Dec 2012 09:56:22 +0000 (10:56 +0100)
commitc3583c4ab028a77ca104dc6972b974260398f3ac
tree4193a0958fbce09cb3ad73bf3b0cfaf096e726cb
parent57dab7925d52135be54eec74f2b0ac569a7c48bf
re PR target/55659 ([SH] Build failure with ICE in dwarf2out_var_location, at dwarf2out.c:20748)

PR target/55659
Revert
2012-12-11  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/43631
* var-tracking.c (emit_note_insn_var_location): If insn is followed
by BARRIER, put note after the BARRIER.
(next_non_note_insn_var_location): Skip over BARRIERs.
(emit_notes_in_bb): If call is followed by BARRIER, put note after
the BARRIER.

2012-12-06  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/43631
* var-tracking.c (emit_note_insn_var_location, emit_notes_in_bb):
Clear BLOCK_FOR_INSN on notes emitted in between basic blocks,
don't adjust BB_END when inserting note after BB_END of some bb.

From-SVN: r194442
gcc/ChangeLog
gcc/var-tracking.c