This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc gcov and --coverage on x86_64
- From: Matt Fago <fago at earthlink dot net>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 14 Mar 2007 09:08:49 -0600 (GMT-06:00)
- Subject: Re: gcc gcov and --coverage on x86_64
- Reply-to: Matt Fago <fago at earthlink dot net>
>From: Ben Elliston <bje@au1.ibm.com>
>> gcc --coverage appears to be broken on x86_64 in gcc 4.1.1 on FC6
>> (works fine with Trunk). I'm almost certain that this is a known
>> issue, but cannot find a reference in Bugzilla.
>
>I implemented that option, so can probably help you. Contact me in
>private mail and we'll try and troubleshoot it. If necessary, you can
>then file a bug report.
FYI, this is an issue with ccache and not gcc (I forgot about that possibility).
Guess it's time to dig into ccache.
Thanks,
Matt