decl.c (warn_about_implicit_typename_lookup): New function.
authorMark Mitchell <mark@codesourcery.com>
Fri, 16 Apr 1999 00:15:26 +0000 (00:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 16 Apr 1999 00:15:26 +0000 (00:15 +0000)
commit235f734d821eb0b079d551de729b56cb97800676
tree36e9d12d45904be2c30de0bc4854d6d8427051d9
parenta9ba8a885857f6b7a14722dbd741bc07121ee72c
decl.c (warn_about_implicit_typename_lookup): New function.

* decl.c (warn_about_implicit_typename_lookup): New function.
(lookup_name_real): Use it.  Rework handling of implicit typename
extension.

From-SVN: r26487
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.old-deja/g++.pt/typename18.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/typename19.C [new file with mode: 0644]