From: Jason Merrill Date: Thu, 25 Mar 1999 03:28:39 +0000 (-0500) Subject: update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b9c1e4dc4d6ce7d28d8be00bd28dd0ef76dc861;p=gcc.git update From-SVN: r25969 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename6.C b/gcc/testsuite/g++.old-deja/g++.pt/typename6.C index cdb792fe8ab..a3df71840e7 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/typename6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/typename6.C @@ -1,3 +1,5 @@ +// We don't try to make implicit typename handle this case. + // Build don't link: // Special g++ Options: @@ -11,10 +13,10 @@ struct A template struct B : public A { - A_Type Func(); + A_Type Func(); // ERROR - candidate }; template A::A_Type B::Func() -{ +{ // ERROR - no match }