lex.c (do_identifier): Look for class value even if we don't have a global value.
authorJason Merrill <jason@yorick.cygnus.com>
Sun, 19 Jul 1998 23:47:18 +0000 (23:47 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 19 Jul 1998 23:47:18 +0000 (19:47 -0400)
commite13a41239fcc18a362856e167b7dcb97ca4ee1c2
treec4e8aebae28cb3468ed27a7406fc686f55c19dea
parent077e7015e088e0f0ccbd442af857047c5dc10072
lex.c (do_identifier): Look for class value even if we don't have a global value.

* lex.c (do_identifier): Look for class value even if we don't
have a global value.  Do implicit declaration if parsing is 2.
* semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
lookup.

From-SVN: r21291
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/semantics.c