r254271 - in /trunk/gcc/cp: ChangeLog cp-tree.h...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Tue Oct 31 16:28:00 GMT 2017
Author: nathan
Date: Tue Oct 31 16:27:59 2017
New Revision: 254271
URL: https://gcc.gnu.org/viewcvs?rev=254271&root=gcc&view=rev
Log:
[C++ PATCH] overloaded operator fns [3/N]
https://gcc.gnu.org/ml/gcc-patches/2017-10/msg02343.html
* cp-tree.h (enum ovl_op_flags): New.
(struct operator_name_info_t): Rename arity to flags.
* lex.c (set_operator_ident): New.
(init_operators): Use it. Adjust for flags.
* mangle.c (write_unqualified_id): Adjust for flags.
* operators.def: Replace arity with flags.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/lex.c
trunk/gcc/cp/mangle.c
trunk/gcc/cp/operators.def
More information about the Gcc-cvs
mailing list