This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/43631] var-tracking inserts notes with non-NULL BLOCK_FOR_INSN in between basic blocks


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43631

--- Comment #20 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-12 09:56:28 UTC ---
Author: jakub
Date: Wed Dec 12 09:56:22 2012
New Revision: 194442

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194442
Log:
    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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/var-tracking.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]