http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55051
--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-14 15:08:53
UTC ---
There are
badness = (relative_time_benefit (callee_info, edge, edge_time)
* (INT_MIN / 16 / RELATIVE_TIME_BENEFIT_RANGE));
badness /= (growth * MAX (1, callee_info->growth));
gcc_checking_assert (badness <=0 && badness >= INT_MIN / 16);
