https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #2 from Gejoe <gejoed at rediffmail dot com> --- For me, it is like this (just keeping the sample filenames as such but the values are real ones shown while checking with gcov-dump) : $gcov-dump ./obj-dir-path/src-file.gcda ./obj-dir-path/src-file.gcda:data:magic `gcda':version `B14*' ./obj-dir-path/src-file.gcda:stamp 2912455990 : <the rest truncated> $ gcov-dump ./obj-dir-path/src-file.gcno ./obj-dir-path/src-file.gcno:note:magic `gcno':version `B14*' ./obj-dir-path/src-file.gcno:stamp 2912494680 : <the rest truncated> Does this indicate something more to be checked ? In the previous branch where gcc 10.3.0 is used, I could see same stamp value for the gcov-dump of same gcda and gcno files there - 3176078538. Awaiting reply. Thanks.