[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2012-04-26 Thread peterf at silvaco dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39979 Peter Foelsche peterf at silvaco dot com changed: What|Removed |Added CC||peterf at

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2010-05-13 Thread pluto at agmk dot net
--- Comment #18 from pluto at agmk dot net 2010-05-13 09:13 --- (In reply to comment #17) Not a bug, you need to configure libstdc++ and stlport the same if you want them to work together. __thread/pthread in eh_globals.cc is an implemetation detail. how this could conflicts with

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2010-05-13 Thread redi at gcc dot gnu dot org
--- Comment #19 from redi at gcc dot gnu dot org 2010-05-13 10:24 --- (In reply to comment #15) the problematic is eh_globals.o which was merged into libstlport.a. If stlport imports files which are implementation details, then it depends on those implementation details. isn't that

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2010-05-13 Thread pluto at agmk dot net
--- Comment #20 from pluto at agmk dot net 2010-05-13 10:46 --- (In reply to comment #19) (In reply to comment #15) the problematic is eh_globals.o which was merged into libstlport.a. If stlport imports files which are implementation details, then it depends on those

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2010-05-13 Thread redi at gcc dot gnu dot org
--- Comment #21 from redi at gcc dot gnu dot org 2010-05-13 11:29 --- (In reply to comment #20) stlport includes some gcc archives in libstlport.a for simplier linking for some definition of simpler :) Either don't use static linking or rebuild libstlport.a with the gcc version

[Bug other/39979] [4.4/4.5/4.6 Regression] libsupc++(eh_globals.cc)/stlport TLS incompatibility.

2010-05-12 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2010-05-12 20:54 --- Not a bug, you need to configure libstdc++ and stlport the same if you want them to work together. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added