On Fri, 7 Nov 2014, Manuel López-Ibáñez wrote: > Maybe I can open the file and re-parse the string to find the right > column. Of course, this will not work when reading stdin, but in that > case the behavior will be the same as currently. It will also allow me > to gracefully degrade in the case of non-concatenated tokens. Do you > see any other alternative?
I expect something like that will be needed (to avoid large overhead from tracking details of locations inside all strings when few will ever have those locations needed). > Neither Per nor Tom are active in GCC anymore. If the FE maintainers > do not feel comfortable reviewing line-map changes, could you nominate > Dodji as line-map maintainer if he is willing to accept it? I think he > is currently the person that understands that code best. I think Dodji as diagnostics maintainer is better placed than I am to review line-map patches. -- Joseph S. Myers jos...@codesourcery.com