This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PR debug/66653: avoid late_global_decl on decl_type_context()s


On Tue, Jun 30, 2015 at 4:30 PM, Jason Merrill <jason@redhat.com> wrote:
> On 06/29/2015 06:32 PM, Jason Merrill wrote:
>>
>> On 06/29/2015 05:07 AM, Richard Biener wrote:
>>>
>>> On Fri, Jun 26, 2015 at 11:59 PM, Jason Merrill <jason@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.
>
>
> Thus.

Looks good to me.

Richard.

> Jason
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]