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.
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 09 Jul 2026 16:08:26 -0700
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.