On 11/29/06, Richard Guenther <rguenther@suse.de> wrote:
>
> This makes coverage mismatch errors a warning if requested by
> -Wcoverage-mismatch and assumes execution counts to be zero in
> this case as we do for missing coverage info.
>
> This allows the same profile data to be used if re-compiling with
> like small bugfixes added to a big project without the need to
> re-do possibly lengthy profiling.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu.
>
> Ok for mainline?
I'm going to commit this in the next few days after another bootstrap/regtest.
Thanks,
Richard.
> 2006-11-23 Richard Guenther <rguenther@suse.de>
>
> * doc/invoke.texi (-Wcoverage-mismatch): Document.
> * common.opt (-Wcoverage-mismatch): New warning option.
> * coverage.c (get_coverage_counts): Ignore coverage mismatch
> if -Wcoverage-mismatch is given.