Re: [RFC/PATCH] Fix-it hints

2014-09-27 Thread Manuel López-Ibáñez
On 25 September 2014 11:34, Dodji Seketeli wrote: >> When the caret line is disabled with -fno-diagnostics-show-caret, the >> fix-it hint is printed as: >> >> gcc/testsuite/g++.dg/template/crash83.C:5:21: error: an explicit >> specialization must be preceded by 'template <>' >> gcc/testsuite/g++.d

Re: [RFC/PATCH] Fix-it hints

2014-09-25 Thread Dodji Seketeli
Hello Manuel, Sorry for taking so long to reply to this. FWIW, I like the direction of this. I find fix-it hints cool in general. So thank you for working on this. Manuel López-Ibáñez a écrit: > This patch implements fix-it hints. See https://gcc.gnu.org/PR62314 > > When the caret line is ac