This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/7970] Arc profiling doesn't work reliably on global destructors
- From: "dhammen at odysseysr dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Jun 2011 17:45:32 +0000
- Subject: [Bug gcov-profile/7970] Arc profiling doesn't work reliably on global destructors
- Auto-submitted: auto-generated
- References: <bug-7970-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7970
David Hammen <dhammen at odysseysr dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dhammen at odysseysr dot
| |com
--- Comment #5 from David Hammen <dhammen at odysseysr dot com> 2011-06-17 17:45:30 UTC ---
This bug *still* exists as of i686-apple-darwin10-g++-4.2.1. The problem is
apparently the collision of two at_exit() handlers, with C++'s global
destructor coming in last.