This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/20564] gcov default behaviour changed
- From: "chris at bubblescope dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2005 10:14:46 -0000
- Subject: [Bug other/20564] gcov default behaviour changed
- References: <20050320124213.20564.chris@bubblescope.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From chris at bubblescope dot net 2005-03-21 10:14 -------
(Hmm.. I thought I posted this before..)
My personal problem isn't the lines beginning zero, but the ones like:
function _Z3fooIiEiT_ called 1 returned 100% blocks executed 75%
Which before I had to turn on, but now just appear automatically.. The main
problem they cause is that if I get the gcov output of the same file in multiple
executables, they appear in different places... At the moment I just filter any
line without a : in it, but it would be nice to be able to turn them off... or
promise they'll never get a colon?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20564