]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.robertl/eb69.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb69.C
index 1ada91234294fbf615f205c219b98e16e9362665..9620b87be44b256fc1cc87278cf6f03d3e429528 100644 (file)
@@ -12,7 +12,6 @@ struct foo {                  // { dg-message "note" } candidate
 struct bar : foo {
   typedef int an_int;
   bar() : bar::an_int(3) {}    // { dg-error "match" "match" } not a base
-  // { dg-message "candidate" "candidate note" { target *-*-* } 14 }
   // { dg-message "expected" "exp" { target *-*-* } 14 }
 };