[Bug c++/19958] Global object destroyed that is not constructed

2005-02-14 Thread sabre at nondot dot org
--- Additional Comments From sabre at nondot dot org 2005-02-14 19:53 --- I don't really think this is the same as 2474: that is an issue of ctor ordering, this is one of *destroying objects that weren't created*. -Chris -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19958

[Bug c++/19958] Global object destroyed that is not constructed

2005-02-14 Thread pinskia 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 ha

[Bug c++/19958] Global object destroyed that is not constructed

2005-02-14 Thread sabre at nondot dot org
-- What|Removed |Added Known to fail||3.4.0 3.4.2 2.96 Known to work||3.3.2 http://gcc.gnu.org/bugzilla/show_bug.c