This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/58306] Broken profiling for unrar sources: error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Aug 2016 13:12:38 +0000
- Subject: [Bug gcov-profile/58306] Broken profiling for unrar sources: error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count
- Auto-submitted: auto-generated
- References: <bug-58306-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58306
--- Comment #13 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Artem S. Tashkinov from comment #12)
> (In reply to Martin Liška from comment #11)
> > I've just verified that GCC 5.3.1 and GCC 6.1.1 and latest trunk work fine
> > (x86_64-linux-gnu). I built the binary and unrar a rar archive.
> >
> > Can you please re-try that?
>
> Comment 7.
Ok, (In reply to Artem S. Tashkinov from comment #12)
> (In reply to Martin Liška from comment #11)
> > I've just verified that GCC 5.3.1 and GCC 6.1.1 and latest trunk work fine
> > (x86_64-linux-gnu). I built the binary and unrar a rar archive.
> >
> > Can you please re-try that?
>
> Comment 7.
Ok, I'll try to reproduce, but I would need:
1) echo ""> /tmp/ff.c && gcc -march=native /tmp/ff.c -c -v
2) please upload somewhere a sample rar archive which you use for training run
3) command line passed to ./unrar binary (are you using multiple threads?)
Then it should be hopefully reproducible.