On 06/29/2015 05:07 AM, Richard Biener wrote:
On Fri, Jun 26, 2015 at 11:59 PM, Jason Merrill <ja...@redhat.com> wrote:
On 06/26/2015 05:37 AM, Richard Biener wrote:
Can we defer TLS model setting to template instantiation?
We need to represent somehow that __thread (or thread_local) was used in the
declaration, but DECL_THREAD_LOCAL_P was changed to refer to the TLS model.
Ok, so "easiest" would be to allocate a bit from decl_with_vis for this...
Or I can find a flag in the front end. I guess I'll do that.
Jason