https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113258
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Pre-C++17 code that |Pre-C++17 code that
|supplies operator |replaces malloc/free
|new/delete crashes when |crashes when mixed with
|mixed with post-C+17 code |post-C++17 code that uses
|that uses the align_val_t |the align_val_t variants of
|variants of new/delete |new/delete
--- Comment #22 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I've fixed the summary, since this is not caused by replacing the old
new/delete functions.