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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
operator new just gets its memory from malloc.

GCC changed the alignment of max_align_t on x86 targets, but if you don't have
a newer malloc then it won't know about that change and so disagrees with GCC's
max_align_t definition.

Reply via email to