[C++ PATCH] overloaded operator fns [8/N]
commit4767026dec48669637ccb5773918a87a7d9936bc
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2017 18:29:26 +0000 (2 18:29 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Nov 2017 18:29:26 +0000 (2 18:29 +0000)
tree3b70db062b6d1f096f376d65783b7e331d9a1514
parentbbbf4a06b0da2b48324b099b8568a4de6d0baf7a
[C++ PATCH] overloaded operator fns [8/N]

https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00095.html
* cp-tree.h (IDENTIFIER_NEWDEL_OP_P): Restore, adjust.
(IDENTIFIER_NEW_OP_P): New.
* decl.c (grokdeclarator): Restore IDENTIFIER_NEWDEL_OP_P use.
* pt.c (push_template_decl_real): Likewise.
* typeck.c (check_return_expr): Use IDENTIFIER_NEW_OP_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254350 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/typeck.c