https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110137
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Keywords| |missed-optimization
CC| |jwakely at redhat dot com
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Related is the __builtin_operator_new (sp?) feature which possibly has the
same effect and can be used in the standard library even when
-fno-assume-sane-operator-new is in effect.
It seems clang makes -fassume-sane-operator-new the default btw.