]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/template/local4.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / template / local4.C
index d842076bd80afad01c3ee8db61fee48eac5bad06..95d2990ec88d3aa9d827e5a48e1be2e8475fabe1 100644 (file)
@@ -6,5 +6,4 @@ template <typename T> void foo() {} // { dg-message "note" }
 int main () {
   struct S {};
   foo<S> (); // { dg-error "(match|template argument for|trying to instantiate)" } 
-  // { dg-message "candidate" "candidate note" { target *-*-* } 8 }
 }