[Bug tree-optimization/51362] [4.7 Regression] ICE: SIGFPE (division by zero) in good_cloning_opportunity_p at ipa-cp.c:2401
jamborm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 7 13:04:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51362
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-12-07 13:03:42 UTC ---
Well, it's estimate_ipcp_clone_size_and_time that returns zero
estimated size growth. I find that quite strange, I'd never expect
the function to return that, I'd expect a new function clone to
certainly take up some space. Honza, should I handle the zero size
value or is that the bug that should be addressed?
More information about the Gcc-bugs
mailing list