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 target/31733] [4.3 Regression] ICE in rtl_verify_flow_info, at cfgrtl.c:2050: {return_internal} (nil)



------- Comment #8 from sje at cup dot hp dot com  2007-05-03 19:36 -------
I went back to r124216 and added a print to see what the next instruction was,
since it wasn't a barrier.  What I found was a "NOTE_INSN_DELETED_LABEL",
followed by a barrier.  I am guessing we want to ignore that (and any other
deleted instructions?) before checking for a barrier.


-- 


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


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