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

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
This is not a bug. The lifetime does not start until after operator new returns
so anything before can be deleted.

Reply via email to