This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 53115


On 04/29/2012 12:21 PM, François Dumont wrote:
Hi

Here is the patch for this PR. We were using buckets before updating them after having inserted equivalents elements one after the another.

2012-04-29 François Dumont <fdumont@gcc.gnu.org>

    PR libstdc++/53115
    * include/bits/hashtable.h
    (_Hashtable<>::_M_rehash_aux(size_type, false_type)): Fix buckets
    after insertion of several equivalent elements.
    * testsuite/23_containers/unordered_multiset/insert/53115.cc: New.

Tested undex linux x86_64 in the 4.7 branch, normal and debug mode.

Ok to commit ?
Ok, but please also add a similar testcase for unordered_multimap. Also - just in case isn't obvious enough - please run such testcases through valgrind.

Thanks!
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]