Re: [RFC] Remove TLS symbols from section anchor blocks

2012-12-10 Thread Richard Sandiford
David Edelsohn writes: > [Sorry, I forgot to copy GCC Patches before] > > Some of the libgomp testcases fail on AIX when using native TLS > because variables annotated with > > #pragma omp threadprivate(thr) > > sometimes are placed in section anchor blocks. Variables declared > with "__thread" c

[RFC] Remove TLS symbols from section anchor blocks

2012-12-08 Thread David Edelsohn
[Sorry, I forgot to copy GCC Patches before] Some of the libgomp testcases fail on AIX when using native TLS because variables annotated with #pragma omp threadprivate(thr) sometimes are placed in section anchor blocks. Variables declared with "__thread" create decls with the correct TLS model