OK.
On Mon, Jul 2, 2018 at 6:58 AM, Paolo Carlini <paolo.carl...@oracle.com> 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. > > /////////////// >