2014-12-04 20:35 GMT+01:00 Jason Merrill <ja...@redhat.com>:
> On 12/04/2014 10:12 AM, Kai Tietz wrote:
>>
>>         else if (cxx_dialect < cxx11
>> +           && DECL_P (id)
>>              && !strcmp (IDENTIFIER_POINTER (id), "thread_local"))
>
>
> This doesn't make any sense: If it's a decl it isn't an identifier.  Did you
> mean to check for IDENTIFIER_NODE?
>
> Jason
>

Sure ...

Reply via email to