https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115792
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=87956 --- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to eczbek.void from comment #12) > warning: 'operator new' must not return NULL unless it is declared 'throw()' > (or '-fcheck-new' is in effect) I think maybe we want a separate bug to adjust that warning text. The main bug (throw() should be diagnosed in C++20) is closely related to Bug 87956, maybe a dup.