This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/55051] [4.8 Regression] profiledbootstrap failed


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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot
                   |                            |de

--- Comment #6 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-11-14 15:13:08 UTC ---
(In reply to comment #5)
> 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);

Yes, badness is 1 in this case...
I'm reducing the issue right now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]