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
Thanks for the info Dave. I downloaded the tar ball but facing issues while building it: prompt:>~/shared_scripts/bin/gcc-py-plugin/gcc-python-plugin-6f960cf 1020> make python generate-config-h.py -o autogenerated-config.h --gcc=gcc Traceback (most recent call last): File "generate-config-h.py",

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 that gcc build binaries c

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