]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.bugs/900205_04.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.bugs / 900205_04.C
index 3d8625e5c8d51684b4c0a826223e672cccfb8e03..4290144f89ff487b2a44453c5436207dfef28ab1 100644 (file)
@@ -24,7 +24,6 @@ struct0::struct0 (int, void *) // { dg-message "note" }
 }
 
 struct struct0_derived_struct_0 : public struct0 { // { dg-error "no matching|deleted" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 26 }
 };
 
 struct0_derived_struct_0  object; // { dg-message "synthesized|deleted" }