This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem using gcov
- From: Martin Liška <mliska at suse dot cz>
- To: Alexander Fichtinger <alexander dot fichtinger at logicals dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 22 Feb 2018 10:43:12 +0100
- Subject: Re: Problem using gcov
- Authentication-results: sourceware.org; auth=none
- References: <kcim.5a8d7518.53cc.193384996dac2c62@v-srvkopano.ow.ks>
On 02/21/2018 02:33 PM, Alexander Fichtinger wrote:
> When you look at line 23 it is called 1 time. Line 24 is called 2 times (the bold one).
> We already looked in the disassembly but did not see a reason why the line should be executed 2 times.
>
> Can anyone help here, please?
>
> Kind regards,
> Alex
Hi.
Sure, can you please send a self-contained test-case that I can run?
Thank you,
Martin