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 other/39979] [4.4/4.5/4.6 Regression] possible wrong code at all -0x levels.



------- Comment #16 from pluto at agmk dot net  2010-05-12 20:27 -------
(In reply to comment #15)
> the problematic is eh_globals.o which was merged into libstlport.a.
> the TLS version of the get_globals causes memory corruption in my app.
> 

strictly, the __thread based eh_globals.cc doesn't work with pthread based
stlport-5.2.1. libsupc++ configured with --disable-tls (forced tls via
pthread get/set specific) works fine with stlport again.


-- 


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


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