[Bug libstdc++/63698] [5 Regression] std::set leaks nodes on assignment

fdumont at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 3 23:04:00 GMT 2014


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

--- Comment #7 from François Dumont <fdumont at gcc dot gnu.org> ---
Yes, looks like I had forgotten node with only a left child, too bad. My
initial plan was to use existing tree node algos in tree.cc but erase could not
be done without rebalancing which was useless for what we are doing in this
case.

So, do you take care of applying this or do you want me to submit a complete
patch on libstdc++ with your test ?


More information about the Gcc-bugs mailing list