https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120890
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I am 99% sure the behavior here is correct as you can't delete an array of derivedClass via a pointer of vBaseClass. It will always delete an array of vBaseClass.