On 3/20/21 4:40 PM, Martin Liška wrote:
Hi.
The patch fixes the alloc-dealloc-mismatch reported by ASAN.
Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Ready to be installed?
Thanks,
Martin
gcc/cp/ChangeLog:
PR c++/99687
* module.cc (fini_modules): Call vec_
Hi.
The patch fixes the alloc-dealloc-mismatch reported by ASAN.
Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Ready to be installed?
Thanks,
Martin
gcc/cp/ChangeLog:
PR c++/99687
* module.cc (fini_modules): Call vec_free instead of delete.
---
gcc/cp