This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/42015] gcov reports incorrect branches executed
- 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: Tue, 09 Aug 2016 12:22:56 +0000
- Subject: [Bug gcov-profile/42015] gcov reports incorrect branches executed
- Auto-submitted: auto-generated
- References: <bug-42015-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42015
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-08-09
CC| |marxin at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Frodak Baksik from comment #1)
> I would have expected the output to report:
> Branches executed:75.00% of 4
> and not
> Branches executed:100.00% of 4
You're right, it's confusing, I'm going to discuss that with Honza in order to
many it clear.