On Mon, 2018-07-02 at 12:58 +0200, Paolo Carlini wrote: > Hi, > > I was double checking my pending patch and going through the errors > we > emit in decl.c and elsewhere about thread_local and __thread and > noticed > another place, in parser.c, where using rich_location::add_range > seems > natural. Note, we could in principle swap location and > decl_specs->locations[ds_thread] in the error basing on the gnu bool > and > ensure that the caret always points to __thread. All in all, I don't > think it's worth it... > > Thanks, Paolo.
The patch looks good to me (with my "diagnostic messages" maintainer hat on) Thanks Dave