gcc/libstdc++-v3/testsuite/25_algorithms
Jonathan Wakely 49ba258864 Add missing dg-require-cstdint directives to tests
* testsuite/18_support/aligned_alloc/aligned_alloc.cc: Add
	dg-require-cstdint directive.
	* testsuite/20_util/allocator/overaligned.cc: Likewise.
	* testsuite/20_util/any/cons/aligned.cc: Likewise.
	* testsuite/20_util/monotonic_buffer_resource/allocate.cc: Likewise.
	* testsuite/20_util/monotonic_buffer_resource/deallocate.cc: Likewise.
	* testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
	Likewise.
	* testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
	* testsuite/23_containers/list/modifiers/insert/25288.cc: Likewise.
	* testsuite/23_containers/set/allocator/move_assign.cc: Likewise.
	* testsuite/25_algorithms/make_heap/complexity.cc: Likewise.
	* testsuite/25_algorithms/pop_heap/complexity.cc: Require cstdint and
	random_device effective-target.
	* testsuite/25_algorithms/push_heap/complexity.cc: Likewise.
	* testsuite/25_algorithms/sample/1.cc: Require cstdint.
	* testsuite/25_algorithms/sample/2.cc: Likewise.
	* testsuite/25_algorithms/sort_heap/complexity.cc: Require cstdint
	and random_device.
	* testsuite/26_numerics/headers/random/types_std_c++0x.cc: Require
	cstdint.
	* testsuite/26_numerics/random/chi_squared_distribution/83833.cc:
	Likewise.
	* testsuite/26_numerics/random/discard_block_engine/requirements/
	constexpr_data.cc: Likewise.
	* testsuite/26_numerics/random/discard_block_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/independent_bits_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/requirements/
	constexpr_data.cc: Likewise.
	* testsuite/26_numerics/random/linear_congruential_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/requirements/
	constexpr_data.cc: Likewise.
	* testsuite/26_numerics/random/mersenne_twister_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/pr60037-neg.cc: Likewise.
	* testsuite/26_numerics/random/seed_seq/cons/65631.cc: Likewise.
	* testsuite/26_numerics/random/shuffle_order_engine/requirements/
	constexpr_data.cc: Add dg-require-cstdint directive.
	* testsuite/26_numerics/random/shuffle_order_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/requirements/
	constexpr_data.cc: Likewise.
	* testsuite/26_numerics/random/subtract_with_carry_engine/requirements/
	constexpr_functions.cc: Likewise.
	* testsuite/26_numerics/random/uniform_real_distribution/operators/
	64351.cc: Likewise.
	* testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Likewise.
	* testsuite/experimental/algorithm/sample-2.cc: Likewise.
	* testsuite/experimental/algorithm/sample.cc: Likewise.
	* testsuite/experimental/algorithm/search.cc: Likewise.
	* testsuite/experimental/algorithm/shuffle.cc: Likewise.
	* testsuite/experimental/any/cons/aligned.cc: Likewise.
	* testsuite/experimental/memory_resource/new_delete_resource.cc:
	Likewise.
	* testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise.
	* testsuite/experimental/random/randint.cc: Likewise.
	* testsuite/experimental/source_location/1.cc: Likewise.
	* testsuite/ext/bitmap_allocator/overaligned.cc: Likewise.
	* testsuite/ext/malloc_allocator/overaligned.cc: Likewise.
	* testsuite/ext/mt_allocator/overaligned.cc: Likewise.
	* testsuite/ext/new_allocator/overaligned.cc: Likewise.
	* testsuite/ext/pb_ds/regression/hash_map_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/hash_set_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/list_update_map_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/list_update_set_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/tree_map_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/tree_set_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/trie_map_rand.cc: Likewise.
	* testsuite/ext/pb_ds/regression/trie_set_rand.cc: Likewise.
	* testsuite/ext/pool_allocator/overaligned.cc: Likewise.
	* testsuite/ext/throw_allocator/check_allocate_max_size.cc: Likewise.
	* testsuite/ext/throw_allocator/check_deallocate_null.cc: Likewise.
	* testsuite/ext/throw_allocator/check_delete.cc: Likewise.
	* testsuite/ext/throw_allocator/check_new.cc: Likewise.
	* testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.
	* testsuite/ext/throw_allocator/deallocate_local.cc: Likewise.
	* testsuite/ext/throw_allocator/explicit_instantiation.cc: Likewise.
	* testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
	* testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Likewise.

