gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 6ec3c9c841 Fix missing returns in libstdc++ header and tests
* include/bits/locale_conv.h (wbuffer_convert::_M_put): Add missing
	return statement.
	* testsuite/21_strings/basic_string_view/operations/copy/char/1.cc:
	Return void.
	* testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/insert_or_assign/1.cc: Add
	missing return statements.
	* testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc:
	Likewise.
	* testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
	Return void.
	* testsuite/special_functions/14_expint/pr68397.cc: Likewise.

From-SVN: r249238
2017-06-16 09:13:37 +01:00
..
array Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
bitset Update copyright years. 2017-01-01 13:07:43 +01:00
deque Add deduction guides for sequence containers (P0433R2, partial) 2017-06-09 12:04:53 +01:00
forward_list Add deduction guides for sequence containers (P0433R2, partial) 2017-06-09 12:04:53 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
list Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
map Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
multimap Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
multiset Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
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 stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator default init. 2017-06-12 20:38:16 +00:00
stack Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00
unordered_map Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
unordered_multimap Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
unordered_multiset Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
unordered_set Fix order and types of members in C++17 insert_return_type structs 2017-05-15 14:47:40 +01:00
vector stl_bvector.h (__fill_bvector(_Bit_type*, unsigned int, unsigned int, bool)): Change signature. 2017-06-16 05:28:06 +00:00