------- Comment #4 from sje at cup dot hp dot com 2006-02-02 22:41 ------- These tests, along with g++.dg/tls/static-1.C are failing due to a bug in the HP linker. The linker has been fixed but not yet released. The problem is that the linker is using the SHF_HP_TLS (0x01000000) flag for thread local storage instead of SHF_TLS. I am going to see if I can get a patch accepted into binutils where we set both flags so that we don't need to wait for the patched linker. But first I need to figure out how to do it.
-- sje at cup dot hp dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sje at cup dot hp dot com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-02-02 22:41:01 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24476