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 gcov-profile/7970] Arc profiling doesn't work reliably on global destructors


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.


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