[Bug c++/98798] Custom operator new[] and delete[] is buggy for aligned class
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 26 12:46:49 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98798
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I wonder if https://itanium-cxx-abi.github.io/cxx-abi/abi.html#array-cookies
needs to be updated for aligned new[] expressions, or if G++ is just not
accounring for them correctly.
More information about the Gcc-bugs
mailing list