[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2016-09-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44779 Martin Liška changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2016-09-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44779 --- Comment #8 from Martin Liška --- Author: marxin Date: Tue Sep 27 11:07:11 2016 New Revision: 240529 URL: https://gcc.gnu.org/viewcvs?rev=240529&root=gcc&view=rev Log: gcov: dump in a static dtor instead of in an atexit handler PR gc

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2016-08-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44779 Martin Liška changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44779 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2010-07-02 Thread jay dot vaughan at thalesgroup dot com
--- Comment #5 from jay dot vaughan at thalesgroup dot com 2010-07-02 11:32 --- To use the sources provided as a test unit: 1. First, 'make clean'. 2. Then, 'make test.app' - notice the coverage of the constructor/destructor functions. 3. Then, 'make test.lib' - notice coverage. --

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2010-07-02 Thread jay dot vaughan at thalesgroup dot com
--- Comment #4 from jay dot vaughan at thalesgroup dot com 2010-07-02 11:31 --- Created an attachment (id=21068) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21068&action=view) This is the test library sources for the testunit. This file is the test library, which is wrapped ar

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2010-07-02 Thread jay dot vaughan at thalesgroup dot com
--- Comment #3 from jay dot vaughan at thalesgroup dot com 2010-07-02 11:30 --- Created an attachment (id=21067) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21067&action=view) This is the test application program sources for the testunit. This file is the test application, to

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2010-07-02 Thread jay dot vaughan at thalesgroup dot com
--- Comment #2 from jay dot vaughan at thalesgroup dot com 2010-07-02 11:29 --- Created an attachment (id=21066) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21066&action=view) Makefile for testcase. This the Makefile for a testunit that will demonstrate this behaviour. --

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2010-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-07-02 09:16 --- Can you provide a testcase that when executed shows the issue? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --