* parse.y (template_id): do_identifier for PFUNCNAMEs, too.
commita71a14ea4333ff4c9c415eb14181bb4fd2675acd
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Dec 1997 03:43:05 +0000 (6 03:43 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Dec 1997 03:43:05 +0000 (6 03:43 +0000)
tree7fad100495e9ee3f1ce7d71210ceb98994f696f0
parentc0a49bd7c909b62d4dc2eeed229a5d64bb40bbd8
* parse.y (template_id): do_identifier for PFUNCNAMEs, too.
* spew.c (yylex): Don't do_identifier here.
* decl2.c (build_expr_from_tree): Revert last change.

* decl2.c (build_expr_from_tree): Expand the name for a method call.
* parse.y (object_template_id): Don't try to take the DECL_NAME.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16971 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parse.y
gcc/cp/spew.c