Re: GCC GCOV

2012-02-10 Thread David Malcolm
On Fri, 2012-02-10 at 12:14 -0800, Satya Prakash Prasad wrote: > Thanks for the info Dave. I downloaded the tar ball but facing issues > while building it: This is probably more appropriate for the plugin's mailing list: https://fedorahosted.org/mailman/listinfo/gcc-python-plugin rather than the

Re: GCC GCOV

2012-02-10 Thread Satya Prakash Prasad
Fri, Feb 10, 2012 at 7:58 AM, David Malcolm wrote: > On Thu, 2012-02-09 at 15:52 -0800, Satya Prakash Prasad wrote: >> Hi All, >> >> I am a new joinee to this group and a C/C++ developer for around 2 >> yrs. What interest me most is gcc / gcov combination output.

Re: GCC GCOV

2012-02-10 Thread David Malcolm
On Thu, 2012-02-09 at 15:52 -0800, Satya Prakash Prasad wrote: > Hi All, > > I am a new joinee to this group and a C/C++ developer for around 2 > yrs. What interest me most is gcc / gcov combination output. It list > the code execution details. > > Is there a possibility th

GCC GCOV

2012-02-09 Thread Satya Prakash Prasad
Hi All, I am a new joinee to this group and a C/C++ developer for around 2 yrs. What interest me most is gcc / gcov combination output. It list the code execution details. Is there a possibility that gcc build binaries can print file name:line number of the code it is executing at run time

Re: gcc gcov and --coverage on x86_64

2007-03-14 Thread Matt Fago
>From: Ben Elliston <[EMAIL PROTECTED]> >> 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

Re: gcc gcov and --coverage on x86_64

2007-03-08 Thread Ben Elliston
> 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 i

gcc gcov and --coverage on x86_64

2007-03-08 Thread Matt Fago
Having searched in bugzilla and asked on gcc-help to no avail ... 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. Could someone please give me a pointer to the bug?