[Bug c++/15795] No way to teach operator new anything about alignment requirements

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 29 01:01:34 GMT 2021


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |MOVED

--- Comment #44 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Just a quick note on this one, C++17 fixed this issue all together with C++20
requiring allocators also to handle the alignment. So changing this to moved
really.  Also GCC 11 defaults to C++17.


More information about the Gcc-bugs mailing list