]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/52165 (ICE in add_var_loc_to_decl, at dwarf2out.c:5430 building libgo...
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Feb 2012 11:41:25 +0000 (12:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 9 Feb 2012 11:41:25 +0000 (12:41 +0100)
commit65cca5de63ce4a3eca83668ff556fc88ea57c696
treee607f0fbeeed426598cccfd417fe54ef0a3532d8
parent19d7de5b7217708a57240fbacae6c01ed8047ec4
re PR debug/52165 (ICE in add_var_loc_to_decl, at dwarf2out.c:5430 building libgo on s390/s390x)

PR debug/52165
* var-tracking.c (emit_note_insn_var_location): If
EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
non-NOTE_DURING_CALL_P insn.

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