libgcov: report about a different timestamp (PR gcov-profile/85759).
authorMartin Liska <mliska@suse.cz>
Tue, 29 May 2018 12:11:21 +0000 (14:11 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 29 May 2018 12:11:21 +0000 (12:11 +0000)
commit0e8f29daae817560fa28935f23150307abee8f43
treedae6fb571218c28f4bd4fc966f8b044443aebbc7
parente379122d1f078d230514ff862c4f9053c2898af4
libgcov: report about a different timestamp (PR gcov-profile/85759).

2018-05-29  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/85759
* doc/gcov.texi: Document GCOV_ERROR_FILE and GCOV_EXIT_AT_ERROR
env variables.
2018-05-29  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/85759
* libgcov-driver-system.c (gcov_error): Introduce usage of
        GCOV_EXIT_AT_ERROR env. variable.
* libgcov-driver.c (merge_one_data): Print error that we
        overwrite a gcov file with a different timestamp.

From-SVN: r260895
gcc/ChangeLog
gcc/doc/gcov.texi
libgcc/ChangeLog
libgcc/libgcov-driver-system.c
libgcc/libgcov-driver.c