Re: Bug 53289 - unnecessary repetition of caret diagnostics

2012-05-10 Thread Richard Guenther
On Wed, May 9, 2012 at 11:02 PM, Manuel López-Ibáñez wrote: > Simple enough. Bootstrapped and regression tested. > > The output for the example in the PR is now: > > /home/manuel/caret-overload.C:6:6: error: no matching function for > call to ‘g(int)’ >   g(1); >      ^ > /home/manuel/caret-overlo

Re: Bug 53289 - unnecessary repetition of caret diagnostics

2012-05-09 Thread Gabriel Dos Reis
On Wed, May 9, 2012 at 4:02 PM, Manuel López-Ibáñez wrote: > Simple enough. Bootstrapped and regression tested. > > The output for the example in the PR is now: > > /home/manuel/caret-overload.C:6:6: error: no matching function for > call to ‘g(int)’ >   g(1); >      ^ > /home/manuel/caret-overloa