https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30920

Richard Sandiford <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-08-02

--- Comment #6 from Richard Sandiford <rsandifo at gcc dot gnu.org> ---
When I added splay-tree-utils.h, Jeff asked me to look at converting
typed_splay_utils to use it, so that we didn't have two competing C++
implementations.  I forgot to go back and do that.  I wasn't aware of this PR
though.

So I'll assign myself for the part about moving typed_splay_utils over to
splay-tree-utils.h.  Looks like the main missing piece is foreach, for which
I'll try to use iterators.

Reply via email to