[Bug middle-end/109224] Wmismatched-new-delete false positive with coroutines
arsen at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 30 14:15:44 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109224
Arsen Arsenović <arsen at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
CC| |arsen at gcc dot gnu.org
Last reconfirmed| |2024-07-30
Status|UNCONFIRMED |NEW
--- Comment #3 from Arsen Arsenović <arsen at gcc dot gnu.org> ---
confirmed. we have to either annotate the allocator with the deallocator or
somehow teach matching_alloc_calls_p (tree, tree) to match up the promise
allocator and deallocator (leaning towards the latter but haven't written the
code yet)
More information about the Gcc-bugs
mailing list