[C++ PATCH] overloaded operator fns [4/N]
authorNathan Sidwell <nathan@acm.org>
Tue, 31 Oct 2017 18:29:08 +0000 (18:29 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 31 Oct 2017 18:29:08 +0000 (18:29 +0000)
commit6ff16d19d26a41cd7abb01e858529fae54de746a
treeb5f9c6877345f85a017e592001a440eeed218448
parent8e02e8a0a588d0dbd64c375dd604fecc8fde2f83
[C++ PATCH] overloaded operator fns [4/N]

https://gcc.gnu.org/ml/gcc-patches/2017-10/msg02362.html
* lex.c (init_operators): Allow NULL operator name.  Don't add
special cases.
* operators.def: Use NULL for mangling only operators.  Move to
after regular operators but move assignment operators last.

From-SVN: r254276
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/operators.def