gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely c825961aa1 PR libstdc++/81891 fix double-free in hashtable constructor
Backport from mainline
2017-08-18  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/81891
	* include/bits/hashtable.h (_Hashtable(_InputIterator, _InputIterator,
	size_type, const _H1&, const _H2&, const _Hash&, const _Equal&,
	const _ExtractKey&, const allocator_type&)): Let destructor do clean
	up if an exception is thrown.
	* testsuite/23_containers/unordered_map/cons/81891.cc: New.

From-SVN: r251654
2017-09-04 13:24:42 +01:00
..
array Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
bitset
deque
forward_list
headers
list Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
map Fix missing returns in libstdc++ header and tests 2017-06-16 13:18:44 +01:00
multimap
multiset
priority_queue Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
queue Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00
set Fix order and types of members in C++17 insert_return_type structs 2017-05-15 15:01:38 +01:00
stack Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00
unordered_map PR libstdc++/81891 fix double-free in hashtable constructor 2017-09-04 13:24:42 +01:00
unordered_multimap
unordered_multiset
unordered_set Fix order and types of members in C++17 insert_return_type structs 2017-05-15 15:01:38 +01:00
vector PR libstdc++/80553 don't allow destroying non-destructible types 2017-07-25 19:05:13 +01:00