This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13227] [3.4 Regression] dlclose() causes destruction of global objects in ALL shared C++ libraries.
- 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: 30 Nov 2003 00:32:58 -0000
- Subject: [Bug c++/13227] [3.4 Regression] dlclose() causes destruction of global objects in ALL shared C++ libraries.
- References: <20031129010326.13227.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-30 00:32 -------
The cause of this bug is that the Visibility attribute is ignored, see PR 13134 so this is just a dup of
that bug.
*** This bug has been marked as a duplicate of 13134 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13227