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

2014-11-04 Thread François Dumont
Hi Here is more or less the patch proposed on the ticket with the test case also provided in the ticket. 2014-11-04 François Dumont fdum...@gcc.gnu.org Jonathan Wakely jwak...@redhat.com PR libstdc++/63698 * include/bits/stl_tree.h (_Reuse_or_alloc_node): Simplify

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

2014-11-04 Thread Jonathan Wakely
On 4 November 2014 22:06, François Dumont frs.dum...@gmail.com wrote: Hi Here is more or less the patch proposed on the ticket with the test case also provided in the ticket. 2014-11-04 François Dumont fdum...@gcc.gnu.org Jonathan Wakely jwak...@redhat.com PR