]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/template/error40.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / template / error40.C
index 7746ed2cee3e3c16edcadc50c41ef8b1b26c4922..c5df56fc1be0f9315f2a6c6cc1bdb131f6e69bc7 100644 (file)
@@ -26,7 +26,5 @@ struct B
 int main()
 {
   f(1);                                // { dg-error "" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 28 }
   B<A<int> >().f();            // { dg-error "" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 30 }
 }