]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/24064 (tr1::unordered_map seems to seg-fault when caching hash values)
authorPaolo Carlini <pcarlini@suse.de>
Fri, 30 Sep 2005 16:54:54 +0000 (16:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 30 Sep 2005 16:54:54 +0000 (16:54 +0000)
commit18048e65b0aedc1e0e0a60310ab6a93753f3cbf7
tree2afd02faea4c25b8ce5c56a9f37319cfdc94457f
parent72a7ab824e757618b7720c617a47710d9905d082
re PR libstdc++/24064 (tr1::unordered_map seems to seg-fault when caching hash values)

2005-09-30  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/24064
* include/tr1/hashtable (hash_code_base<>::store_code): Add.
(hashtable<>::insert(const value_type&)): Use it.
* testsuite/tr1/6_containers/unordered/hashtable/24064.cc: New.

From-SVN: r104823
libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/hashtable
libstdc++-v3/testsuite/tr1/6_containers/unordered/hashtable/24064.cc [new file with mode: 0644]