https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63698
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-10-31 Known to work| |4.8.2, 4.9.2 Summary|std::set leaks nodes on |[5 Regression] std::set |assignment |leaks nodes on assignment Ever confirmed|0 |1 Known to fail| |5.0 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Alexandre Duret-Lutz from comment #0) > I suspect this is related to what was implemented for > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29988 Probably that, thanks for the minimal testcase.