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 target/27319] C++ class object destructors are not called for static class objects in a shared library when dlclose is called.



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-04-25 21:31 -------
Yes, this is a target specific issue.  If the target does not support atexit,
this is what will happen.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |target
     Ever Confirmed|0                           |1
   GCC host triplet|CYGWIN (Current version),   |
                   |Win 2k                      |
 GCC target triplet|                            |win32
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-25 21:31:56
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27319


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