* parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
commit83a31b40e4c91850289392fde631e8cbc7172518
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jul 1998 02:48:08 +0000 (17 02:48 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Jul 1998 02:48:08 +0000 (17 02:48 +0000)
tree8032dd7a19456b05e9df0768a5282549130a7e0d
parent10ddc183df97dc04b7dd6688dacc4fd3100dc73a
* parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
in Koenig lookup support rules.
* semantics.c (finish_call_expr): Handle the new cases.
* typeck.c (build_x_function_call): Handle overloaded methods.
* decl.c (grokvardecl): Don't call build_static_name for extern "C".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21245 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/decl.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/semantics.c
gcc/cp/typeck.c