OSDN Git Service

* cp-tree.h (frob_opname): Declare.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Sep 2000 14:19:53 +0000 (14:19 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Sep 2000 14:19:53 +0000 (14:19 +0000)
commit5851ed872f873d775ddba910d9326eebe79f8049
treed694dbd8f3fee17d98c37d0b5bd6a07b08dafac4
parent9a86bc1bd7d4040e7691b6a54deb6aa19b1ddc93
* cp-tree.h (frob_opname): Declare.
* parse.y (saved_scopes): New static variable.
(cp_parse_init): Adjust.
(do_id): If lastiddecl is NULL, do do_identifier.
(operator): Save scope information.
(unoperator): new reduction. Restore scope information.
(operator_name): Append unoperator. Call frob_opname.
* spew.c (frob_opname): Define.

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