]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/template/typedef4.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / template / typedef4.C
index 60fad0688580ff413b2a46d8d0b6f73f9b021615..2676d8fec1df467097d3fe1ab3c0709c49909e34 100644 (file)
@@ -6,5 +6,4 @@ template<typedef> void foo();  // { dg-error "no type|typedef declaration|templa
 void bar()
 {
   foo<int>();                  // { dg-error "matching" }
-  // { dg-message "candidate" "candidate note" { target *-*-* } 8 }
 }