Index: gcc/value-prof.c =================================================================== --- gcc/value-prof.c (revision 121671) +++ gcc/value-prof.c (working copy) @@ -353,8 +353,9 @@ visit_hist (void **slot, void *data) dump_histogram_value (stderr, hist); debug_generic_stmt (hist->hvalue.stmt); error_found = true; + return 0; } - return 0; + return 1; } /* Verify sanity of the histograms. */