[Bug ipa/69589] [6 Regression] ICE in initialize_node_lattices, at ipa-cp.c:971
kugan at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Feb 14 23:57:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69589
--- Comment #11 from kugan at gcc dot gnu.org ---
In remove_unreachable_nodes, just before ipa-cp, this node becomes local
(address taken is false and local.local = true). After that, when
ipa_propagate_frequency is run, which updates the frequency to zero. I think we
should check the frequency at this point in time and remove such nodes.
More information about the Gcc-bugs
mailing list