]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.law/arg11.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.law / arg11.C
index fc9357964f497215c211aa968d7245ad8d7722d1..bd88844e4863e10761f83d70c63a33232578d7b4 100644 (file)
@@ -18,6 +18,5 @@ foo(S *o)
 { // Neither call has a usable constructor for conversions of char[5] to Ack.
   function("adsf");// { dg-error "could not convert" }
   o->method("adsf");// { dg-error "no matching" } 
-  // { dg-message "candidate" "candidate note" { target *-*-* } 20 }
   return 0;
 }