------- Comment #5 from ktietz at gcc dot gnu dot org 2010-01-23 10:35 -------
Yes, I can confirm this issue, but want to investigate where the underlying
issue really comes from. The interesting issue I found is, that if a
TLS-variable isn't assigned, the values of the addresses in different threads
are equal. As soon as one thread initialize the variable in program flow (not
by initializing the global __thread variable), everthing works as expected.
Kai
--
ktietz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42829