[C++ PATCH] overloaded operator fns [4/N]
commitdaad7ad78af19c91733fa6a5072c7b7debf5b4e1
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2017 18:29:08 +0000 (31 18:29 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2017 18:29:08 +0000 (31 18:29 +0000)
treeb5f9c6877345f85a017e592001a440eeed218448
parent5cbb8e6b1122092b3eaabd4270b2f316aa40407c
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254276 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/operators.def