This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI
- From: "a_salnikov at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 2 Mar 2011 18:50:57 +0000
- Subject: [Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI
- Auto-submitted: auto-generated
- References: <bug-47960-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960
--- Comment #3 from Andy <a_salnikov at yahoo dot com> 2011-03-02 18:50:56 UTC ---
(In reply to comment #2)
> works as expected with gcc 4.5, possibly due to the change to
> __GXX_MERGED_TYPEINFO_NAMES
Hi Jonathan,
sorry, I do not watch closely the progress, do you mean tha gcc 4.6 has
__GXX_MERGED_TYPEINFO_NAMES disabled?
Andy