Add operator new/delete to cgraph_node::dump.
authorMartin Liska <mliska@suse.cz>
Tue, 6 Aug 2019 07:38:16 +0000 (09:38 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 6 Aug 2019 07:38:16 +0000 (07:38 +0000)
commit3a961aea3b7de700d68d460a496b1f4a65c5009b
tree5f05093cd96c89f27a807f3547cd4e770d3f9472
parentd81ab49d0586fca0f3ee2f49c4581dd02508fcca
Add operator new/delete to cgraph_node::dump.

2019-08-06  Martin Liska  <mliska@suse.cz>

* cgraph.c (cgraph_node::dump): Dump DECL_IS_OPERATOR_NEW_P
and DECL_IS_OPERATOR_DELETE_P.

From-SVN: r274139
gcc/ChangeLog
gcc/cgraph.c