This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19958] Global object destroyed that is not constructed
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Feb 2005 19:46:41 -0000
- Subject: [Bug c++/19958] Global object destroyed that is not constructed
- References: <20050214191214.19958.sabre@nondot.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-14 19:46 -------
You know your 3.3.x is compiled with --enable-__cxa_atexit.
This is a dup of bug 2474 which is very known bug which only can be fixed via using --enable-
__cxa_atexit on supported targets.
*** This bug has been marked as a duplicate of 2474 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19958