]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.ns/using12.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / using12.C
index 343cfefc459630d8da2143a7c0e0c255ed1cded4..ba06b5a3f7fa655f78821e21168beff54b73ac5b 100644 (file)
@@ -16,5 +16,4 @@ void fn (int i)
   using foo::x;
   using baz::x;
   x(i);         // { dg-error "ambiguous" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 18 }
 }