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 tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758



------- Comment #9 from bonzini at gnu dot org  2006-01-23 17:06 -------
That's not the correct fix.  Every user of bsi_after_labels does a
bsi_insert_after, and that inserts after the first executable statement (rather
than before) if there is no label in the basic block.


-- 


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


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