From-SVN: r263008
2018-07-26 15:03:28 +01:00
..
adjacent_find Update copyright years. 2018-01-03 11:03:58 +01:00
advance/istreambuf_iterators Update copyright years. 2018-01-03 11:03:58 +01:00
all_of Update copyright years. 2018-01-03 11:03:58 +01:00
any_of Update copyright years. 2018-01-03 11:03:58 +01:00
binary_search Update copyright years. 2018-01-03 11:03:58 +01:00
clamp Update copyright years. 2018-01-03 11:03:58 +01:00
copy PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators 2018-07-24 21:49:10 +01:00
copy_backward macros.h (__glibcxx_check_can_increment_range): New. 2018-06-12 20:18:35 +00:00
copy_if Update copyright years. 2018-01-03 11:03:58 +01:00
copy_n Update copyright years. 2018-01-03 11:03:58 +01:00
count Update copyright years. 2018-01-03 11:03:58 +01:00
count_if Update copyright years. 2018-01-03 11:03:58 +01:00
equal macros.h (__glibcxx_check_can_increment_range): New. 2018-06-12 20:18:35 +00:00
equal_range Update copyright years. 2018-01-03 11:03:58 +01:00
fill Update copyright years. 2018-01-03 11:03:58 +01:00
fill_n 2018-06-13 François Dumont <fdumont@gcc.gnu.org> 2018-06-13 20:27:26 +00:00
find Update copyright years. 2018-01-03 11:03:58 +01:00
find_end Update copyright years. 2018-01-03 11:03:58 +01:00
find_first_of Update copyright years. 2018-01-03 11:03:58 +01:00
find_if Update copyright years. 2018-01-03 11:03:58 +01:00
find_if_not Update copyright years. 2018-01-03 11:03:58 +01:00
for_each Update copyright years. 2018-01-03 11:03:58 +01:00
generate/requirements/explicit_instantiation Update copyright years. 2018-01-03 11:03:58 +01:00
generate_n Update copyright years. 2018-01-03 11:03:58 +01:00
headers Update copyright years. 2018-01-03 11:03:58 +01:00
heap Update copyright years. 2018-01-03 11:03:58 +01:00
includes Update copyright years. 2018-01-03 11:03:58 +01:00
inplace_merge Update copyright years. 2018-01-03 11:03:58 +01:00
is_heap Update copyright years. 2018-01-03 11:03:58 +01:00
is_heap_until Update copyright years. 2018-01-03 11:03:58 +01:00
is_partitioned Update copyright years. 2018-01-03 11:03:58 +01:00
is_permutation Update copyright years. 2018-01-03 11:03:58 +01:00
is_sorted Update copyright years. 2018-01-03 11:03:58 +01:00
is_sorted_until Update copyright years. 2018-01-03 11:03:58 +01:00
iter_swap Update copyright years. 2018-01-03 11:03:58 +01:00
lexicographical_compare Update copyright years. 2018-01-03 11:03:58 +01:00
lower_bound Update copyright years. 2018-01-03 11:03:58 +01:00
make_heap Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
max Update copyright years. 2018-01-03 11:03:58 +01:00
max_element Update copyright years. 2018-01-03 11:03:58 +01:00
merge Update copyright years. 2018-01-03 11:03:58 +01:00
min Update copyright years. 2018-01-03 11:03:58 +01:00
min_element Update copyright years. 2018-01-03 11:03:58 +01:00
minmax Update copyright years. 2018-01-03 11:03:58 +01:00
minmax_element Update copyright years. 2018-01-03 11:03:58 +01:00
mismatch Update copyright years. 2018-01-03 11:03:58 +01:00
move Update copyright years. 2018-01-03 11:03:58 +01:00
move_backward Update copyright years. 2018-01-03 11:03:58 +01:00
next_permutation Update copyright years. 2018-01-03 11:03:58 +01:00
none_of Update copyright years. 2018-01-03 11:03:58 +01:00
nth_element Update copyright years. 2018-01-03 11:03:58 +01:00
partial_sort Update copyright years. 2018-01-03 11:03:58 +01:00
partial_sort_copy Update copyright years. 2018-01-03 11:03:58 +01:00
partition Update copyright years. 2018-01-03 11:03:58 +01:00
partition_copy Update copyright years. 2018-01-03 11:03:58 +01:00
partition_point Update copyright years. 2018-01-03 11:03:58 +01:00
pop_heap Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
prev_permutation Update copyright years. 2018-01-03 11:03:58 +01:00
push_heap Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
random_shuffle Update copyright years. 2018-01-03 11:03:58 +01:00
remove Update copyright years. 2018-01-03 11:03:58 +01:00
remove_copy/requirements/explicit_instantiation Update copyright years. 2018-01-03 11:03:58 +01:00
remove_copy_if Update copyright years. 2018-01-03 11:03:58 +01:00
remove_if Update copyright years. 2018-01-03 11:03:58 +01:00
replace Update copyright years. 2018-01-03 11:03:58 +01:00
replace_copy Update copyright years. 2018-01-03 11:03:58 +01:00
replace_copy_if Update copyright years. 2018-01-03 11:03:58 +01:00
replace_if Update copyright years. 2018-01-03 11:03:58 +01:00
reverse Update copyright years. 2018-01-03 11:03:58 +01:00
reverse_copy/explicit_instantiation Update copyright years. 2018-01-03 11:03:58 +01:00
rotate Update copyright years. 2018-01-03 11:03:58 +01:00
rotate_copy/requirements/explicit_instantiation Update copyright years. 2018-01-03 11:03:58 +01:00
sample Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
search Update copyright years. 2018-01-03 11:03:58 +01:00
search_n Update copyright years. 2018-01-03 11:03:58 +01:00
set_difference Update copyright years. 2018-01-03 11:03:58 +01:00
set_intersection Update copyright years. 2018-01-03 11:03:58 +01:00
set_symmetric_difference Update copyright years. 2018-01-03 11:03:58 +01:00
set_union Update copyright years. 2018-01-03 11:03:58 +01:00
shuffle Update copyright years. 2018-01-03 11:03:58 +01:00
sort Update copyright years. 2018-01-03 11:03:58 +01:00
sort_heap Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00
stable_partition Update copyright years. 2018-01-03 11:03:58 +01:00
stable_sort Update copyright years. 2018-01-03 11:03:58 +01:00
swap Update copyright years. 2018-01-03 11:03:58 +01:00
swap_ranges Update copyright years. 2018-01-03 11:03:58 +01:00
transform/requirements/explicit_instantiation Update copyright years. 2018-01-03 11:03:58 +01:00
unique Update copyright years. 2018-01-03 11:03:58 +01:00
unique_copy Update copyright years. 2018-01-03 11:03:58 +01:00
upper_bound Update copyright years. 2018-01-03 11:03:58 +01:00