[Bug c++/88118] GCC keeps unnecessary calls to new

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 21 19:41:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88118

--- Comment #5 from Marc Glisse <glisse at gcc dot gnu.org> ---
"An implementation is allowed to omit a call to a replaceable global allocation
function" (not any operator new) so I am not sure DECL_IS_OPERATOR_NEW is the
right test.


More information about the Gcc-bugs mailing list