This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/20564] gcov default behaviour changed


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]