Re: libstdc++/51866 too, sorry

2012-01-18 Thread François Dumont
Attached patch applied. 2012-01-18 François Dumont fdum...@gcc.gnu.org Roman Kononov ro...@binarylife.net PR libstdc++/51866 * include/bits/hashtable.h (_Hashtable::_M_insert(_Arg, false_type)): Do not keep a reference to a potentially moved instance.

Re: libstdc++/51866 too, sorry

2012-01-18 Thread Paolo Carlini
On 01/18/2012 09:27 PM, François Dumont wrote: Attached patch applied. Thanks. Apparently 51845 is an unrelated issue, Jakub has an analysis and a candidate fix. Can you please look into that? Thanks again, Paolo.