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)

Reply via email to