// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 12 Oct 2005 // PR 21592:ICE // Origin: Volker Reichelt template void unique(T,T); // { dg-message "note" } struct A { int begin(); }; template void foo() { unique(A().begin); // { dg-error "no matching function" "" } // { dg-message "candidate" "candidate note" { target *-*-* } 16 } }