// { dg-do assemble } template void f(int j); // { dg-message "note" } void g() { f<7, 12>(3); // { dg-error "" } no matching function. // { dg-message "candidate" "candidate note" { target *-*-* } 7 } }