[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-02-03 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #9 from Jeffrey A. Law law at gcc dot gnu.org --- Author: law Date: Mon Feb 3 21:55:36 2014 New Revision: 207441 URL: http://gcc.gnu.org/viewcvs?rev=207441root=gccview=rev Log: PR gcov-profile/58602 * gcc/gcov-io.c

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-02-03 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-01-27 Thread laurent.alfonsi at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #8 from Laurent Aflonsi laurent.alfonsi at st dot com --- Jeffrey, As you asked for, I have performed much more testing on that fix. I am far from having done as many tests as Jakub in 2004. In particular, I have not been able to

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-01-16 Thread laurent.alfonsi at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #5 from Laurent Aflonsi laurent.alfonsi at st dot com --- Ping ? Is this ok for trunk ?

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-01-16 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2014-01-16 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||law at redhat dot

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2013-10-25 Thread laurent.alfonsi at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #3 from Laurent Aflonsi laurent.alfonsi at st dot com --- Created attachment 31086 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31086action=edit source patch for trunk

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2013-10-25 Thread laurent.alfonsi at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #4 from Laurent Aflonsi laurent.alfonsi at st dot com --- When the .gcno graph file is opened for generating the coverage graph information, the mode used is w+ as this code is shared with updating tools such as libgcov. Thus, when GCC

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2013-10-24 Thread gbanks at sgi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 Greg Banks gbanks at sgi dot com changed: What|Removed |Added CC||gbanks at sgi dot com

[Bug gcov-profile/58602] .gcno files not truncated at gcov_close

2013-10-24 Thread gbanks at sgi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602 --- Comment #2 from Greg Banks gbanks at sgi dot com --- Created attachment 31085 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31085action=edit source for test case Here's a test case which doesn't rely on optimisation behaviour to