http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58862
Teresa Johnson <tejohnson at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmatos at gcc dot gnu.org --- Comment #7 from Teresa Johnson <tejohnson at google dot com> --- This looks like a separate issue from the edge probability issue that I fixed. The edge probability issue was introduced earlier. Almost certainly due to the following change, given that you noticed it at r203899 and it is an error about edge badness: ------------------------------------------------------------------------ r203897 | pmatos | 2013-10-21 08:41:46 -0700 (Mon, 21 Oct 2013) | 4 lines Changed paths: M /trunk/gcc/ChangeLog M /trunk/gcc/ipa-inline.c * ipa-inline.c (edge_badness): Cap edge->count at max_count for badness calculations. ------------------------------------------------------------------------ Adding author to cc. Teresa