On Wed, May 14, 2014 at 12:47:11PM -0400, Jason Merrill wrote: > commit f770db5dce4328b831d3c3e50322366f3e7b927a > Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> > Date: Tue May 13 21:10:03 2014 +0000 > > * call.c (print_error_for_call_failure): Say "no match" rather > than "ambiguous" if there were no strict matches. > (build_new_method_call_1): Likewise.
I'm seeing recent: +FAIL: obj-c++.dg/exceptions-3.mm -fgnu-runtime (test for warnings, line 72) +FAIL: obj-c++.dg/exceptions-5.mm -fgnu-runtime (test for warnings, line 72) regression, the /* { dg-message "candidates" "" { target *-*-* } 72 } */ doesn't match any longer, can it be related to this patch? Jakub