This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2006 17:06:14 -0000
- Subject: [Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758
- References: <bug-23625-7559@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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