// { dg-do assemble } template int func(U, T); // { dg-message "note" } template int func(T, U) // { dg-message "note" } { return 2; } int main () { func (0, 1); // { dg-error "ambiguous" } // { dg-message "candidate" "candidate note" { target *-*-* } 13 } }