[Bug libstdc++/59894] Force use of the default new/delete

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 20 22:07:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59894

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
(In reply to Markus Trippelsdorf from comment #1)
> Isn't inlining forbidden by the standard?

Yes (sorry, I mentioned that in PR 59875 and forgot to repeat it here), but
since this is a specific option where the user explicitly asks for the
non-standard behavior...

Besides, the rationale in issue 404 seems bogus, I can use an inline
replacement memory allocation function just fine with gcc, and it has value to
several users.



More information about the Gcc-bugs mailing list