https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #9 from Gejoe ---
Hi team,
I'm here to say that the issue is sorted out now for me.
The gcda stamp mismatch would be seen when there is a recompilation of the
source file for any reason. In my project, there was a particular compil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #8 from Richard Biener ---
I don't know of any difference compared to older compilers but gcov isn't my
main expertise. I fear you have to dig into the gcov code to see where and how
we exactly invent the stamp to see where it goes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #7 from Gejoe ---
(In reply to Richard Biener from comment #6)
> I have no idea why the values differ but I suspect the copying since we seem
> to use the file modification time at some point. As a workaround I would
> suggest
> to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #6 from Richard Biener ---
I have no idea why the values differ but I suspect the copying since we seem to
use the file modification time at some point. As a workaround I would suggest
to binary-patch one of the file to make the sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #5 from Gejoe ---
(In reply to Gejoe from comment #2)
> 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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #4 from Andrew Pinski ---
*** Bug 114820 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #3 from Gejoe ---
Can I get a reply on what needs to be checked next ?
Thank you for the support team !
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #2 from Gejoe ---
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:magi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751
--- Comment #1 from Richard Biener ---
>From reading what the gcov code does it somehow means that the gcda and gcno
files were not created consistently.
You can use gcov-dump to check the stamp, for an example pair I have around
I see consiste
10 matches
Mail list logo