https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115712
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=78104 --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- operator new/delete pairs have been optimized since PR 78104 was fixed in GCC 10. Just in this case the array makes the mechanism confused until now.