[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #6 from Jonathan Wakely 2011-03-02 19:45:02 UTC --- http://gcc.gnu.org/viewcvs?view=revision&revision=153768

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #5 from Jonathan Wakely 2011-03-02 19:43:17 UTC --- Yes, from http://gcc.gnu.org/gcc-4.5/changes.html "The default behavior for comparing typeinfo names has changed, so in , __GXX_MERGED_TYPEINFO_NAMES now defaults to zero." I think

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread a_salnikov at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #4 from Andy 2011-03-02 18:51:49 UTC --- (In reply to comment #3) > (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 watc

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread a_salnikov at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #3 from Andy 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

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #2 from Jonathan Wakely 2011-03-02 18:12:13 UTC --- works as expected with gcc 4.5, possibly due to the change to __GXX_MERGED_TYPEINFO_NAMES

[Bug c++/47960] dlopen call during DSO initialization breaks C++ RTTI

2011-03-02 Thread a_salnikov at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47960 --- Comment #1 from Andy 2011-03-02 17:58:58 UTC --- Created attachment 23518 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23518 test case