http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55884
--- Comment #7 from dave.anglin at bell dot net 2013-01-08 15:29:49 UTC --- On 1/8/2013 3:13 AM, jakub at gcc dot gnu.org wrote: > On HP-UX or Linux? The test is guarded with > ! { dg-require-effective-target tls_runtime } > does the OS have assembly/linker and runtime TLS support? HP-UX. HP-UX uses emutls. Ii looks to me as this should provide runtime support but there are some regressions in TLS support at the moment (PR 54908). Thought this was specific to C++ but maybe it affects check_effective_target_tls_runtime. Test is ok on Linux. > Can you attach libgomp.log ? Have to do another build...