https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2022-12-14 --- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #3) > Asan is wrong, operator delete(void*, size_t) can be used to delete memory > from operator new(size_t, nothrow_t). Oh it's complaining about the size, not the form of operator delete.