]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/scoping10.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping10.C
index a1b563297fc3609b6bfaf6c73b2984f130c43743..8106a357807a9e6526a96ac0901e7d0071cfb7f5 100644 (file)
@@ -10,7 +10,6 @@ struct B : public A {
   void h () {
     extern void g ();          // { dg-message "" } 
     f("foo");                  // { dg-error "" } hidden
-    // { dg-message "candidate" "candidate note" { target *-*-* } 12 }
     g("foo");                  // { dg-error "" } hidden
   }
 };