http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24985

--- Comment #50 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-04-14 
10:53:25 UTC ---
(In reply to comment #49)
> Created attachment 27155 [details]
> fix overload carets
> 
> The patch that I am currently bootstrapping. I made a small change to the
> output. It looks like this now:

It bootstraps but, of course, there are a lot of failures. This one:

>                         note: candidates are:

I can remove in prune.exp but this:

>                       note:   candidate expects 0 arguments, 1 provided

We probably want to match in messages. I am pretty sure there is a way to add a
new { dg-notes-2 "note1" "note2" } which passes a regexp such as
"[^\n]*note1[^\n]*\n[^\n]*note2[^\n]*" to process-message, but my Tcl foo is
not strong enough.

Reply via email to