[Bug target/52918] [4.8 Regression] ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 10 12:25:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52918
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c++ |target
Target Milestone|--- |4.8.0
Summary|ICE: Invalid |[4.8 Regression] ICE:
|bb->loop_father (NULL) in |Invalid bb->loop_father
|add_bb_to_loop |(NULL) in add_bb_to_loop
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-10 12:25:22 UTC ---
The bug is that bb has no loop_father. Without preprocessed source I cannot
verify with a cross compiler.
More information about the Gcc-bugs
mailing list