[Bug rtl-optimization/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 19 02:42:00 GMT 2005



------- Comment #12 from pinskia at gcc dot gnu dot org  2005-11-19 02:42 -------
Hmm:
what changed is:
       if (n_branch != 1 && any_condjump_p (BB_END (bb))
-         && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->dest))
+         && JUMP_LABEL (BB_END (bb)) == BB_HEAD (fallthru->dest))


So the verify is what was changed.  Looking some more.


-- 


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



More information about the Gcc-bugs mailing list