]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/other/pr28114.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / other / pr28114.C
index 63ecbf51f4f99321679b63c54d1d43ca6c6aa581..d54fec960857aa4dc4afa9b979fcddb79ad9f60a 100644 (file)
@@ -6,5 +6,4 @@ template<int> void foo(struct {}*); // { dg-message "" }
 void bar()
 {
   foo<0>(0);                   // { dg-error "" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 8 }
 }