[Bug sanitizer/77567] ASAN: Bugus error "alloc-dealloc-mismatch (malloc vs operator delete [])" with C++17's over-aligned types
kcc at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 12 17:44:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77567
--- Comment #2 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #1)
> I guess libasan needs to add the new C++17 aligned new operator entrypoints.
> Dmitry, are you going to add this upstream yourself, or should I cook a
> patch?
Jaukub, yes, a patch upstream would be welcome.
In clang we don't have -std=c++17 yet, so I won't even be able to test it
there.
More information about the Gcc-bugs
mailing list