Message ID | AANLkTi=9pAj80raPqkcnPE2DGrxfd7kEPohYSHXAZtJO@mail.gmail.com |
---|---|
State | New |
Headers | show |
Index: gcc/value-prof.c =================================================================== --- gcc/value-prof.c (revision 169016) +++ gcc/value-prof.c (working copy) @@ -474,8 +474,12 @@ else { error_at (locus, "corrupted value profile: %s " - "profiler overall count (%d) does not match BB count (%d)", - name, (int)*all, (int)bb_count); + "profile counter (%d out of %d) inconsistent with " + "basic-block count (%d)", + name, + (int) *count, + (int) *all, + (int) bb_count); return true; } }