[Bug c++/70732] Operator new is unable to throw std::bad_alloc() when memory is exhausted in statically linked executable
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 20 09:54:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70732
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think optimizing for the low memory situation is premature optimization. I
also don't think it's very easy to do.
More information about the Gcc-bugs
mailing list