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 #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-13 10:50:17 UTC ---
Created attachment 28673
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28673
gcc48-pr43631.patch

Is this what you meant?  make check-gcc RUNTESTFLAGS=guality.exp doesn't ICE
with it anymore with verify_flow_info (); at the beginning as well as end of
variable_tracking_main.
The notes are intentionally in between bbs, and it is assumed that the cfg
doesn't change after var-tracking pass, otherwise targets should disable
var-tracking at its standard spot and perform it at the end of machine reorg
pass (as e.g. ia64 and a few other targets do).


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