]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
1.cc: Remove 'test' variables.
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 14 Oct 2016 13:50:24 +0000 (13:50 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 14 Oct 2016 13:50:24 +0000 (13:50 +0000)
2016-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/26_numerics/accumulate/1.cc: Remove 'test' variables.
* testsuite/26_numerics/adjacent_difference/1.cc: Likewise.
* testsuite/26_numerics/complex/13450.cc: Likewise.
* testsuite/26_numerics/complex/50880.cc: Likewise.
* testsuite/26_numerics/complex/c99.cc: Likewise.
* testsuite/26_numerics/complex/cons/48760.cc: Likewise.
* testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
* testsuite/26_numerics/complex/dr781_dr1137.cc: Likewise.
* testsuite/26_numerics/complex/dr844.cc: Likewise.
* testsuite/26_numerics/complex/inserters_extractors/char/1.cc:
Likewise.
* testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc:
Likewise.
* testsuite/26_numerics/complex/value_operations/1.cc: Likewise.
* testsuite/26_numerics/complex/value_operations/dr387.cc: Likewise.
* testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
* testsuite/26_numerics/headers/cmath/
c99_classification_macros_c++11.c: Likewise.c
* testsuite/26_numerics/headers/cmath/
c99_classification_macros_c++98.cc: Likewise.
* testsuite/26_numerics/headers/cmath/c_math.cc: Likewise.
* testsuite/26_numerics/headers/cmath/dr550.cc: Likewise.
* testsuite/26_numerics/headers/cmath/hypot.cc: Likewise.
* testsuite/26_numerics/headers/cmath/powi.cc: Likewise.
* testsuite/26_numerics/headers/cstdlib/13943.cc: Likewise.
* testsuite/26_numerics/inner_product/1.cc: Likewise.
* testsuite/26_numerics/iota/1.cc: Likewise.
* testsuite/26_numerics/partial_sum/1.cc: Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/bernoulli_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/binomial_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/binomial_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/binomial_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/binomial_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/cauchy_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc:
Likewise.
* testsuite/26_numerics/random/cauchy_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/chi_squared_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/default_random_engine.cc: Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/55215.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/operators/equal.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/discard_block_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/cons/
initlist.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/cons/
num_xbound_fun.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/cons/range.cc:
Likewise.
* testsuite/26_numerics/random/discrete_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/discrete_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/exponential_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/extreme_value_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/fisher_f_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/gamma_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/gamma_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/gamma_distribution/operators/equal.cc:
Likewise.
* testsuite/26_numerics/random/gamma_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/geometric_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/geometric_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/geometric_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/geometric_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc:
Likewise.
* testsuite/26_numerics/random/independent_bits_engine/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/knuth_b.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
55215.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/operators/
51795.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/lognormal_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/lognormal_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/lognormal_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc:
Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/minstd_rand.cc: Likewise.
* testsuite/26_numerics/random/minstd_rand0.cc: Likewise.
* testsuite/26_numerics/random/mt19937.cc: Likewise.
* testsuite/26_numerics/random/mt19937_64.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/negative_binomial_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/normal_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/normal_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/normal_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/normal_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/cons/
initlist_fun.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/cons/
num_xbound_fun.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/cons/
range.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_constant_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/cons/
initlist_fun.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/cons/
num_xbound_fun.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/cons/
range.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/
operators/equal.cc: Likewise.
* testsuite/26_numerics/random/piecewise_linear_distribution/
operators/inequal.cc: Likewise.
* testsuite/26_numerics/random/poisson_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/poisson_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/poisson_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/poisson_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/random_device/cons/default.cc: Likewise.
* testsuite/26_numerics/random/random_device/cons/token.cc: Likewise.
* testsuite/26_numerics/random/ranlux24.cc: Likewise.
* testsuite/26_numerics/random/ranlux24_base.cc: Likewise.
* testsuite/26_numerics/random/ranlux48.cc: Likewise.
* testsuite/26_numerics/random/ranlux48_base.cc: Likewise.
* testsuite/26_numerics/random/seed_seq/cons/initlist.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/student_t_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
55215.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/operators/
serialize.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/uniform_int_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/uniform_real_distribution/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/uniform_real_distribution/cons/
parms.cc: Likewise.
* testsuite/26_numerics/random/uniform_real_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/uniform_real_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/random/weibull_distribution/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/weibull_distribution/cons/parms.cc:
Likewise.
* testsuite/26_numerics/random/weibull_distribution/operators/
equal.cc: Likewise.
* testsuite/26_numerics/random/weibull_distribution/operators/
inequal.cc: Likewise.
* testsuite/26_numerics/slice/1.cc: Likewise.
* testsuite/26_numerics/slice_array/array_assignment.cc: Likewise.
* testsuite/26_numerics/valarray/27867.cc: Likewise.
* testsuite/26_numerics/valarray/28277.cc: Likewise.
* testsuite/26_numerics/valarray/30416.cc: Likewise.
* testsuite/26_numerics/valarray/dr543.cc: Likewise.
* testsuite/26_numerics/valarray/dr630-1.cc: Likewise.
* testsuite/26_numerics/valarray/dr630-2.cc: Likewise.
* testsuite/26_numerics/valarray/dr630-3.C: Likewise.
* testsuite/26_numerics/valarray/init-list.cc: Likewise.
* testsuite/26_numerics/valarray/moveable.cc: Likewise.
* testsuite/26_numerics/valarray/operators.cc: Likewise.
* testsuite/26_numerics/valarray/swap.cc: Likewise.
* testsuite/experimental/deque/erasure.cc: Likewise.
* testsuite/experimental/filesystem/iterators/directory_iterator.cc:
Likewise.
* testsuite/experimental/filesystem/iterators/
recursive_directory_iterator.cc: Likewise.
* testsuite/experimental/filesystem/operations/absolute.cc: Likewise.
* testsuite/experimental/filesystem/operations/canonical.cc: Likewise.
* testsuite/experimental/filesystem/operations/copy.cc: Likewise.
* testsuite/experimental/filesystem/operations/copy_file.cc: Likewise.
* testsuite/experimental/filesystem/operations/create_directories.cc:
Likewise.
* testsuite/experimental/filesystem/operations/create_directory.cc:
Likewise.
* testsuite/experimental/filesystem/operations/current_path.cc:
Likewise.
* testsuite/experimental/filesystem/operations/exists.cc: Likewise.
* testsuite/experimental/filesystem/operations/file_size.cc: Likewise.
* testsuite/experimental/filesystem/operations/last_write_time.cc:
Likewise.
* testsuite/experimental/filesystem/operations/permissions.cc: Likewise.
* testsuite/experimental/filesystem/operations/status.cc: Likewise.
* testsuite/experimental/filesystem/operations/temp_directory_path.cc:
Likewise.
* testsuite/experimental/filesystem/path/native/string.cc: Likewise.
* testsuite/experimental/forward_list/erasure.cc: Likewise.
* testsuite/experimental/list/erasure.cc: Likewise.
* testsuite/experimental/map/erasure.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/assign/assign.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/comparison/comparison.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/dest/dest.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/modifiers/swap.cc: Likewise.
* testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/observers/operators.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/observers/owner_before.cc:
Likewise.
* testsuite/experimental/memory/shared_ptr/observers/use_count.cc:
Likewise.
* testsuite/experimental/memory_resource/1.cc: Likewise.
* testsuite/experimental/memory_resource/null_memory_resource.cc:
Likewise.
* testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise.
* testsuite/experimental/set/erasure.cc: Likewise.
* testsuite/experimental/string/erasure.cc: Likewise.
* testsuite/experimental/string_view/capacity/1.cc: Likewise.
* testsuite/experimental/string_view/cons/char/1.cc: Likewise.
* testsuite/experimental/string_view/cons/char/2.cc: Likewise.
* testsuite/experimental/string_view/cons/char/3.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise.
* testsuite/experimental/string_view/element_access/char/1.cc: Likewise.
* testsuite/experimental/string_view/element_access/char/empty.cc:
Likewise.
* testsuite/experimental/string_view/element_access/char/
front_back.cc: Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/empty.cc:
Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/
front_back.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/1.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/2.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/3.cc: Likewise.
* testsuite/experimental/string_view/inserters/pod/10081-out.cc:
Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_prefix/char/
1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/
1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_suffix/char/
1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/
1.cc: Likewise.
* testsuite/experimental/string_view/operations/compare/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/compare/char/
13650.cc: Likewise.
* testsuite/experimental/string_view/operations/compare/wchar_t/
1.cc: Likewise.
* testsuite/experimental/string_view/operations/compare/wchar_t/
13650.cc: Likewise.
* testsuite/experimental/string_view/operations/copy/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/copy/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/data/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/data/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/4.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/4.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/substr/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/substr/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/to_string/1.cc:
Likewise.
* testsuite/experimental/string_view/operators/char/2.cc: Likewise.
* testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise.
* testsuite/experimental/unordered_map/erasure.cc: Likewise.
* testsuite/experimental/unordered_set/erasure.cc: Likewise.
* testsuite/experimental/vector/erasure.cc: Likewise.
* testsuite/ext/array_allocator/1.cc: Likewise.
* testsuite/ext/array_allocator/2.cc: Likewise.
* testsuite/ext/array_allocator/3.cc: Likewise.
* testsuite/ext/array_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/codecvt/1.cc: Likewise.
* testsuite/ext/codecvt/char-1.cc: Likewise.
* testsuite/ext/codecvt/char-2.cc: Likewise.
* testsuite/ext/codecvt/wchar_t.cc: Likewise.
* testsuite/ext/enc_filebuf/char/13189.cc: Likewise.
* testsuite/ext/enc_filebuf/char/13598.cc: Likewise.
* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
* testsuite/ext/ext_pointer/1.cc: Likewise.
* testsuite/ext/ext_pointer/1_neg.cc: Likewise.
* testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: Likewise.
* testsuite/ext/mt_allocator/tune-1.cc: Likewise.
* testsuite/ext/mt_allocator/tune-2.cc: Likewise.
* testsuite/ext/mt_allocator/tune-3.cc: Likewise.
* testsuite/ext/mt_allocator/tune-4.cc: Likewise.
* testsuite/ext/mt_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/new_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/pod_char_traits.cc: Likewise.
* testsuite/ext/pool_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/arcsine_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/arcsine_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/arcsine_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/arcsine_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/beta_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/beta_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/beta_distribution/operators/equal.cc: Likewise.
* testsuite/ext/random/beta_distribution/operators/inequal.cc: Likewise.
* testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/hoyt_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/hoyt_distribution/operators/equal.cc: Likewise.
* testsuite/ext/random/hoyt_distribution/operators/inequal.cc: Likewise.
* testsuite/ext/random/hoyt_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/hypergeometric_distribution/cons/default.cc:
Likewise.
* testsuite/ext/random/hypergeometric_distribution/cons/parms.cc:
Likewise.
* testsuite/ext/random/hypergeometric_distribution/operators/
equal.cc: Likewise.
* testsuite/ext/random/hypergeometric_distribution/operators/
inequal.cc: Likewise.
* testsuite/ext/random/hypergeometric_distribution/operators/
serialize.cc: Likewise.
* testsuite/ext/random/k_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/k_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/k_distribution/operators/equal.cc: Likewise.
* testsuite/ext/random/k_distribution/operators/inequal.cc: Likewise.
* testsuite/ext/random/k_distribution/operators/serialize.cc: Likewise.
* testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/logistic_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/logistic_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/logistic_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/logistic_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/nakagami_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/nakagami_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/nakagami_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/nakagami_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/normal_mv_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/normal_mv_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/normal_mv_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/normal_mv_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/pareto_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/pareto_distribution/operators/equal.cc: Likewise.
* testsuite/ext/random/pareto_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/pareto_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/rice_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/rice_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/rice_distribution/operators/equal.cc: Likewise.
* testsuite/ext/random/rice_distribution/operators/inequal.cc: Likewise.
* testsuite/ext/random/rice_distribution/operators/serialize.cc:
Likewise.
* testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
default.cc: Likewise.
* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
equal.cc: Likewise.
* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
inequal.cc: Likewise.
* testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
serialize.cc: Likewise.
* testsuite/ext/random/triangular_distribution/cons/default.cc:
Likewise.
* testsuite/ext/random/triangular_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/triangular_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/triangular_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc:
Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
equal.cc: Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
generate.cc: Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
inequal.cc: Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
serialize.cc: Likewise.
* testsuite/ext/random/von_mises_distribution/cons/default.cc: Likewise.
* testsuite/ext/random/von_mises_distribution/cons/parms.cc: Likewise.
* testsuite/ext/random/von_mises_distribution/operators/equal.cc:
Likewise.
* testsuite/ext/random/von_mises_distribution/operators/inequal.cc:
Likewise.
* testsuite/ext/rope/2.cc: Likewise.
* testsuite/ext/rope/3.cc: Likewise.
* testsuite/ext/rope/4.cc: Likewise.
* testsuite/ext/rope/pthread7-rope.cc: Likewise.
* testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise.
* testsuite/ext/special_functions/conf_hyperg/check_value.cc: Likewise.
* testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
* testsuite/ext/special_functions/hyperg/check_value.cc: Likewise.
* testsuite/ext/stdio_filebuf/char/10063-1.cc: Likewise.
* testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise.
* testsuite/ext/stdio_filebuf/char/10063-3.cc: Likewise.
* testsuite/ext/stdio_filebuf/char/2.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/char/1.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/char/12048-1.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/char/12048-2.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/char/12048-3.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/char/12048-4.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc: Likewise.
* testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc: Likewise.
* testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
* testsuite/ext/type_traits/add_unsigned.cc: Likewise.
* testsuite/ext/type_traits/remove_unsigned.cc: Likewise.
* testsuite/ext/vstring/capacity/29134.cc: Likewise.
* testsuite/ext/vstring/capacity/shrink_to_fit.cc: Likewise.
* testsuite/ext/vstring/cons/58415-1.cc: Likewise.
* testsuite/ext/vstring/cons/moveable.cc: Likewise.
* testsuite/ext/vstring/element_access/char/58163.cc: Likewise.
* testsuite/ext/vstring/element_access/char/front_back.cc: Likewise.
* testsuite/ext/vstring/element_access/wchar_t/58163.cc: Likewise.
* testsuite/ext/vstring/element_access/wchar_t/front_back.cc: Likewise.
* testsuite/ext/vstring/hash/char/1.cc: Likewise.
* testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
* testsuite/ext/vstring/init-list.cc: Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.
* testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: Likewise.
* testsuite/ext/vstring/modifiers/assign/move_assign.cc: Likewise.
* testsuite/ext/vstring/modifiers/pop_back/char/1.cc: Likewise.
* testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc: Likewise.
* testsuite/ext/vstring/operators/1.cc: Likewise.
* testsuite/ext/vstring/operators/2.cc: Likewise.

From-SVN: r241164

394 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/accumulate/1.cc
libstdc++-v3/testsuite/26_numerics/adjacent_difference/1.cc
libstdc++-v3/testsuite/26_numerics/complex/13450.cc
libstdc++-v3/testsuite/26_numerics/complex/50880.cc
libstdc++-v3/testsuite/26_numerics/complex/c99.cc
libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
libstdc++-v3/testsuite/26_numerics/complex/dr781_dr1137.cc
libstdc++-v3/testsuite/26_numerics/complex/dr844.cc
libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/1.cc
libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc
libstdc++-v3/testsuite/26_numerics/complex/value_operations/1.cc
libstdc++-v3/testsuite/26_numerics/complex/value_operations/dr387.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/powi.cc
libstdc++-v3/testsuite/26_numerics/headers/cstdlib/13943.cc
libstdc++-v3/testsuite/26_numerics/inner_product/1.cc
libstdc++-v3/testsuite/26_numerics/iota/1.cc
libstdc++-v3/testsuite/26_numerics/partial_sum/1.cc
libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/default_random_engine.cc
libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/range.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/knuth_b.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/51795.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/minstd_rand.cc
libstdc++-v3/testsuite/26_numerics/random/minstd_rand0.cc
libstdc++-v3/testsuite/26_numerics/random/mt19937.cc
libstdc++-v3/testsuite/26_numerics/random/mt19937_64.cc
libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/random_device/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc
libstdc++-v3/testsuite/26_numerics/random/ranlux24.cc
libstdc++-v3/testsuite/26_numerics/random/ranlux24_base.cc
libstdc++-v3/testsuite/26_numerics/random/ranlux48.cc
libstdc++-v3/testsuite/26_numerics/random/ranlux48_base.cc
libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/initlist.cc
libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/55215.cc
libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/default.cc
libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/parms.cc
libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/equal.cc
libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc
libstdc++-v3/testsuite/26_numerics/slice/1.cc
libstdc++-v3/testsuite/26_numerics/slice_array/array_assignment.cc
libstdc++-v3/testsuite/26_numerics/valarray/27867.cc
libstdc++-v3/testsuite/26_numerics/valarray/28277.cc
libstdc++-v3/testsuite/26_numerics/valarray/30416.cc
libstdc++-v3/testsuite/26_numerics/valarray/dr543.cc
libstdc++-v3/testsuite/26_numerics/valarray/dr630-1.cc
libstdc++-v3/testsuite/26_numerics/valarray/dr630-2.cc
libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C
libstdc++-v3/testsuite/26_numerics/valarray/init-list.cc
libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc
libstdc++-v3/testsuite/26_numerics/valarray/operators.cc
libstdc++-v3/testsuite/26_numerics/valarray/swap.cc
libstdc++-v3/testsuite/experimental/deque/erasure.cc
libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc
libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/absolute.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/copy_file.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/current_path.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/file_size.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/last_write_time.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/status.cc
libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc
libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc
libstdc++-v3/testsuite/experimental/forward_list/erasure.cc
libstdc++-v3/testsuite/experimental/list/erasure.cc
libstdc++-v3/testsuite/experimental/map/erasure.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/assign/assign.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/comparison/comparison.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/dest/dest.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/swap.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/operators.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/owner_before.cc
libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/use_count.cc
libstdc++-v3/testsuite/experimental/memory_resource/1.cc
libstdc++-v3/testsuite/experimental/memory_resource/null_memory_resource.cc
libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc
libstdc++-v3/testsuite/experimental/set/erasure.cc
libstdc++-v3/testsuite/experimental/string/erasure.cc
libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/empty.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/front_back.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/empty.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/front_back.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/pod/10081-out.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/13650.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/13650.cc
libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/data/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/data/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/4.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/4.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/to_string/1.cc
libstdc++-v3/testsuite/experimental/string_view/operators/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc
libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc
libstdc++-v3/testsuite/experimental/vector/erasure.cc
libstdc++-v3/testsuite/ext/array_allocator/1.cc
libstdc++-v3/testsuite/ext/array_allocator/2.cc
libstdc++-v3/testsuite/ext/array_allocator/3.cc
libstdc++-v3/testsuite/ext/array_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/bitmap_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/codecvt/1.cc
libstdc++-v3/testsuite/ext/codecvt/char-1.cc
libstdc++-v3/testsuite/ext/codecvt/char-2.cc
libstdc++-v3/testsuite/ext/codecvt/wchar_t.cc
libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc
libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc
libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc
libstdc++-v3/testsuite/ext/ext_pointer/1.cc
libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc
libstdc++-v3/testsuite/ext/malloc_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_big_per_type.cc
libstdc++-v3/testsuite/ext/mt_allocator/tune-1.cc
libstdc++-v3/testsuite/ext/mt_allocator/tune-2.cc
libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
libstdc++-v3/testsuite/ext/mt_allocator/tune-4.cc
libstdc++-v3/testsuite/ext/mt_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/new_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/pod_char_traits.cc
libstdc++-v3/testsuite/ext/pool_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/beta_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/beta_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/beta_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/beta_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc
libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc
libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc
libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/rope/2.cc
libstdc++-v3/testsuite/ext/rope/3.cc
libstdc++-v3/testsuite/ext/rope/4.cc
libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc
libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc
libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc
libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-1.cc
libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-2.cc
libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-3.cc
libstdc++-v3/testsuite/ext/stdio_filebuf/char/2.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/1.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-1.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-2.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-3.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-4.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc
libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc
libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc
libstdc++-v3/testsuite/ext/type_traits/add_unsigned.cc
libstdc++-v3/testsuite/ext/type_traits/remove_unsigned.cc
libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc
libstdc++-v3/testsuite/ext/vstring/capacity/shrink_to_fit.cc
libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc
libstdc++-v3/testsuite/ext/vstring/cons/moveable.cc
libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc
libstdc++-v3/testsuite/ext/vstring/element_access/char/front_back.cc
libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc
libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/front_back.cc
libstdc++-v3/testsuite/ext/vstring/hash/char/1.cc
libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc
libstdc++-v3/testsuite/ext/vstring/init-list.cc
libstdc++-v3/testsuite/ext/vstring/inserters_extractors/char/28277.cc
libstdc++-v3/testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc
libstdc++-v3/testsuite/ext/vstring/modifiers/assign/move_assign.cc
libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/char/1.cc
libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc
libstdc++-v3/testsuite/ext/vstring/operators/1.cc
libstdc++-v3/testsuite/ext/vstring/operators/2.cc

index a401ee0b84ae2fa777bbc19ae7136cec4f323d79..a87971f9fe89a82abde3a4987b88d65e259d0d08 100644 (file)
@@ -1,3 +1,603 @@
+2016-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/26_numerics/accumulate/1.cc: Remove 'test' variables.
+       * testsuite/26_numerics/adjacent_difference/1.cc: Likewise.
+       * testsuite/26_numerics/complex/13450.cc: Likewise.
+       * testsuite/26_numerics/complex/50880.cc: Likewise.
+       * testsuite/26_numerics/complex/c99.cc: Likewise.
+       * testsuite/26_numerics/complex/cons/48760.cc: Likewise.
+       * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
+       * testsuite/26_numerics/complex/dr781_dr1137.cc: Likewise.
+       * testsuite/26_numerics/complex/dr844.cc: Likewise.
+       * testsuite/26_numerics/complex/inserters_extractors/char/1.cc:
+       Likewise.
+       * testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc:
+       Likewise.
+       * testsuite/26_numerics/complex/value_operations/1.cc: Likewise.
+       * testsuite/26_numerics/complex/value_operations/dr387.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/
+       c99_classification_macros_c++11.c: Likewise.c
+       * testsuite/26_numerics/headers/cmath/
+       c99_classification_macros_c++98.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/c_math.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/dr550.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/hypot.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/powi.cc: Likewise.
+       * testsuite/26_numerics/headers/cstdlib/13943.cc: Likewise.
+       * testsuite/26_numerics/inner_product/1.cc: Likewise.
+       * testsuite/26_numerics/iota/1.cc: Likewise.
+       * testsuite/26_numerics/partial_sum/1.cc: Likewise.
+       * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/bernoulli_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/bernoulli_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/binomial_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/binomial_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/binomial_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/binomial_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/26_numerics/random/cauchy_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/chi_squared_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/chi_squared_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/chi_squared_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/chi_squared_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/default_random_engine.cc: Likewise.
+       * testsuite/26_numerics/random/discard_block_engine/cons/55215.cc:
+       Likewise.
+       * testsuite/26_numerics/random/discard_block_engine/operators/equal.cc:
+       Likewise.
+       * testsuite/26_numerics/random/discard_block_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/discard_block_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/cons/
+       initlist.cc: Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/cons/
+       num_xbound_fun.cc: Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/cons/range.cc:
+       Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/discrete_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/exponential_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/exponential_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/exponential_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/exponential_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/extreme_value_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/extreme_value_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/extreme_value_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/extreme_value_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/fisher_f_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/fisher_f_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/gamma_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/gamma_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/gamma_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/26_numerics/random/gamma_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/geometric_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/geometric_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/geometric_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/geometric_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc:
+       Likewise.
+       * testsuite/26_numerics/random/independent_bits_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/independent_bits_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/independent_bits_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/knuth_b.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/cons/
+       55215.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/operators/
+       51795.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/linear_congruential_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/lognormal_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/lognormal_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc:
+       Likewise.
+       * testsuite/26_numerics/random/mersenne_twister_engine/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/mersenne_twister_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/mersenne_twister_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/mersenne_twister_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/minstd_rand.cc: Likewise.
+       * testsuite/26_numerics/random/minstd_rand0.cc: Likewise.
+       * testsuite/26_numerics/random/mt19937.cc: Likewise.
+       * testsuite/26_numerics/random/mt19937_64.cc: Likewise.
+       * testsuite/26_numerics/random/negative_binomial_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/negative_binomial_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/negative_binomial_distribution/
+       operators/equal.cc: Likewise.
+       * testsuite/26_numerics/random/negative_binomial_distribution/
+       operators/inequal.cc: Likewise.
+       * testsuite/26_numerics/random/normal_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/normal_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/normal_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/normal_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/cons/
+       initlist_fun.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/cons/
+       num_xbound_fun.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/cons/
+       range.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/
+       operators/equal.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_constant_distribution/
+       operators/inequal.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/cons/
+       initlist_fun.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/cons/
+       num_xbound_fun.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/cons/
+       range.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/
+       operators/equal.cc: Likewise.
+       * testsuite/26_numerics/random/piecewise_linear_distribution/
+       operators/inequal.cc: Likewise.
+       * testsuite/26_numerics/random/poisson_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/poisson_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/poisson_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/poisson_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/random_device/cons/default.cc: Likewise.
+       * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise.
+       * testsuite/26_numerics/random/ranlux24.cc: Likewise.
+       * testsuite/26_numerics/random/ranlux24_base.cc: Likewise.
+       * testsuite/26_numerics/random/ranlux48.cc: Likewise.
+       * testsuite/26_numerics/random/ranlux48_base.cc: Likewise.
+       * testsuite/26_numerics/random/seed_seq/cons/initlist.cc: Likewise.
+       * testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc:
+       Likewise.
+       * testsuite/26_numerics/random/shuffle_order_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/shuffle_order_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/shuffle_order_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/student_t_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/student_t_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/student_t_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/student_t_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/subtract_with_carry_engine/cons/
+       55215.cc: Likewise.
+       * testsuite/26_numerics/random/subtract_with_carry_engine/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/subtract_with_carry_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/subtract_with_carry_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/subtract_with_carry_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_int_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_int_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_int_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_int_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_real_distribution/cons/
+       default.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_real_distribution/cons/
+       parms.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_real_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/uniform_real_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/random/weibull_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/26_numerics/random/weibull_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/26_numerics/random/weibull_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/26_numerics/random/weibull_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/26_numerics/slice/1.cc: Likewise.
+       * testsuite/26_numerics/slice_array/array_assignment.cc: Likewise.
+       * testsuite/26_numerics/valarray/27867.cc: Likewise.
+       * testsuite/26_numerics/valarray/28277.cc: Likewise.
+       * testsuite/26_numerics/valarray/30416.cc: Likewise.
+       * testsuite/26_numerics/valarray/dr543.cc: Likewise.
+       * testsuite/26_numerics/valarray/dr630-1.cc: Likewise.
+       * testsuite/26_numerics/valarray/dr630-2.cc: Likewise.
+       * testsuite/26_numerics/valarray/dr630-3.C: Likewise.
+       * testsuite/26_numerics/valarray/init-list.cc: Likewise.
+       * testsuite/26_numerics/valarray/moveable.cc: Likewise.
+       * testsuite/26_numerics/valarray/operators.cc: Likewise.
+       * testsuite/26_numerics/valarray/swap.cc: Likewise.
+       * testsuite/experimental/deque/erasure.cc: Likewise.
+       * testsuite/experimental/filesystem/iterators/directory_iterator.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/iterators/
+       recursive_directory_iterator.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/absolute.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/canonical.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/copy.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/create_directories.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/operations/create_directory.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/operations/current_path.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/operations/exists.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/file_size.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/last_write_time.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/operations/permissions.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/status.cc: Likewise.
+       * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
+       Likewise.
+       * testsuite/experimental/filesystem/path/native/string.cc: Likewise.
+       * testsuite/experimental/forward_list/erasure.cc: Likewise.
+       * testsuite/experimental/list/erasure.cc: Likewise.
+       * testsuite/experimental/map/erasure.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/assign/assign.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/comparison/comparison.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/dest/dest.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/modifiers/swap.cc: Likewise.
+       * testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/observers/operators.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/observers/owner_before.cc:
+       Likewise.
+       * testsuite/experimental/memory/shared_ptr/observers/use_count.cc:
+       Likewise.
+       * testsuite/experimental/memory_resource/1.cc: Likewise.
+       * testsuite/experimental/memory_resource/null_memory_resource.cc:
+       Likewise.
+       * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise.
+       * testsuite/experimental/set/erasure.cc: Likewise.
+       * testsuite/experimental/string/erasure.cc: Likewise.
+       * testsuite/experimental/string_view/capacity/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/3.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/char/empty.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/char/
+       front_back.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/empty.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/
+       front_back.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/3.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/pod/10081-out.cc:
+       Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_prefix/char/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_suffix/char/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/operations/compare/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/compare/char/
+       13650.cc: Likewise.
+       * testsuite/experimental/string_view/operations/compare/wchar_t/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/operations/compare/wchar_t/
+       13650.cc: Likewise.
+       * testsuite/experimental/string_view/operations/copy/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/copy/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/data/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/data/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/4.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/4.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/substr/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/substr/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/to_string/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operators/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/unordered_map/erasure.cc: Likewise.
+       * testsuite/experimental/unordered_set/erasure.cc: Likewise.
+       * testsuite/experimental/vector/erasure.cc: Likewise.
+       * testsuite/ext/array_allocator/1.cc: Likewise.
+       * testsuite/ext/array_allocator/2.cc: Likewise.
+       * testsuite/ext/array_allocator/3.cc: Likewise.
+       * testsuite/ext/array_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/codecvt/1.cc: Likewise.
+       * testsuite/ext/codecvt/char-1.cc: Likewise.
+       * testsuite/ext/codecvt/char-2.cc: Likewise.
+       * testsuite/ext/codecvt/wchar_t.cc: Likewise.
+       * testsuite/ext/enc_filebuf/char/13189.cc: Likewise.
+       * testsuite/ext/enc_filebuf/char/13598.cc: Likewise.
+       * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
+       * testsuite/ext/ext_pointer/1.cc: Likewise.
+       * testsuite/ext/ext_pointer/1_neg.cc: Likewise.
+       * testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: Likewise.
+       * testsuite/ext/mt_allocator/tune-1.cc: Likewise.
+       * testsuite/ext/mt_allocator/tune-2.cc: Likewise.
+       * testsuite/ext/mt_allocator/tune-3.cc: Likewise.
+       * testsuite/ext/mt_allocator/tune-4.cc: Likewise.
+       * testsuite/ext/mt_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/new_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/pod_char_traits.cc: Likewise.
+       * testsuite/ext/pool_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/arcsine_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/arcsine_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/arcsine_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/arcsine_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/beta_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/beta_distribution/operators/equal.cc: Likewise.
+       * testsuite/ext/random/beta_distribution/operators/inequal.cc: Likewise.
+       * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/hoyt_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/hoyt_distribution/operators/equal.cc: Likewise.
+       * testsuite/ext/random/hoyt_distribution/operators/inequal.cc: Likewise.
+       * testsuite/ext/random/hoyt_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/hypergeometric_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/ext/random/hypergeometric_distribution/cons/parms.cc:
+       Likewise.
+       * testsuite/ext/random/hypergeometric_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/ext/random/hypergeometric_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/ext/random/hypergeometric_distribution/operators/
+       serialize.cc: Likewise.
+       * testsuite/ext/random/k_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/k_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/k_distribution/operators/equal.cc: Likewise.
+       * testsuite/ext/random/k_distribution/operators/inequal.cc: Likewise.
+       * testsuite/ext/random/k_distribution/operators/serialize.cc: Likewise.
+       * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/logistic_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/logistic_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/logistic_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/logistic_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/nakagami_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/nakagami_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/nakagami_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/nakagami_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/normal_mv_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/normal_mv_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/normal_mv_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/normal_mv_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/pareto_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/pareto_distribution/operators/equal.cc: Likewise.
+       * testsuite/ext/random/pareto_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/pareto_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/rice_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/rice_distribution/operators/equal.cc: Likewise.
+       * testsuite/ext/random/rice_distribution/operators/inequal.cc: Likewise.
+       * testsuite/ext/random/rice_distribution/operators/serialize.cc:
+       Likewise.
+       * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
+       default.cc: Likewise.
+       * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
+       equal.cc: Likewise.
+       * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
+       inequal.cc: Likewise.
+       * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/
+       serialize.cc: Likewise.
+       * testsuite/ext/random/triangular_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/ext/random/triangular_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/triangular_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/triangular_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc:
+       Likewise.
+       * testsuite/ext/random/uniform_on_sphere_distribution/operators/
+       equal.cc: Likewise.
+       * testsuite/ext/random/uniform_on_sphere_distribution/operators/
+       generate.cc: Likewise.
+       * testsuite/ext/random/uniform_on_sphere_distribution/operators/
+       inequal.cc: Likewise.
+       * testsuite/ext/random/uniform_on_sphere_distribution/operators/
+       serialize.cc: Likewise.
+       * testsuite/ext/random/von_mises_distribution/cons/default.cc: Likewise.
+       * testsuite/ext/random/von_mises_distribution/cons/parms.cc: Likewise.
+       * testsuite/ext/random/von_mises_distribution/operators/equal.cc:
+       Likewise.
+       * testsuite/ext/random/von_mises_distribution/operators/inequal.cc:
+       Likewise.
+       * testsuite/ext/rope/2.cc: Likewise.
+       * testsuite/ext/rope/3.cc: Likewise.
+       * testsuite/ext/rope/4.cc: Likewise.
+       * testsuite/ext/rope/pthread7-rope.cc: Likewise.
+       * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise.
+       * testsuite/ext/special_functions/conf_hyperg/check_value.cc: Likewise.
+       * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
+       * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise.
+       * testsuite/ext/stdio_filebuf/char/10063-1.cc: Likewise.
+       * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise.
+       * testsuite/ext/stdio_filebuf/char/10063-3.cc: Likewise.
+       * testsuite/ext/stdio_filebuf/char/2.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/char/1.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/char/12048-1.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/char/12048-2.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/char/12048-3.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/char/12048-4.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc: Likewise.
+       * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc: Likewise.
+       * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
+       * testsuite/ext/type_traits/add_unsigned.cc: Likewise.
+       * testsuite/ext/type_traits/remove_unsigned.cc: Likewise.
+       * testsuite/ext/vstring/capacity/29134.cc: Likewise.
+       * testsuite/ext/vstring/capacity/shrink_to_fit.cc: Likewise.
+       * testsuite/ext/vstring/cons/58415-1.cc: Likewise.
+       * testsuite/ext/vstring/cons/moveable.cc: Likewise.
+       * testsuite/ext/vstring/element_access/char/58163.cc: Likewise.
+       * testsuite/ext/vstring/element_access/char/front_back.cc: Likewise.
+       * testsuite/ext/vstring/element_access/wchar_t/58163.cc: Likewise.
+       * testsuite/ext/vstring/element_access/wchar_t/front_back.cc: Likewise.
+       * testsuite/ext/vstring/hash/char/1.cc: Likewise.
+       * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
+       * testsuite/ext/vstring/init-list.cc: Likewise.
+       * testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.
+       * testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: Likewise.
+       * testsuite/ext/vstring/modifiers/assign/move_assign.cc: Likewise.
+       * testsuite/ext/vstring/modifiers/pop_back/char/1.cc: Likewise.
+       * testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc: Likewise.
+       * testsuite/ext/vstring/operators/1.cc: Likewise.
+       * testsuite/ext/vstring/operators/2.cc: Likewise.
+
 2016-10-14  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/65122
index aecff57d0be44735c6b74a1eaae654e3fbc27547..d4b1d3f7db1fd6840941829dd0f35b14cf72ef44 100644 (file)
@@ -26,8 +26,6 @@ const int NA = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int res = std::accumulate(A, A + NA, 11);
   VERIFY( res == 66 );
 }
@@ -38,8 +36,6 @@ const int NB = sizeof(B) / sizeof(bool);
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   int res = std::accumulate(B, B + NB, 100);
   VERIFY( res == 106 );
 }
index 1b46c1af785c965f42ed599138bfe92fac29bd02..db10404f8f078a203f59e440fc04f6d607b3f369 100644 (file)
@@ -28,8 +28,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int D[N];
 
   std::adjacent_difference(A, A + N, D);
index 38fc1d7cb177440b7a13703a33622d147e9f48c3..fa1ade349cfa495c35f0f0186d6eccbe7f484dbd 100644 (file)
@@ -27,7 +27,6 @@ template<typename T>
   void test01_do(T a, T b)
   {
     using namespace std;
-    bool test __attribute__((unused)) = true;
     typedef complex<T> cplx;
 
     T eps = numeric_limits<T>::epsilon() * 100;
index 7b8208cf0276a4b6a4c8744883440bff463edebf..8d6e6637f0f5909965e934fe27c72ce9a1b7961f 100644 (file)
@@ -23,8 +23,6 @@
 template<typename T>
   void test01_do()
   {
-    bool test __attribute__((unused)) = true;
-
     const std::complex<T> ca(T(-2), T(2));
     const std::complex<T> cb(T(-2), T(0));
     const std::complex<T> cc(T(-2), T(-2));
index d4881239cf0844f00d26fcc93c1c73be5c8540d3..b8b1aabefca13253ac7cb67d6d12affe92e54cd4 100644 (file)
@@ -26,8 +26,6 @@
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
-
 #if _GLIBCXX_HAVE_COMPLEX_H
   double _Complex x = .5;
   double _Complex y = cacos (x);
index 04e05dcdcc888a1e79c9551d292bb3ea773c4b41..e7dbd1cc2152c465bf2454e1a5dde3484e90a590 100644 (file)
@@ -24,8 +24,6 @@
 template<typename T>
   void do_test01()
   {
-    bool test __attribute__((unused)) = true;
-
     if (std::numeric_limits<T>::has_quiet_NaN)
       {
        std::complex<T> c1(T(0), std::numeric_limits<T>::quiet_NaN());
index f4d4e8a85e6d14d90b184bc1f07a7d7908d0d696..1a308379049c65abacd12d9e74c7d0b3ecc55b12 100644 (file)
@@ -25,8 +25,6 @@
 template<typename T>
   void do_test01()
   {
-    bool test __attribute__((unused)) = true;
-
     if (std::numeric_limits<T>::has_quiet_NaN)
       {
        std::complex<T> c1(T(0), std::numeric_limits<T>::quiet_NaN());
index c30952eac71d251dedcd8cbaf17fd9c8312b16a8..d7a91ba2db97074268733601c99fd686212dca9b 100644 (file)
@@ -26,7 +26,6 @@
 // DR 1137. Return type of conj and proj.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_test::check_ret_type;
 
   typedef std::complex<float>       cmplx_f_type;
index 9f28c9b6f57e50696553e0c6b270316a8d1e19bf..dced71049b695e1f4456a37c1debe42d27c226ef 100644 (file)
@@ -29,7 +29,6 @@
 // and also PR57974.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_test::check_ret_type;
 
   typedef std::complex<float>       cmplx_f_type;
index 1672d9ce638fe7b62ecd4d5210db1fa9ada81d04..e3bd714d91c16ee1a4627fdde64684b1d98aa2cd 100644 (file)
@@ -37,7 +37,6 @@ template<typename R>
 int
 test_good(std::string str, R x, R y)
 {
-  bool test __attribute__((unused)) = true;
   std::complex<R> z;
   char ch;
   std::istringstream iss(str);
@@ -53,7 +52,6 @@ template<typename R>
 int
 test_fail(std::string str)
 {
-  bool test __attribute__((unused)) = true;
   std::complex<R> z;
   std::istringstream iss(str);
   iss >> z;
@@ -86,7 +84,6 @@ testall()
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
   
   complex<float> cf01(-1.1, -333.2);
   stringstream ss;
@@ -104,8 +101,6 @@ template class std::basic_string<char, gnu_char_traits, std::allocator<char> >;
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   // Construct locale with specialized facets.
   typedef gnu_sstream::__num_put_type numput_type;
   typedef gnu_sstream::__num_get_type numget_type;
index 0d10682492ac03aa4588bbb7623a53ee3bb76d4d..a08f19b19f1cd37ab861d139033c75d7ee902557 100644 (file)
@@ -34,7 +34,6 @@ template<typename R>
 int
 test_good(std::wstring str, R x, R y)
 {
-  bool test __attribute__((unused)) = true;
   std::complex<R> z;
   wchar_t ch;
   std::wistringstream iss(str);
@@ -50,7 +49,6 @@ template<typename R>
 int
 test_fail(std::wstring str)
 {
-  bool test __attribute__((unused)) = true;
   std::complex<R> z;
   std::wistringstream iss(str);
   iss >> z;
@@ -83,7 +81,6 @@ testall()
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
   
   complex<float> cf01(-1.1, -333.2);
   wstringstream ss;
@@ -102,8 +99,6 @@ template class std::basic_string<wchar_t, gnu_char_traits,
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   // Construct locale with specialized facets.
   typedef gnu_sstream::__num_put_type numput_type;
   typedef gnu_sstream::__num_get_type numget_type;
index 0a3e1bed95cb15b5e6000e307e35283efc86cde5..35fc7214a78a08a50cce2dbc63e6947cab943dbf 100644 (file)
@@ -26,7 +26,6 @@
 void test01()
 {
  using namespace std;
- bool test __attribute__((unused)) = true;
  typedef complex<double> complex_type;
  const double cd1 = -11.451;
  const double cd2 = -442.1533;
index a10c3bc3271f0e74879b41e4eaa77fa5ee8f643e..752d42aa0dc68b7076c56f9c48584db87ed417bc 100644 (file)
@@ -25,8 +25,6 @@ template<typename T>
   void
   do_test()
   {
-    bool test __attribute__((unused)) = true;
-
     const T r = 1.0;
     const T i = -1.0;
     const T v = 0.0;
index 7a2c81acf4349ab6fe640c20122acc0891cb9291..394c52cc7c4b50df80fd821ced4cf41014c444f0 100644 (file)
@@ -23,8 +23,6 @@
 // libstdc++/19322
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY( !std::isnan(3.0) );
 }
 
index 8db9fdb0e6c8fc35f014c447208cf3a1fa7a1888..9387d53a866c9a2cda93b8c943feaf978117b8a9 100644 (file)
@@ -48,8 +48,6 @@ void isunordered() { }
 template <typename _Tp, typename _Up = _Tp>
   void test_c99_classify()
   {
-    bool test __attribute__((unused)) = true;
-
     typedef _Tp fp_type_one;
     typedef _Up fp_type_two;
     fp_type_one f1 = 1.0;
index 6480f9383a5c180a5e598cdbc10f820dc416cd1c..e494d1a7ee6ccbeb6270f4212b8bc3e067cb43d2 100644 (file)
@@ -51,8 +51,6 @@ void isunordered() { }
 template <typename _Tp>
   void test_c99_classify()
   {
-    bool test __attribute__((unused)) = true;
-
     typedef _Tp fp_type;
     fp_type f1 = 1.0;
     fp_type f2 = 3.0;
index 33d4b23bd94217d97fb06de7a4cb569acfeaad2e..38804656a9a032cb946307f2feb3d07f2106a320 100644 (file)
@@ -35,7 +35,7 @@ test01()
 int
 test02()
 {
-       std::sin(static_cast<float>(0));
+  std::sin(static_cast<float>(0));
   return 0;
 }
 
@@ -51,7 +51,6 @@ test03()
 int
 test04()
 {
-  bool test __attribute__((unused)) = true;
   float x[2] = {1, 2};
   float y = 3.4;
   std::modf(y, &x[0]);
index 905d631b3a525e9614d84883c675f93af2796d49..ee3f30953a8409cb6af78cc6b3798fde187c3673 100644 (file)
@@ -25,7 +25,6 @@
 // DR 550. What should the return type of pow(float,int) be?
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_test::check_ret_type;
 
   const int          i1 = 1;
index ec7429134caba0db28930f2f8df86a821f9ea00c..ad9e77ef4e0810f0a58794c8fbca1a89127bb168 100644 (file)
@@ -50,7 +50,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_hypot<Tp> (&data)[Num], Tp toler)
   {
-    bool test __attribute__((unused)) = true;
     const Tp eps = std::numeric_limits<Tp>::epsilon();
     Tp max_abs_diff = -Tp(1);
     Tp max_abs_frac = -Tp(1);
index ed83c6cedbf185a5615ac9539bea9d41947cb583..ea9a1604e565049864a8685a030a13f772f8f001 100644 (file)
@@ -26,7 +26,6 @@ template<typename T>
   void test01_do()
   {
     using namespace std;
-    bool test __attribute__((unused)) = true;
     
     VERIFY( pow(T(1.0), 0) == T(1.0) );
     VERIFY( pow(T(2.0), 0) == T(1.0) );
index 4ba9d9764a66b4ec95d9426eb91e8daf7ae1f600..4259ba67e140be8c08ae9166ee6ee176968ea52e 100644 (file)
@@ -24,7 +24,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   VERIFY( llabs(-3) == 3 );
   
index e142af5cf07ddd030339a1613e201020700db963..17fb528ec57fc09ea2733aae3b7ef6469f0914a7 100644 (file)
@@ -31,8 +31,6 @@ const int NB = sizeof(B1) / sizeof(bool);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int res = std::inner_product(A1, A1 + NA, A2, 31);
   VERIFY( res == 983 );
 }
@@ -40,8 +38,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   int res = std::inner_product(B1, B1 + NB, B2, 100);
   VERIFY( res == 102 );
 }
index c623cc6081102b868bda4206080a2f60545e1fd0..7cfdd2ae34340afb652db91aba47d401ec16c3e3 100644 (file)
@@ -31,8 +31,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::iota(A, A + N, 1);
   VERIFY( std::equal(A, A + N, B) );
 
index ad16a12a1a0a6c4d036c14eb4d5dd5e59f6c163b..6710f19c9b9ab8f3dcd1b87bdba4d5f37f8c1e30 100644 (file)
@@ -28,8 +28,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int D[N];
 
   std::partial_sum(B, B + N, D);
index 734099a17224157de296c1415be37ad4afe75da2..0ce5aad4be7352ecb5cc441e06be0bcc6b7f24f6 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::bernoulli_distribution u;
   VERIFY( u.p() == 0.5 );
   VERIFY( u.min() == std::numeric_limits<bool>::min() );
index 38b0138ca2a3c6be766ea9b5f3cff41f6a2bf7eb..8e6ca43195d3f8a443281d335f1948488c222fec 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::bernoulli_distribution u(0.75);
   VERIFY( u.p() == 0.75 );
   VERIFY( u.min() == std::numeric_limits<bool>::min() );
index e7e55f3c7b253b2e6c7716fe806e13859653486d..cdee2c1763773b34dc95a7145364bfa0e73c87d4 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-  
   std::bernoulli_distribution u(0.75), v, w;
 
   VERIFY( v == w );
index 549f354394d516431e31f80dd38197c781c237ea..fc57210952df3a702f388b2f69fd4ff6eaa9dde3 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-  
   std::bernoulli_distribution u(0.75), v, w;
 
   VERIFY( u != v );
index 176abb1f4a2bb5d3f8bfe9c07ac950e96eb3757f..38a0c3ff1bc763209712c8cf94c9595d43fbcc0f 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::binomial_distribution<> u;
   VERIFY( u.t() == 1 );
   VERIFY( u.p() == 0.5 );
index 75a102526b5fb79cc6091480eef450f6a262be77..e93f0c3900893ed291ca1070bfae1fdba9929782 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::binomial_distribution<> u(3, 0.75);
   VERIFY( u.t() == 3 );
   VERIFY( u.p() == 0.75 );
index c92a324d6efd442f5c64119b7ba3b311b8a4dc63..3e93edf9ccd03e5300de527da6cd6ab6c456cf22 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::binomial_distribution<int> u(3, 0.75), v, w;
   
   VERIFY( v == w );
index f0c954df7560a707f1091592b21d5722b1cabb51..e01ff8e33b339ac060138112f737463a555ec703 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::binomial_distribution<int> u(3, 0.75), v, w;
   
   VERIFY( u != v );
index dba7c88f15bc3db0f6bbdaee4f7cad4b29d6706a..2ada9129eb007e6aa2a39c59928a23930f06d5ca 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cauchy_distribution<> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 1.0 );
index 40861aad13b2cf442eeb94c57ea0ea70e643e249..6bd0e1cd643159cc75c88b4719793a4ca56619af 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cauchy_distribution<> u(5.0, 2.0);
   VERIFY( u.a() == 5.0 );
   VERIFY( u.b() == 2.0 );
index 9d70a555adac7ab27d5928e9d4b3bec6e48de721..6a95f1e11bf2a6d58865dac7ecb96542d433df39 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cauchy_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( v == w );
index 5c7698abd9a459df0239bdff3a352b1c1aad08b9..c0bd9b46020fb540962c2ca6a2492250f12ae934 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cauchy_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( u != v );
index 1ee19740c0f405e9cca4259622004aaf802d004d..381b18b04ebd68af724c136e3c5ba6a9c7f78e9e 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::chi_squared_distribution<> u;
   VERIFY( u.n() == 1 );
   typedef std::chi_squared_distribution<>::result_type result_type;
index 8ab6e9c17b1cd9f1060f7732b802f5a4e8830022..d6d9e0b6d231b582b9a6372cc0035815e862a165 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::chi_squared_distribution<> u(1.5);
   VERIFY( u.n() == 1.5 );
   typedef std::chi_squared_distribution<>::result_type result_type;
index ff6ab3445378e913922558430463d6a8875f95ee..c2c9bd4182f05bfb8349c0e55b4a6a0310baa611 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::chi_squared_distribution<double> u(1.5), v, w;
 
   VERIFY( v == w );
index d0d26b5eed5577f295b3df1649735dbbaa3d3d43..a1ba055ba4d6a6e66b8b33cfef3c5ef2a39853dd 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::chi_squared_distribution<double> u(1.5), v, w;
 
   VERIFY( u != v );
index e21c7ae3f85fefef761975fbe561952dacaf01d7..ad2f0dc2341610cadfbf64b36c4f95bcfdfb23ae 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::default_random_engine a;
   a.discard(9999);
 
index fad9bd2757f42f38ab0426517f9509a32816a04f..36ab8ace53c2eb1aec2ab3bdd4513d0a28761504 100644 (file)
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index 6477435fcec55c2839fd40d3701ae9bf1e362ebe..1d0658d5ea6197923b844ec43a47c6c7daea44cf 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::discard_block_engine
     <
     std::subtract_with_carry_engine<unsigned long, 24, 10, 24>,
index 285694b3ae6f59d1fb529942ca7962738b967680..93dd53f1f3150de4bad51dea8cb6d8589285b488 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::discard_block_engine
     <
     std::subtract_with_carry_engine<unsigned long, 24, 10, 24>,
index 7d78a47d01893c7d1204fafc8fc876b255d915b9..c0baa7a16a12ac3d69be947198864b54cdb2880b 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::discard_block_engine
     <
index 1432236644165968f383019205a2114594871db7..4cd8b2eeeb929734417293884f9721c88feaa0ae 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::discrete_distribution<> u;
   std::vector<double> probablility = u.probabilities();
   VERIFY( probablility.size() == 1 );
index a711030dd4232e7dd110d08f43dcf2e7464a417a..35d3018ba8462c85fa9e250d1085bbcdbfeeb2f4 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::discrete_distribution<> u({0.0, 2.0, 4.0, 3.0, 4.0, 0.0});
   std::vector<double> probablility = u.probabilities();
   VERIFY( probablility.size() == 6 );
index 0da038bd6687ba65ac1bec7ecfbce0020d2b38f6..45fc3550fcca26e7c1dfbfc401decd3bfd27170d 100644 (file)
@@ -55,8 +55,6 @@ private:
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cosine_distribution cd(1.5, 3.0);
   std::discrete_distribution<> u(21, -10.0, 10.0, cd);
   std::vector<double> probablility = u.probabilities();
index 30c0053e440eb03ace9da214b701f92ec8b256b2..13e8c9c51dfe3068333542ef6b65825371a1911e 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> wt = {0.5, 1.0, 2.5, 1.5, 0.5};
   std::discrete_distribution<> u(wt.begin(), wt.end());
   std::vector<double> probablility = u.probabilities();
index 6ef4316c72ca139d48e1475d982807e6b491978a..78218415e291bee79acc50a8cd1b0b842c1a63fe 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> wt = { 0.5, 1.0, 2.5, 1.5, 0.5 };
   std::discrete_distribution<int> u(wt.begin(), wt.end()), v, w;
 
index 2fba8e0eeaa2f595b8c89d01105aa92cfdc0ee07..786c316acc2ae3d8a0d36804c5f5b486ac68cd90 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> wt = { 0.5, 1.0, 2.5, 1.5, 0.5 };
   std::discrete_distribution<int> u(wt.begin(), wt.end()), v, w;
 
index 4f4527235caf9b635aa8bcea8ed0b9fc90c92384..ba3f62d794fb1b6ea692082d3341ea1e8050296d 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::exponential_distribution<> u;
   VERIFY( u.lambda() == 1.0 );
   typedef std::exponential_distribution<>::result_type result_type;
index 24cef6c33354de81e2d0178a5aef973bab336eb4..1c9a7b34bc81e8dbdbdf9970d0c2c8712b93fe6a 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::exponential_distribution<> u(0.5);
   VERIFY( u.lambda() == 0.5 );
   typedef std::exponential_distribution<>::result_type result_type;
index cb189fe9d235ce232014f1491d27598b06687be1..dabc9c4954e3544d13516ff75b9c959dea8389b3 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::exponential_distribution<double> u(0.5), v, w;
 
   VERIFY( v == w );
index 462d6c1eded71036ddf5723125d5025ef3ee5bb8..a3f31609d37d5992993f1645274cff877fabccc4 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::exponential_distribution<double> u(0.5), v, w;
 
   VERIFY( u != v );
index 56a3b8e13507c871b32dde7ae46acf3a30315a61..cbad3e29c4cd9fa3f23227ffd1c8690f600449a3 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::extreme_value_distribution<> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 1.0 );
index cdd2ec8abfb0d7aa83a54a3c0d87ee84d744f6a0..86675514aafb426c7e09ba4a2876058414c5359d 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::extreme_value_distribution<> u(5.0, 2.0);
   VERIFY( u.a() == 5.0 );
   VERIFY( u.b() == 2.0 );
index 292d15ef78730ed5566e4c3ef98eda3ed8a1134f..71f4618bf6ae5d26781b494d970f8ef50958dab0 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::extreme_value_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( v == w );
index 040f07f494410c83f36f19765ee820656069932d..3e82315856cda254b4efc26a10964aed7bde5f6e 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::extreme_value_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( u != v );
index 99a9ee4938bdf46615ea1d56cee0e0771f45116d..18837fbc80bd32f6fad3d3320e739b6c5702b5ec 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::fisher_f_distribution<> u;
   VERIFY( u.m() == 1.0 );
   VERIFY( u.n() == 1.0 );
index 96a77f4d96c984d1663ff8e4eaf9a76aa2e21eee..de7a3acc5f51397726631dff322191df9acdc6c1 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::fisher_f_distribution<> u(2.0, 3.0);
   VERIFY( u.m() == 2.0 );
   VERIFY( u.n() == 3.0 );
index b05a1f9f48e879b9d0ae59365999c50e352dec4e..336017f2632eb27a3280b28649cd72a27262ad5d 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::fisher_f_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( v == w );
index 97ce97860d7bddaa2e5751a6f8c9a67dfa3da07c..9ae879bfa1fbefcd1ea55aa6d39ad5f437a21a84 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::fisher_f_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( u != v );
index d69114fe05ca3991998a29e6690cfc035febcdbc..4288e0c2b2dc0a3af9906a701f4b04fcced8fac4 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::gamma_distribution<> u;
   VERIFY( u.alpha() == 1.0 );
   VERIFY( u.beta() == 1.0 );
index 6b5596b649c103268f6fa8b11400769d9a6446f1..a2d752874d543eb553eb34a8ea5d5aa4d44fcb61 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::gamma_distribution<> u(1.5, 3.0);
   VERIFY( u.alpha() == 1.5 );
   VERIFY( u.beta() == 3.0 );
index 57d1ab43dd0cb798fbe734f16d3b64d9b5964bf4..88259ae9989ed6e7bdfb36fc2fbae371bc959eec 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::gamma_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( v == w );
index 2659b640481d395503875a8c4baa95dba4dce09f..29032eea28f7b75531a61bef1cb3da166065aa9f 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::gamma_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( u != v );
index 16b007233c5296923cd595e81983762482a2f22e..4d2fdd576c2c5b2ab2bb7f924d294f04fe4cb6cd 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::geometric_distribution<> u;
   VERIFY( u.p() == 0.5 );
   VERIFY( u.min() == 0 );
index 5b630c541620cd8191a8bc8745162469988aecc8..21c2b668a935f2da4afc29600062b6ae1d7dee77 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::geometric_distribution<> u(0.75);
   VERIFY( u.p() == 0.75 );
   VERIFY( u.min() == 0 );
index 814091ac2bf1fe463129f954e686a1d3a27eb5f8..3e6ed589fb56b31c1f6780a47956126918ab288f 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::geometric_distribution<int> u(0.75), v, w;
 
   VERIFY( v == w );
index cc22e05817dd706807965c51c77832956e729d2b..602284e30a708ce6f6f9ddb520d874d8bca8fb80 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::geometric_distribution<int> u(0.75), v, w;
 
   VERIFY( u != v );
index 674ee3a2542ffd9ed8d746eb2bba96646086de81..e1fc65633fad238c0ab35e73e85fcbe063552650 100644 (file)
@@ -40,8 +40,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index 364de52d040bcb2a57df571c5b439a3f965d5027..dba33126651fa53564aa9376bc0e10ffe3b457ff 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::independent_bits_engine
     <std::subtract_with_carry_engine<uint_fast64_t, 48, 5, 12>,
      48, uint_fast64_t> u, v;
index 5819e65cd53f3366ed8d710bfbf642f2433a61aa..9e21224a2d932572e6d470412909d644b1d70c6b 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::independent_bits_engine
     <std::subtract_with_carry_engine<uint_fast64_t, 48, 5, 12>,
      48, uint_fast64_t> u, v;
index fd6f92d221ee7b33728de0b82365df2d626828c3..8b102bdd24e52e6ebfde005fa9eee105686a0ba6 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::independent_bits_engine
     <std::subtract_with_carry_engine<uint_fast64_t, 48, 5, 12>,
index 25c68ff7e72ea8c13d6267d95af90c593db62973..c01d120dbe6a934133326516c163a7721ad99e56 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::knuth_b a;
   a.discard(9999);
 
index cd9c32e99148146b1f197acb6b1c1f1ee5506f34..5c0604f50611efc55408a8e450e4d8bddbfdf6cb 100644 (file)
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index d55b834f123ea899400f63e5f588d57fdd820593..0f8b616493837318f6b6dafbe206547fe493de57 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::linear_congruential_engine<unsigned long, 48271, 0, 2147483647> x;
   VERIFY( x.min() == 1 );
   VERIFY( x.max() == 2147483647-1 );
index 3a6f243138c305e164561227740f4feec1d76471..b21ec4737c72f1a1fadce0a04b5f29f221da0909 100644 (file)
@@ -25,8 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef std::linear_congruential_engine<std::uint64_t, 1103515245ULL,
                                          12345, 2147483648ULL> engine;
   engine eng(1103527590ULL);
index 9cac00eddd94c403750255ef138d5575ea8c2248..0be657ecbafea882bfbca213d05dec06451056b7 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::minstd_rand0 a;
   std::minstd_rand0 b;
   std::minstd_rand0 c(120);
index 5dc0dfd4b5a166a9fa29dbd5c7f0c1903fcee24e..b935847aad772f89edabdeec5d7f7515ff47132f 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::minstd_rand0 a;
   std::minstd_rand0 b;
   std::minstd_rand0 c(120);
index c9363218df8387bbbb04db539cb1ea181d54d5f5..cfdea122579e3dc05854262b7bbd9eed1578264f 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::minstd_rand0 u;
   std::minstd_rand0 v;
index de5cb9058629ddf874c248f44f1588f3528b432a..69d21bbca48425a079f44f89e52965e726f09359 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::lognormal_distribution<> u;
   VERIFY( u.m() == 0.0 );
   VERIFY( u.s() == 1.0 );
index 42ecfea9e9d080a9870fbf2c1fa1282bf7b7af37..3009a239b3d1d9a033c99f5baa82813ebbc456f3 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::lognormal_distribution<> u(5.0, 2.0);
   VERIFY( u.m() == 5.0 );
   VERIFY( u.s() == 2.0 );
index c324b20832dbdb482d2dba63f70468da41e0eee9..418f92c7bb3cea79f030325f855f762010470201 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::lognormal_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( v == w );
index 8f4942a2c19f84202fc1ef2e293d24daf27c51a9..c6f9e4cca81566690d4596c2ed7f2206c2fbb2c4 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::lognormal_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( u != v );
index 809b5adbe75c61c47150b3df991aecc724f16dd4..3e5d7517ffdabe5ee4d0e304a6bfe3294486a8e0 100644 (file)
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index f1e0ba860b92901eb1e7c91b1adfb9fbf3723d2c..535291105a3b2cd0ee3ba1f762c6162ab9bad608 100644 (file)
@@ -26,7 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef unsigned long value_type;
 
   std::mersenne_twister_engine<
index 4c80c9d0a5235a9f4d0a04daa4de0ecfe55ee170..2ca1cce2281e358eaecb0e7b7616f3b557153727 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::mersenne_twister_engine<
     unsigned long, 32, 624, 397, 31,
     0x9908b0dful, 11,
index fb59351ebbed89b6d0f1c4cb2b426d3507d3ddae..7dbaf599d8cf4bee30c8473e3ec092bde2e0c585 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::mersenne_twister_engine<
     unsigned long, 32, 624, 397, 31,
     0x9908b0dful, 11,
index cfa6fdb2faaa5311db75614fa5cef2bd0bcbc537..0f2ebb11c51db9e77b7fdaab85459da26f359631 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::mersenne_twister_engine<
     unsigned long, 32, 624, 397, 31,
index 1b28f396ad253dc3185f35e7af43bf3dffdcd44a..7f079279265d5183039a111e4a64ff6e4984abf2 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::minstd_rand a;
   a.discard(9999);
 
index bc12ab55dcf2792ca2963bc31a3d3c3077b81daa..4fe102cacd0b078a4739dfd100d589fdd62914c6 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::minstd_rand0 a;
   a.discard(9999);
 
index a611d65dc544313833fab81afcef941d14610f8b..7796a9cfa4d0fcb1a82fa66742c61c8bbe823f1e 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::mt19937 a;
   a.discard(9999);
 
index 3f108a789557d5403bf153373d2fb7a95db5a175..d004baaff9dfe0daf6b70d7e9cf281737b03e632 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::mt19937_64 a;
   a.discard(9999);
 
index b4ed993f0e34c1e8812c0535110e265806aa7e59..fdfc882c7ddce07551370f87cc3da3fdd24447b4 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::negative_binomial_distribution<> u;
   VERIFY( u.k() == 1 );
   VERIFY( u.p() == 0.5 );
index a036b0608f6c9a624fba57b896c4307145b1e100..41e2ef9d387763676aab36ced7f4a33e4dfe9054 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::negative_binomial_distribution<> u(3, 0.75);
   VERIFY( u.k() == 3 );
   VERIFY( u.p() == 0.75 );
index 091d302847b2d196b1fcac64a9088c1eee0bb94a..b2b99a211842874357e7d221d183802bc4269a25 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::negative_binomial_distribution<int> u(3, 0.75), v, w;
 
   VERIFY( v == w );
index cffb5d3acc439d89c424743d91c5e3a090be5d48..e1643b4ff7405e6f317102e118bbaa90896ceec4 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::negative_binomial_distribution<int> u(3, 0.75), v, w;
 
   VERIFY( u != v );
index 8c9eb9275c0633b48e9a8f5ea68a6bc2ac5cf58a..7bcae800af6431bdc738beb975c7b179f2d0fa11 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::normal_distribution<> u;
   VERIFY( u.mean() == 0.0 );
   VERIFY( u.stddev() == 1.0 );
index 339755ec1af9b46f860e309e0ed368865c02c3ee..497c7e1e077407799bb9e7d7dc5d4d31817be1b2 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::normal_distribution<> u(5.0, 2.0);
   VERIFY( u.mean() == 5.0 );
   VERIFY( u.stddev() == 2.0 );
index d4bf130f1e95b0f4cf088ea61597cc35570c22b3..8ccbc2adc77331c4fad2516659b689f030d7ad63 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::normal_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( v == w );
index 3e29a7735cf35dcd14921262eafe459a9902e86a..0944a2acd226f1404dddbda22376fa9402dea648 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::normal_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( u != v );
index 9f85fda3ad9e5389f7e23545739abe22893e2d0a..be3100feac16163c7547df860c75e651ac1e347f 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::piecewise_constant_distribution<> u;
   std::vector<double> interval = u.intervals();
   std::vector<double> density = u.densities();
index b45b812825a114d619173e3918e4c642f3fc3dcb..3b894a2c98a1ac037d7056ee666aac80005e3fb5 100644 (file)
@@ -56,8 +56,6 @@ private:
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cosine_distribution cd(1.5, 3.0);
   std::piecewise_constant_distribution<> u({-10.0, -8.0, -6.0, -4.0, -2.0,
                                             0.0, 2.0, 4.0, 6.0, 8.0, 10.0},
index 78f27ed5d3fa5b406530d42b48f362b0e85fce5c..a678ff2d27a6afc23a7183a832e2037cae899b70 100644 (file)
@@ -56,8 +56,6 @@ private:
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cosine_distribution cd(1.5, 3.0);
   std::piecewise_constant_distribution<> u(21, -10.0, 10.0, cd);
   std::vector<double> interval = u.intervals();
index 378ba1e86911b45ec146d1fa11599ad499aa12ef..b455e575df54866a9eb1d2de1713b4caeb81d173 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0};
   std::vector<double> wt = {0.5, 1.0, 2.5, 1.5, 0.5};
   std::piecewise_constant_distribution<> u(x.begin(), x.end(), wt.begin());
index 8348825f230539dbca6a32f4e3336fef3b837d86..ff0ce4ac6b7d5e2fe91785fb681acbeaf97a4ce1 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0 };
   std::vector<double> wt = { 0.5, 1.0, 2.5, 1.5, 0.5 };
   std::piecewise_constant_distribution<double>
index 8d8c6c70498ba1304bd79fae33061458fa3c8ee5..4c0efff510b998e8ebe4786a4064af586044c05b 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0 };
   std::vector<double> wt = { 0.5, 1.0, 2.5, 1.5, 0.5 };
   std::piecewise_constant_distribution<double>
index 86cbf7c03d7cb958462e7877f3c469d59c194d6d..94f214f0a831ef6aff16b9d624c7f0cca44620a0 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::piecewise_linear_distribution<> u;
   std::vector<double> interval = u.intervals();
   std::vector<double> density = u.densities();
index de808cf1390120562dd0fda998f7f96109bc7e18..9c4a7bcf9b38a6c17657e52b014a9eab9fbfb006 100644 (file)
@@ -56,8 +56,6 @@ private:
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cosine_distribution cd(1.5, 3.0);
   std::piecewise_linear_distribution<> u({-10.0, -8.0, -6.0, -4.0, -2.0,
                                           0.0, 2.0, 4.0, 6.0, 8.0, 10.0},
index b48d3a985d622520344c27f62fe2fb1de977628e..cb121331378478476a27ae4b5c8cb57fe9ba3bf0 100644 (file)
@@ -56,8 +56,6 @@ private:
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cosine_distribution cd(1.5, 3.0);
   std::piecewise_linear_distribution<> u(21, -10.0, 10.0, cd);
   std::vector<double> interval = u.intervals();
index d71a8b9a1840ecaf11b48a41e380d31b0c147edc..e30e2824c7988e3abdd94e23e60e50f059c7937a 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0};
   std::vector<double> wt = {0.0, 1.0, 2.5, 1.5, 3.5, 0.0};
   std::piecewise_linear_distribution<> u(x.begin(), x.end(), wt.begin());
index 6811ade008e0052ad753a0cb8105424ebc5703b3..8060120f13e9bcf5fe42c917fc49f29a27221f06 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0 };
   std::vector<double> wt = { 0.0, 1.0, 2.5, 1.5, 0.5, 0.0 };
   std::piecewise_linear_distribution<double>
index dd534a3e67c3f09368d487db8729c677773b6855..8b933bc7c587e832d5f4ae1551c361a37d420128 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<double> x = { 0.0, 1.0, 2.0, 3.0, 4.0, 5.0 };
   std::vector<double> wt = { 0.0, 1.0, 2.5, 1.5, 0.5, 0.0 };
   std::piecewise_linear_distribution<double>
index 85299d3a25a990612eee4ccb7c8386c2e7340512..bf735a8fb33446473b90af272c7ab3b7061ed0c8 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::poisson_distribution<> u;
   VERIFY( u.mean() == 1.0 );
   VERIFY( u.min() == 0 );
index 34b225c5f73a5e28a1ab05476af6b802ce2884d7..4b2cbe05539161aaa7d39ffca4a6abd6ec04ef69 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::poisson_distribution<> u(5.0);
   VERIFY( u.mean() == 5.0 );
   VERIFY( u.min() == 0 );
index b44ddf50b49344254039816dc3e930c5db7084c7..ea336522d73cd8abd9041ba6f9f1590ff86a0b30 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::poisson_distribution<int> u(5.0), v, w;
 
   VERIFY( v == w );
index 97dc40af908ab0ff402e2ba390c3cb1dd53731f3..68a01171669ebcc74402ffb6227960606d0a1293 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::poisson_distribution<int> u(5.0), v, w;
 
   VERIFY( u != v );
index 86015aa038fd4fc478a8c78dba30b034797d9d45..da9e658f54cb524616bcab60e16b36df0d002d4c 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::random_device x;
 
   VERIFY( x.min() == std::numeric_limits<std::random_device::result_type>::min() );
index 73730bc5f03e23d5691a629d799d4be0275dff29..b146998ec7e134207c246000e4a027761295658b 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
 #ifdef _GLIBCXX_USE_RANDOM_TR1
   std::random_device x("/dev/random");
 #else
index 5d4dbea2354c5924ed0829ed1499493bcab5ac77..5df380ea42ee4571141890347c04a3c13ffb84bc 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ranlux24 a;
   a.discard(9999);
 
index 6b52ca1d06635076b543c5cac2e569b8e1350c46..c23f0635870f4732bb704b8d604f702305f23102 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ranlux24_base a;
   a.discard(9999);
 
index 365533b0c9e6ac265894bce8b16e23b2bc12e135..530212f59f7c99e6c3495125f87a248ab5fbbbfc 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ranlux48 a;
   a.discard(9999);
 
index 6e4e07e7f8215a07f0e1c3af79c6d34fa4236b99..03b9faaf152312abcc9ddd0ccfcaeef3fa91b0f3 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ranlux48_base a;
   a.discard(9999);
 
index 49c01303fa2cd60d1297706faf2f92df3fc41b8b..7fcd53ed17cd3c146cc635096ca4fa2acd10c81c 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::seed_seq seq({0, 1, 2, 3, 4, 5, 6, 7, 8, 9});
 
   std::vector<unsigned> foo(10000);
index af3d64815edac2b57a2b1bf97b0ec151dd3412d8..7fede12d73a118f180ac73ed7a137986b39f446a 100644 (file)
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index 106bd55b9bb3efb417f01ef1c1c320cb056fb430..62f51877d2f470b97ce561ce95988d430b69443b 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::shuffle_order_engine
     <
       std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
index ed81badb30a9fb938ffbac7cdc3138ffa6059d96..a141cded7c38aa8124f72e940e2ebd5c0865e2f2 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::shuffle_order_engine
     <
       std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
index a3bc993d2d3c81015ea8ea415c26230819cd8b2c..1892291ca0818debec4cccf97380e71a64600a98 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::shuffle_order_engine
     <
index 9c4627685bbcea9ab77af072c323202b79769618..befc58bf61287f0dcb9eea9dd7c446b537688cbd 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::student_t_distribution<> u;
   VERIFY( u.n() == 1.0 );
   typedef std::student_t_distribution<>::result_type result_type;
index 04aa321c18fcb2ac2f2f5a746c9c8cc5883ff13f..c01cd69b280e44359d629eb0999e741af3384a31 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::student_t_distribution<> u(1.5);
   VERIFY( u.n() == 1.5 );
   typedef std::student_t_distribution<>::result_type result_type;
index cedff945129553e2ec0e6a86446998f7205b8f6c..75f8c891b3f0740fe54e4ed3e688787d2bb2664c 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::student_t_distribution<double> u(1.5), v, w;
 
   VERIFY( v == w );
index 755c567e2372901220db87e0faeac705e06392a4..59a4e92a4a69c9743f1cf9b9731c8f566186c506 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::student_t_distribution<double> u(1.5), v, w;
 
   VERIFY( u != v );
index 47efa412af489360a65b14be6e17440da451be6e..9197640145c82c6b858b70b6bc67308b09d2c45b 100644 (file)
@@ -38,8 +38,6 @@ int g(int x)
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int f1 = f(0);
   const int f2 = f(0);
 
index 3b6089fe1ef2e5fd968632d1053dc867e1c777c9..1096599cb08d5d98257e71d23ced79b67e17ba75 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> x;
   VERIFY( x.min() == 0 );
   VERIFY( x.max() == ((1UL << 24) - 1) );
index cae61bb455748ced727a719e0feef2bffda4172a..22b327c8c94ede6919859f80b0d44378a3d433bd 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> u;
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> v;
 
index f86251d8d682b207c8a6a3d4ecc74437faaca24d..15538a93d9c2b00a04d44a6c8b957afc1c46c6ff 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> u;
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> v;
 
index 6f798fc8744faba82fcbcc36f7d8c3ab7cb276ca..270f34b23632a4c22030ec56478ceb90d44c90d9 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> u;
   std::subtract_with_carry_engine<unsigned long, 24, 10, 24> v;
index f04c74abd4fbf8fa5949b23f497303eec18122d4..6541a1824e42cb2dbcde5e6615e4fa406bf0a53b 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_int_distribution<int> u;
   VERIFY( u.a() == 0 );
   VERIFY( u.b() == std::numeric_limits<int>::max() );
index 2aa585463619e2b4dd65c5372a46323a3d00a64d..0b5fdb5bc091f2d2f398e8551d478ca7154ec42c 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_int_distribution<int> u(1, 20);
   VERIFY( u.a() == 1 );
   VERIFY( u.b() == 20 );
index cf534e18442da04e3e8b231ee7a9c42bacf22c4a..08fdb6d157ee1a85949ce6308f6ec08e454a6c23 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_int_distribution<int> u(1, 20), v, w;
 
   VERIFY( v == w );
index b4e113fc2fe12180d5913e0516df94250b71812f..44503e00accf20108b81184cdb94123adcdee812 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_int_distribution<int> u(1, 20), v, w;
 
   VERIFY( u != v );
index 9d91a36e684831686a15d23b5ea9fe0f01de642e..ff31394838c886e3fa297d0eb1e85425b374dc98 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_real_distribution<double> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 1.0 );
index 70992202006562673a09f100811033d57bf7923f..2a35b3bce0afc3a0e0c71a4fac64a3127af6e306 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_real_distribution<double> u(-5.0, 5.0);
   VERIFY( u.a() == -5.0 );
   VERIFY( u.b() == 5.0 );
index ba765d1efc6207653dc4ad0f62f2e665f059b4ed..f6e53ac6c5ba498ac9fe4e19c8116c653e8410ff 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_real_distribution<double> u(-5.0, 5.0), v, w;
 
   VERIFY( v == w );
index f4a74aead01f60a3d582b370dbebcc33c9e3774c..398ddd59e75cb5cb4005767f00027b687b8c53e2 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::uniform_real_distribution<double> u(-5.0, 5.0), v, w;
 
   VERIFY( u != v );
index f54e2dbaf1f77e83c1af06ea291867ec51600263..c7c41a43cf2db5242c5caaee41c83e68df8d47d7 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::weibull_distribution<> u;
   VERIFY( u.a() == 1.0 );
   VERIFY( u.b() == 1.0 );
index 63898021db1ad55fe6f2a0aaa8eeca3a3b1da79e..88dd2daabe52b3a3d2a5d2e4ad577c34e3c14b78 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::weibull_distribution<> u(2.0, 3.5);
   VERIFY( u.a() == 2.0 );
   VERIFY( u.b() == 3.5 );
index f828bffdf26f3e58408c6a53e74f7cc365b18a0f..b721be9f193711c7a2b77f4f7e3b1f1a15e4318e 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::weibull_distribution<double> u(2.0, 3.5), v, w;
 
   VERIFY( v == w );
index 75b5f6bdf69453d0c3ad88e4971236eab7612df9..d98a2173ad6827c6277ecb51bad85385d07b4d01 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::weibull_distribution<double> u(2.0, 3.5), v, w;
 
   VERIFY( u != v );
index 73921b1b33a2f71ee297c717a5899f2f1ab9fcaa..130c7b280db1af70e836d7c2f2f28b3152969c39 100644 (file)
@@ -50,7 +50,6 @@ assignment(std::size_t start, std::size_t size, std::size_t stride)
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
   std::srand(20020717);         
   using std::rand;
   VERIFY(construction(rand(), rand(), rand()));
index 976c93d8b486b89b0ac347c64d19d9aaa3408b40..a5725f3b4fe24fb0a3190bbb0f63d8e8a0cbe3c3 100644 (file)
@@ -23,7 +23,6 @@
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
   using std::valarray;
   using std::slice;
   valarray<int> v(1, 10), w(2, 10);
index a6e78b54fef673ee4e685a2388cf38b0c7d2beb0..cfc29203f11068eded2e54d8dd9e9a75023eab67 100644 (file)
@@ -22,8 +22,6 @@
 // libstdc++/27867
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::valarray<int> v1(100, 1);
   std::valarray<int> v2(100, 1);
   std::valarray<bool> v3(true, 1);
index eab707afb8473420a97f759e411153bb61740923..fdd5d2b216cc504ba6d7b1e1b50723a2a237cae4 100644 (file)
@@ -29,8 +29,6 @@
 // libstdc++/28277
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const std::valarray<int> v1(1, MAX_SIZE);
 
   const std::valarray<int> v2 = v1.shift(1);
index e62404562b6258d399792eed60d9f7ae09e01879..cfb305509f1c5a6556c3a5f4024f5edf79ae3a01 100644 (file)
@@ -44,7 +44,6 @@ init_vala(std::valarray<int>& v, size_t first, size_t last, int val)
 // libstdc++/30416
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   // shift
index a1916f9f0cc5eca354ae50c91994cd1bf526ab06..bb79e63d557cc444b27ba81858afe06cea890ce9 100644 (file)
@@ -21,8 +21,6 @@
 // DR 543. valarray slice default constructor
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::valarray<int> v1(10);
   std::valarray<int> v2 = v1[std::slice()];
   VERIFY( v2.size() == 0 );
index 147834f9b5d6ee0344fc02cb6897d5f756cebcaf..5f1ea778ee93331eefc0b5a74d3f172c77bf4428 100644 (file)
@@ -21,7 +21,6 @@
 // DR 630.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   valarray<int> v1;
index 550044aa7e15cdbdee16e920be5a92ef95b41d6f..2d84d0ddb043816d913923d7b61c251d7631f8ba 100644 (file)
@@ -23,7 +23,6 @@
 // DR 630.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   valarray<int> v1;
index 577c7941bf4d9de82ae4bc62e6c78f9dbf7a5e03..590d167787fe2f4f19f0dab8aea48dc435c5ba0d 100644 (file)
@@ -21,8 +21,6 @@
 // libstdc++/57666
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::valarray<int> a(3), b(3), d1, d2;
   d1 = a;
   VERIFY( d1.size() == 3 );
index aca82b74027942fee7abea31165de822faffef2f..698c8d50123a7f096bf40d4d63893de2489779d6 100644 (file)
 
 using namespace std;
 
-int test01()
+void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   valarray<int> m({ 1, 5, 37 });
   VERIFY(m.size() == 3);
   VERIFY(m[0] == 1);
@@ -38,8 +36,6 @@ int test01()
   VERIFY(m[0] == 28);
   VERIFY(m[1] == 37);
   VERIFY(m[2] == 102);
-
-  return test;
 }
 
 int main()
index 9f097363812495c40f4c707363f315360dc8e55e..d0162c95d8dcbc2e0f754fc04f7b1103fa5e29e2 100644 (file)
@@ -22,8 +22,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::valarray<int> a(1, 1), b(-1, 2);
   b = std::move(a);
   VERIFY( b.size() == 1 && b[0] == 1 && a.size() == 0 );
index 27b2c03d7cc8713f69237fb5d0c30bc10b197d95..ea02210c2f0c4004ba386161d4cb476a15018915 100644 (file)
@@ -23,7 +23,6 @@
 
 void test01() // check unary operators
 {
-  bool test __attribute__((unused)) = true;
   std::valarray<int> u(1);
   u[0]=1;
 
@@ -35,7 +34,6 @@ void test01() // check unary operators
 
 void test02() // check binary operators
 {
-  bool test __attribute__((unused)) = true;
   std::valarray<int> u(1), v(1);
   u[0]=1;
   v[0]=3;
index 6e9647a9980fc89c8d1d5e6d3871d96f5485553b..091ae44564fc2b8cba88e2cb82a0d2967a24a2f5 100644 (file)
@@ -22,8 +22,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::valarray<int> a(1, 1), b(-1, 2);
   b.swap(a);
   VERIFY( b.size() == 1 && b[0] == 1
index 9acb5e112c472b0889b51598f46f8a3a3f988bcd..b7d81da154b0108b180f1b6f1fe30cfe1678ccb3 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::deque<int> d{ 10, 11, 12, 14, 15, 17, 18, 19 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::deque<int> d{ 10, 11, 12, 14, 15, 17, 18, 19 };
   std::experimental::erase(d, 14);
   std::deque<int> t{ 10, 11, 12, 15, 17, 18, 19 };
index ce4c5528f6e3e02a720ad2f7145287c678437ba3..5c80fb7ab4d1ba98187c72391a5067f68eb6312d 100644 (file)
@@ -28,7 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
   std::error_code ec;
 
   // Test non-existent path.
@@ -74,8 +73,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   const auto p = __gnu_test::nonexistent_path();
   create_directory(p, fs::current_path(), ec);
@@ -98,8 +95,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   const auto p = __gnu_test::nonexistent_path();
   create_directories(p / "longer_than_small_string_buffer", ec);
@@ -117,8 +112,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = false;
-
   const fs::directory_iterator it;
   VERIFY( it == fs::directory_iterator() );
 }
@@ -126,8 +119,6 @@ test04()
 void
 test05()
 {
-  bool test __attribute__((unused)) = false;
-
   auto p = __gnu_test::nonexistent_path();
   create_directory(p);
   create_directory_symlink(p, p / "l");
index fcd9705ca6f256cc2fb48a6846601be4aa6eed33..37b26066774c8e3a947fb37b83dbb36c173fa2ff 100644 (file)
@@ -28,7 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
   std::error_code ec;
 
   // Test non-existent path.
@@ -101,8 +100,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   const auto p = __gnu_test::nonexistent_path();
   create_directories(p / "d1/d2", ec);
@@ -128,8 +125,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   const auto p = __gnu_test::nonexistent_path();
   create_directories(p / "longer_than_small_string_buffer", ec);
@@ -147,8 +142,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = false;
-
   // libstdc++/71004
   const fs::recursive_directory_iterator it;
   VERIFY( it == fs::recursive_directory_iterator() );
@@ -157,8 +150,6 @@ test04()
 void
 test05()
 {
-  bool test __attribute__((unused)) = false;
-
   auto p = __gnu_test::nonexistent_path();
   create_directory(p);
   create_directory_symlink(p, p / "l");
index 64cc29da601ef6a8c047a6eb8fc0389f765befa4..512447d46f43c377bc4edfd4c32e987a8d5cd4d6 100644 (file)
@@ -30,8 +30,6 @@ using std::experimental::filesystem::path;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   for (const path& p : __gnu_test::test_paths)
     VERIFY( absolute(p).is_absolute() );
 }
@@ -39,8 +37,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   path p1("/");
   VERIFY( absolute(p1) == p1 );
   VERIFY( absolute(p1, "/bar") == p1 );
index 4d501ae8a0c609db524dd76f8b8889c3849a5dee..b643048c9637648c02f8080e5576811e42615e5a 100644 (file)
@@ -28,8 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   auto p = __gnu_test::nonexistent_path();
   canonical( p, ec );
@@ -64,8 +62,6 @@ void
 test02()
 {
 #if __cpp_exceptions
-  bool test __attribute__((unused)) = false;
-
   fs::path p = "rel", base = __gnu_test::nonexistent_path();
   fs::path e1, e2;
   try {
index 2ccd1c53d6b7f7bbe28f664287efc22204242945..0d112a21ff61664335e2ed4825599dec01435e16 100644 (file)
@@ -32,8 +32,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   auto p = __gnu_test::nonexistent_path();
   std::error_code ec;
 
@@ -59,8 +57,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   auto from = __gnu_test::nonexistent_path();
   auto to = __gnu_test::nonexistent_path();
   std::error_code ec;
@@ -98,8 +94,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = false;
-
   auto from = __gnu_test::nonexistent_path();
   auto to = __gnu_test::nonexistent_path();
 
@@ -124,8 +118,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = false;
-
   auto from = __gnu_test::nonexistent_path();
   auto to = __gnu_test::nonexistent_path();
   std::error_code ec;
@@ -136,8 +128,6 @@ test04()
 void
 test05()
 {
-  bool test __attribute__((unused)) = false;
-
   auto to = __gnu_test::nonexistent_path();
   std::error_code ec;
 
index 684ba7e869c9e412d90618c86d6e358872076332..9cb09d3ebaffd6cacd5996a7630b12c7aa510a70 100644 (file)
@@ -29,7 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
   using std::experimental::filesystem::copy_options;
   std::error_code ec;
 
index 7c69a48da507b0d33cc14bad30d42f1829434ef9..efc005cfd0978d7bbae2e06f93dac058482917d1 100644 (file)
@@ -28,7 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
   std::error_code ec;
 
   // Test empty path.
index 9ef7483d483fad1c2ac2e56507d1b8af6daca097..e34c7704a52ec837f926b3e36cdcefc0c80beda0 100644 (file)
@@ -28,7 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
   std::error_code ec;
 
   // Test empty path.
index 056675aab39e521bdb6feb0a967e20221e5c79fa..ad1a84ea5d072c7de272fa71f9210200eb3d3b99 100644 (file)
@@ -30,8 +30,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   fs::path dot(".");
   fs::path cwd = fs::current_path();
   std::error_code ec;
@@ -42,8 +40,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   auto oldwd = fs::current_path();
   auto tmpdir = fs::temp_directory_path();
   current_path(tmpdir);
index 30341da8bce2e99317566739789a4962ece9b5ec..0eaa671d55207c94eee39b21867147a4fe9bcb5e 100644 (file)
@@ -28,8 +28,6 @@ using std::experimental::filesystem::path;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   VERIFY( exists(path{"/"}) );
   VERIFY( exists(path{"/."}) );
   VERIFY( exists(path{"."}) );
@@ -40,8 +38,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   path rel = __gnu_test::nonexistent_path();
   VERIFY( !exists(rel) );
 }
@@ -49,8 +45,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = false;
-
   path abs = absolute(__gnu_test::nonexistent_path());
   VERIFY( !exists(abs) );
 }
index f217e8500455c26d32a72dc1f2d4fe7fed41d4a1..6ca8b65988306ad0bfd532895ba667951b0d6b62 100644 (file)
@@ -28,8 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   size_t size = fs::file_size(".", ec);
   VERIFY( ec == std::errc::is_a_directory );
@@ -48,8 +46,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   fs::path p = __gnu_test::nonexistent_path();
 
   std::error_code ec;
index b1aea2012e9a0a99aff1856731be06c1c6f02622..dee55a53cdb1dfbdbc6bf267e97cd51f5f69e0a6 100644 (file)
@@ -35,7 +35,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   using time_type = std::experimental::filesystem::file_time_type;
 
   auto p = __gnu_test::nonexistent_path();
index bbdd7bf473f10bf91b16b2bac515004764173404..07e83664a6746f7b204a9f849220fed5ac49f0e3 100644 (file)
@@ -29,7 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   using perms = std::experimental::filesystem::perms;
 
   auto p = __gnu_test::nonexistent_path();
index 8f5991c612abe68cf7b1d87f2fed7deb29e77170..257cbceb77a38e22a7db399f9839f89f44291fc4 100644 (file)
@@ -28,8 +28,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   std::error_code ec;
   fs::file_status st1 = fs::status(".", ec);
   VERIFY( !ec );
@@ -42,8 +40,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   fs::path p = __gnu_test::nonexistent_path();
 
   std::error_code ec;
index 2277ab0ea3e178af6bd29cdccc27ccdbf4f18d99..6e202c98dde1ba1e7554b196a39601c6470263d8 100644 (file)
@@ -38,8 +38,6 @@ namespace fs = std::experimental::filesystem;
 void
 test01()
 {
-  bool test __attribute__((unused)) = false;
-
   clean_env();
 
   if (!fs::exists("/tmp"))
@@ -56,8 +54,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = false;
-
   clean_env();
 
   if (::setenv("TMPDIR", __gnu_test::nonexistent_path().string().c_str(), 1))
index 6868959a439e4573f16db704116068282f9fb512..2bf0edc39c54e3da2ade811097ef69bb6e465cfc 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using namespace std::experimental::filesystem;
   const std::string s = "abc";
   path p(s);
@@ -43,8 +41,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   using namespace std::experimental::filesystem;
   const char* s = "abc";
   path p(s);
index 4f644957e69a03cdc0bac9fb177ddefcd6f25af6..0079ed67d11c6d120008335e8be9de370679085a 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::forward_list<int> fl{ 10, 11, 12, 14, 15, 17, 18, 19 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::forward_list<int> fl{ 10, 11, 12, 14, 15, 17, 18, 19 };
   std::experimental::erase(fl, 14);
   std::forward_list<int> t{ 10, 11, 12, 15, 17, 18, 19 };
index ed9e95493c81a21209f908580d83a60677165903..9e5a3fe854fcfc294692d478fbf0cf0c0e59a456 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::list<int> l{ 10, 11, 12, 14, 15, 17, 18, 19 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::list<int> l{ 0, 11, 0, 0, 22, 33, 0, 0, 44, 0 };
   std::experimental::erase(l, 0);
   std::list<int> t{ 11, 22, 33, 44 };
index 5e4f0b51f684903d1bfdb616c4325ddf57a19f25..4890b839081563de8d4aa43f10e25edb9925b76c 100644 (file)
@@ -28,8 +28,6 @@ auto is_odd_pair = [](const std::pair<const int, std::string>& p)
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::map<int, std::string> m{ { 10, "A" }, { 11, "B" },
                                { 12, "C" }, { 14, "D" },
                                { 15, "E" }, { 17, "F" },
@@ -43,8 +41,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::multimap<int, std::string> mm{ { 20, "S" }, { 21, "T" },
                                      { 22, "U" }, { 22, "V" },
                                      { 23, "W" }, { 23, "X" },
index deea575009bf1c61991f381419f1e86cc9466af4..4ad5a82eb505a6599c0be5cd7068984d05776afd 100644 (file)
@@ -60,7 +60,6 @@ void
 test01()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a;
   std::experimental::shared_ptr<A[]> a1;
@@ -98,8 +97,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p(new A[5]);
   std::experimental::shared_ptr<A[5]> p1;
   std::experimental::shared_ptr<A[]> p2;
index c313a3644f7e93e6deede08066cd28d70542ab4b..fafa6eb13649ac1a7ef9e8aac73539d33516b3c6 100644 (file)
@@ -36,8 +36,6 @@ struct B : A
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   // test empty shared_ptrs compare equivalent
   std::experimental::shared_ptr<A[5]> p1;
   std::experimental::shared_ptr<B[5]> p2;
@@ -50,8 +48,6 @@ test01()
 int
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> A_default;
 
   std::experimental::shared_ptr<A[5]> A_from_A(new A[5]);
index 2247a76c9ab75b8d4a9a2c63e5cfe2f61157e870..3e96139ef9cd6c6fe23670d484dd0ac3402b18b8 100644 (file)
@@ -43,7 +43,7 @@ struct B : A
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
+  bool test = true;
 
   std::experimental::shared_ptr<A[5]> a;
   std::experimental::shared_ptr<bool> b1(a, &test);
@@ -59,8 +59,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> a(new A[5]);
   std::experimental::shared_ptr<int> i1(a, &a[0].i);
   VERIFY( i1.use_count() == 2 );
@@ -73,8 +71,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<B> b(new B);
   std::experimental::shared_ptr<A> a1(b, b.get());
   std::experimental::shared_ptr<A> a2(b, &b->a);
index 2ef8184df803817bd5577358f40d220be180563f..b0f0b1ecfb4b98e70a2cb7d10ee278791a835153 100644 (file)
@@ -42,7 +42,6 @@ long D::delete_count = 0;
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
   tracker_allocator_counter::reset();
 
   std::experimental::shared_ptr<A[5]> p1(new A[5], deletefunc, tracker_allocator<A[5]>());
index 9638f6277ab727e73470761d26f79286c9838740..1f1c70b79425b58a16d2d72bd8ac4743a974052c 100644 (file)
@@ -63,7 +63,6 @@ int
 test01()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1;
   std::experimental::shared_ptr<A[5]> a2(a1);
@@ -80,7 +79,6 @@ int
 test02()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1(new A[5]);
   std::experimental::shared_ptr<A[5]> a2(a1);
@@ -97,7 +95,6 @@ int
 test03()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1(new A[5], &deleter);
   std::experimental::shared_ptr<A[5]> a2(a1);
@@ -114,7 +111,6 @@ int
 test04()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1(std::experimental::shared_ptr<A[5]>
                                           (new A[5]));
@@ -131,7 +127,6 @@ int
 test05()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1(new A[5]);
   std::experimental::shared_ptr<A[]> a2(a1);
@@ -150,7 +145,6 @@ int
 test06()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<B> a1(new B);
   std::experimental::shared_ptr<A> a2(a1);
index 0ff79cf338ac5007ff25cdfa840e0afcaa121a89..e675c57cdfe105499f715851c40586da94c8f8a0 100644 (file)
@@ -30,8 +30,6 @@ struct A { };
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> a;
   VERIFY( a.get() == 0 );
 
index 1297e21cb0f807490486d36ab76ed6ed63812263..f1040577a1d1637b05a05c95b40edc4edd906cd9 100644 (file)
@@ -55,7 +55,6 @@ struct reset_count_struct
 int test01()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1;
   std::experimental::shared_ptr<A[5]> a2(std::move(a1));
@@ -71,7 +70,6 @@ int
 test02()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a1(new A[5]);
   std::experimental::shared_ptr<A[5]> a2(std::move(a1));
@@ -86,7 +84,6 @@ int
 test03()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> b(new A[5], D());
   std::experimental::shared_ptr<A[5]> b1(std::move(b));
@@ -108,7 +105,6 @@ void
 test04()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[5]> a(std::move(std::experimental
                                         ::shared_ptr<A[5]>
@@ -123,7 +119,6 @@ void
 test05()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::experimental::shared_ptr<A[]> a(std::move(std::experimental
                                         ::shared_ptr<A[5]>
index 53d54f5538493fbb44482e5c0b128bae7b773c6b..5a14f7cbb8b57f87ebcd91a5e18f68b1d0ff7bf5 100644 (file)
@@ -31,8 +31,6 @@ struct B : A { };
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = 0;
   std::experimental::shared_ptr<A> p(a);
   VERIFY( p.get() == 0 );
@@ -43,8 +41,6 @@ test01()
 int
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   std::experimental::shared_ptr<A[5]> p(a);
   VERIFY( p.get() == a );
@@ -55,8 +51,6 @@ test02()
 int
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   B * const b = new B[5];
   std::experimental::shared_ptr<A[5]> p(b);
   VERIFY( p.get() == b );
index fcc910eb50a6a70b3de8275d0b28940a88d5cd52..5b4938b33ef8efc26e24415a647e8eea2035bf2a 100644 (file)
@@ -36,8 +36,6 @@ struct A : std::experimental::enable_shared_from_this<A>
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::unique_ptr<A[]> up(new A[5]);
   std::experimental::shared_ptr<A> sp(std::move(up));
   VERIFY( up.get() == 0 );
index 69292c5d1f99bb0b5197d9d3ffe6f8b6dacb9164..71cf583af32b326fe8feb002e117793057c6d923 100644 (file)
@@ -30,8 +30,6 @@ struct A { };
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   A * a = new A[5];
   std::experimental::shared_ptr<A[5]> a1(a);
   std::experimental::weak_ptr<A[5]> wa(a1);
index 855a8e9b1473eafe2fc05667ba59585ab9c3db10..600c0c6c2c09a97a1bbdd12b226e7b8030147402 100644 (file)
@@ -67,7 +67,6 @@ int
 test01()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   {
     std::experimental::shared_ptr<A[5]> a;
@@ -85,7 +84,6 @@ int
 test02()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   {
     std::experimental::shared_ptr<B[5]> a;
@@ -104,7 +102,6 @@ int
 test03()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   {
     std::experimental::shared_ptr<B[]> a;
index 3f8f88ba1f5a74a90e5b481f258514c7051b2b10..e0be63bea4d764de6775496e0711ca58bcbd063c 100644 (file)
@@ -37,8 +37,6 @@ long D::delete_count = 0;
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   std::experimental::shared_ptr<A[5]> p1(a);
   std::experimental::shared_ptr<A[5]> p2(p1);
@@ -52,8 +50,6 @@ test01()
 int
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   B * const b = new B[5];
   std::experimental::shared_ptr<A[5]> p1(a);
@@ -68,8 +64,6 @@ test02()
 int
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   {
     std::experimental::shared_ptr<A[5]> p1;
     p1.reset(new B[5], D());
index 6169533cf9ad8c16bddc2b803ad62dccf9b58758..8d74422240d7c9562d8066e3460fccea97e5ad62 100644 (file)
@@ -30,8 +30,6 @@ struct A { };
 int
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a1 = new A[5];
   A * const a2 = new A[5];
   std::experimental::shared_ptr<A[5]> p1(a1);
index ca4bfbd5db1acc88b7ae37084bcc22a3e56876cb..75bb4903df37d1e040bfdab44f0a0ddccd0ed957 100644 (file)
@@ -30,8 +30,6 @@ struct A { };
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const std::experimental::shared_ptr<A[5]> p1;
   VERIFY( static_cast<bool>(p1) == false );
   const std::experimental::shared_ptr<A[5]> p2(p1);
@@ -41,8 +39,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p1(new A[5]);
   VERIFY( static_cast<bool>(p1) );
   std::experimental::shared_ptr<A[5]> p2(p1);
@@ -55,8 +51,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p1(new A[5]);
   std::experimental::shared_ptr<A[5]> p2(p1);
   p2.reset(new A[5]);
index bae6bfa79936e9e6eabcdcf576b7fac129f30478..94a65889ae2cdb62bfde2a67d2294d5ed3c8501c 100644 (file)
@@ -34,8 +34,6 @@ struct A
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   const std::experimental::shared_ptr<A[5]> p(a);
   VERIFY( p.get() == a );
@@ -64,8 +62,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   const std::experimental::shared_ptr<A[5]> p(a);
   VERIFY( p.get() == a );
@@ -75,8 +71,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = true;
-
   A * const a = new A[5];
   const std::experimental::shared_ptr<A[5]> p(a);
   VERIFY( &p[0].i == &a[0].i );
index 50c3be3d3b6f2c3a6d94d3dece56c6392529868b..0303b1f73e755cf7d1e3d04149ac2107f9477c5d 100644 (file)
@@ -36,8 +36,6 @@ struct B : A { };
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   // test empty shared_ptrs compare equivalent
   std::experimental::shared_ptr<A[5]> p1;
   std::experimental::shared_ptr<B[5]> p2;
@@ -47,8 +45,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> a0;
 
   std::experimental::shared_ptr<A[5]> a1(new A[5]);
@@ -69,8 +65,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p1(new A[5]);
   std::experimental::shared_ptr<int> p2(p1, &p1[0].i);
   VERIFY( !p1.owner_before(p2) && !p2.owner_before(p1) );
index 7b8d8086d95a546c0e986d1b556a91f950629a1c..b591a7e319c37395f9c1830e4a9899113898db6e 100644 (file)
@@ -31,8 +31,6 @@ struct B : A { };
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const std::experimental::shared_ptr<A[5]> p1;
   VERIFY( p1.use_count() == 0 );
   const std::experimental::shared_ptr<A[5]> p2(p1);
@@ -42,8 +40,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p1(new A[5]);
   std::experimental::shared_ptr<A[5]> p2(p1);
   p1.reset();
@@ -54,8 +50,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   std::experimental::shared_ptr<A[5]> p1(new A[5]);
   std::experimental::shared_ptr<A[5]> p2(p1);
   p2.reset(new B[5]);
index eba47a919e51f09fd004a380a9b815c7ef43febe..16007b900f99893966f5b22d3dde6a5b41495b83 100644 (file)
@@ -86,8 +86,6 @@ void clear()
 void
 test01()
 {
-  bool test __attribute((unused)) = false;
-
   memory_resource* r = new_delete_resource();
   VERIFY(get_default_resource() == r);
   void *p = get_default_resource()->allocate(5);
@@ -109,8 +107,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute((unused)) = false;
-
   clear();
   {
     CountedResource cr;
@@ -126,8 +122,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute((unused)) = false;
-
   clear();
   CountedResource cr;
   polymorphic_allocator<A> pa(&cr);
@@ -144,8 +138,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute((unused)) = false;
-
   polymorphic_allocator<A> pa1(get_default_resource());
   polymorphic_allocator<A> pa2(get_default_resource());
   VERIFY(pa1 == pa2);
index 3fc42a464efdf66f939dfc898813875527fb2c59..7d9b55f37e15e88c82eaae5f94c22631ec0293b0 100644 (file)
@@ -28,8 +28,6 @@ using std::experimental::pmr::new_delete_resource;
 void
 test06()
 {
-  bool test __attribute((unused)) = false;
-
   memory_resource* r = null_memory_resource();
   bool caught = false;
 
index 63344282ac5b75331b4bc7453d6983df56bbc78e..980dd5b88fd7dff4cf4d81b00e326ec48f632065 100644 (file)
@@ -43,7 +43,6 @@ template<typename T>
 void
 test05()
 {
-  bool test __attribute((unused)) = false;
   using std::max_align_t;
   using std::uintptr_t;
   void* p = nullptr;
index 82113da5c689e87671d84a637142e485eedecbba..b534af4c9472559e555d6ff1befb11a31b09e259 100644 (file)
@@ -25,8 +25,6 @@ auto is_odd = [](const int i) { return i % 2 != 0; };
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::set<int> s{ 10, 11, 12, 14, 15, 17, 18, 19 };
   std::experimental::erase_if(s, is_odd);
   std::set<int> t{ 10, 12, 14, 18 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::multiset<int> ms{ 20, 21, 22, 22, 23, 23, 24, 25 };
   std::experimental::erase_if(ms, is_odd);
   std::multiset<int> t{ 20, 22, 22, 24 };
index 2709a3524e8e5377cc9b793e0ea0aaed24d12b8c..1d0c548e4c253e3218a541f91554e4f40682912a 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_vowel = [](const char c)
   {
     return c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u';
@@ -38,8 +36,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::string str = "cute fluffy kittens";
   std::experimental::erase(str, 'f');
   VERIFY( str == "cute luy kittens" );
index 47ccf9f6c650cb53375f2314631f8750e4bfa847..f6cb3eae67ed021896658698390537076788298c 100644 (file)
@@ -126,8 +126,6 @@ namespace std
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::basic_string_view<A<B>> str02;
   typedef std::experimental::basic_string_view< A<B> >::size_type size_type_o;
   size_type_o sz03;
index 6a48c5b2e414e7dc994d48d52407f3aa786a0f08..a90d78a2641dbf2fb6718863fadd7c84d5cbbff7 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
   typedef std::experimental::string_view::size_type csize_type;
 
   // basic_string_view()
index 0ff8d5306ec88cc9f0dcd3453fcab1f7c6feaa49..a40001ef7cd43f5128cc21c7cc1a8618ede0dc33 100644 (file)
@@ -27,7 +27,6 @@
 void
 test03()
 {
-  bool test [[gnu::unused]] = true;
   const char* with_nulls = "This contains \0 a zero byte.";
 
   // These are tests to see how basic_string_view handles data with NUL
index d35d8fb81bacbef80998aa4a2de126e0057c360c..d2f3aafd6fca1e5d78845062ee291dc46a031153 100644 (file)
 
 #include <experimental/string_view>
 #include <vector>
-#include <testsuite_hooks.h>
 
 void
 test05()
 {
-  bool test [[gnu::unused]] = true;
-
   char const * s = 0;
   std::experimental::string_view zero_length_built_with_NULL(s, 0);
 }
index 4876d1d2985028425e715ac12e1c35dbf8f0d761..515bde356617127e034b76fe2e30a30da3232704 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
   typedef std::experimental::wstring_view::size_type csize_type;
 
   // basic_string_view()
index 0625afdbf2040da24be251b7f5cfb37daeb6f844..dfce0a482aeec091bbf9552a42d6f8c375abf8a9 100644 (file)
@@ -25,7 +25,6 @@
 void
 test03()
 {
-  bool test [[gnu::unused]] = true;
   const wchar_t* with_nulls = L"This contains \0 a zero byte.";
 
   // These are tests to see how basic_string_view handles data with NUL
index bfd3c614e6ad1d44957eb380ffb30e32edb65ef0..d8c24f692a12f25cca56a97726b64277c912f32c 100644 (file)
 // basic_string_view constructors.
 
 #include <experimental/string_view>
-#include <testsuite_hooks.h>
 
 void
 test05()
 {
-  bool test [[gnu::unused]] = true;
-
   wchar_t const * s = 0;
   std::experimental::wstring_view zero_length_built_with_NULL(s, 0);
 }
index 848d8a37fb1a02bc834c66cd602bb45b5ceb4c89..1e8c99bfd937cefb5a6047a12c6b0d64a4c58f9d 100644 (file)
 #include <stdexcept>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   typedef std::experimental::string_view::const_reference cref;
   typedef std::experimental::string_view::reference ref;
@@ -62,8 +60,6 @@ test01()
   {
     VERIFY( false );
   }
-
-  return test;
 }
 
 int
index 9960edbfe4c7d9497874aec0a700f268b5c836f6..977e41e79ae197a78a8a01dba08a4b989ba5b61c 100644 (file)
@@ -24,8 +24,6 @@
 int
 main()
 {
-  bool test [[gnu::unused]] = true;
-
   {
     std::experimental::string_view empty;
     VERIFY( empty.empty() );
index da97523ec38c8ba3d2b9b69b3ecbcd140d3342d5..352ceefd6d00aa675a6a5000428f2991e35e142c 100644 (file)
@@ -24,8 +24,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::string_view str("ramifications");
   const std::experimental::string_view cstr("melodien");
 
index 419a6112947c0cc9216fd5a7da2c7ce522cbcce9..c6b7f68744a7e9dead07f37fd0b295ba0de409e2 100644 (file)
 #include <stdexcept>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   typedef std::experimental::wstring_view::const_reference cref;
   typedef std::experimental::wstring_view::reference ref;
@@ -62,8 +60,6 @@ test01()
   {
     VERIFY( false );
   }
-
-  return test;
 }
 
 int
index 9e74e6983f7869566f2e2d3b533b6b5cf57c1d09..d747cee2b02e4778e0c3aeccc01307c856538d87 100644 (file)
@@ -24,8 +24,6 @@
 int
 main()
 {
-  bool test [[gnu::unused]] = true;
-  
   {
     std::experimental::wstring_view empty;
     VERIFY( empty.empty() );
index bcd97983f199e84f2768a9205e163ff689b78ce4..49a81e21c015e8d0f012024cee37614bbbf23fd4 100644 (file)
@@ -24,8 +24,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::wstring_view str(L"ramifications");
   const std::experimental::wstring_view cstr(L"melodien");
 
index 31830b504b500068d09cd1d02a0cb3286215cdb6..285b26479632e654ddcb9a49ba6c4781876f2f13 100644 (file)
 #include <iostream>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   typedef std::experimental::string_view::const_reference cref;
   typedef std::experimental::string_view::reference ref;
@@ -56,8 +54,6 @@ test01()
   
   std::experimental::string_view hello_world;
   std::cout << hello_world;
-
-  return test;
 }
 
 int
index c642af436865e658ec955f7d41f1dd9bcb23a5c4..8cb97f628095477ac93a75a7e1189383aeb4e96f 100644 (file)
@@ -36,8 +36,6 @@
 void
 test05(std::size_t size)
 {
-  bool test [[gnu::unused]] = true;
-
   const char filename[] = "inserters_extractors-2.txt";
   const char fillc = 'f';
   std::ofstream ofs(filename);
@@ -51,11 +49,11 @@ test05(std::size_t size)
   // stress test
   ofs << str << std::endl;
   if (!ofs.good()) 
-    test = false;
+    VERIFY( false );
 
   ofs << str << std::endl;
   if (!ofs.good()) 
-    test = false;
+    VERIFY( false );
 
   VERIFY( str.size() == size );
   VERIFY( ofs.good() );
index b85463c0e4dc502b16aba3ff361299208a97420e..f9011cd1d8173774694c426d8a6ba344a26d1ad2 100644 (file)
@@ -32,8 +32,6 @@
 void
 test09()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::string_view foo{"peace\0\0\0& love"};
 
   std::ostringstream oss1;
index 4156ec8b4fb3753fef1b1e00cc36d3e4b24cced2..d16d003115e33ec62f48d9349c8a017e45cbf8f9 100644 (file)
@@ -37,8 +37,6 @@ test01()
   typedef basic_stringbuf<pod_ushort>  stringbuf_type;
   typedef basic_ostream<pod_ushort>    ostream_type;
 
-  bool test [[gnu::unused]] = true;
-
   string_type str;
   stringbuf_type strbuf01;
   ostream_type stream(&strbuf01);
index a07f57ae1ba76bec009cac6900cebb9887dabf85..12ee3f915996be72f5f60d5d922825ae3c50f685 100644 (file)
 #include <iostream>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   typedef std::experimental::wstring_view::const_reference cref;
   typedef std::experimental::wstring_view::reference ref;
@@ -61,8 +59,6 @@ test01()
   
   std::experimental::wstring_view hello_world;
   std::wcout << hello_world;
-
-  return test;
 }
 
 int
index 0f2b7798a9dd045853299719f124ba8653d8528f..20ed9bcd56dcc5a05f7d5f3b3f6860274f140794 100644 (file)
@@ -35,8 +35,6 @@
 void
 test05(std::size_t size)
 {
-  bool test [[gnu::unused]] = true;
-
   const char filename[] = "inserters_extractors-2.txt";
   const wchar_t fillc = L'f';
   std::wofstream ofs(filename);
@@ -49,12 +47,12 @@ test05(std::size_t size)
 
   // stress test
   ofs << str << std::endl;
-  if (!ofs.good()) 
-    test = false;
+  if (!ofs.good())
+    VERIFY( false );
 
   ofs << str << std::endl;
-  if (!ofs.good()) 
-    test = false;
+  if (!ofs.good())
+    VERIFY( false );
 
   VERIFY( str.size() == size );
   VERIFY( ofs.good() );
index 317b026282be40b665dc388c522da8de388fc6cd..af9fc1c4c9bd9e7fbfd66b64d73b4f6a6285616d 100644 (file)
@@ -31,8 +31,6 @@
 void
 test09()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::wstring_view foo{L"peace\0\0\0& love"};
   
   std::wostringstream oss1;
index 7de8c3d8de3a3e1d999ae6ad9a92b52747241012..a0b5f3989df93acd3dd4107ff449a44f376b3757 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   using namespace std::experimental;
 
   string_view str0{"olympus mons"};
index cdd0357aaf2d57d67c56dd78b6c7650474567b9d..9ebff02155a7de18bd435651f174879034a4e5d5 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   using namespace std::experimental;
 
   wstring_view str0{L"olympus mons"};
index 5a439f749b944548ff2416191ebe11a655a6ebbe..ab0b396b4e8bb66945bda77b518135c8c20117dc 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   using namespace std::experimental;
 
   string_view str0{"olympus mons"};
index eed241577a23a1bfa8d4618bac4b4ba2b0d0e000..48194586ac97bfb477659c184f9ae88c80de438f 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   using namespace std::experimental;
 
   wstring_view str0{L"olympus mons"};
index daf764b9c57197427bd4a912fcf85bbdf0e9154d..4b4350fecce6fc27972b8a62d3e224b00b86c94d 100644 (file)
@@ -41,7 +41,6 @@ test_value(int result, want_value expected);
 int
 test_value(int result, want_value expected)
 {
-  bool test [[gnu::unused]] = true;
   bool pass = false;
 
   switch (expected) {
index 16b0ba7e86a33f4090d14e4a149f3ef45a5392a1..3b5d02ff25c9661ade4b7555e5406b98e7c03d08 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std::experimental;
-  bool test [[gnu::unused]] = true;
 
   const char lit_01[]{ 'w', 'e', '\0', 'r', 'd' };
   const char lit_02[]{ 'w', 'e', 'i', '\0', 'd' };
index 11a23d6e66d005e1f53383dfd30a58bf43a3a502..772fb8969c9275bb9568babf7f149c7f223304bd 100644 (file)
@@ -40,7 +40,6 @@ test_value(int result, want_value expected);
 int
 test_value(int result, want_value expected)
 {
-  bool test [[gnu::unused]] = true;
   bool pass = false;
 
   switch (expected) {
index 270fc453dfbe499efb2ab61ac29579437219c1e0..696dd21cee1d345bad63a1f97388f8bf7c70f2b8 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std::experimental;
-  bool test [[gnu::unused]] = true;
 
   const wchar_t lit_01[] = { L'w', L'e', L'\0', L'r', L'd' };
   const wchar_t lit_02[] = { L'w', L'e', L'i', L'\0', L'd' };
index 80c3c1ca85f8bed63dec75aa3e723b92ee8185f6..9f33bd07c20b116114acce5881c06dcd4d206115 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
 
   const char str_lit01[] = "123456789A";
@@ -36,8 +34,6 @@ test01()
   csize_type len = str01.copy(buffer, sizeof(buffer), 8);
   VERIFY( 2 == len );
   VERIFY( '9' == buffer[0] );
-
-  return test;
 }
 
 int
index c453faa887feef66613f85d969ccb6641f5fb18a..e14c375b7079b2be1695b39ae427e713991f4929 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   csize_type csz01;
 
@@ -37,8 +35,6 @@ test01()
   csize_type len = str01.copy(buffer, sizeof(buffer), 8);
   VERIFY( 2 == len );
   VERIFY( L'9' == buffer[0] );
-
-  return test;
 }
 
 int
index d40d16d921fc6d26c124e3fc6b702cfd7e6ffd97..439cad62932c9057ece0ac541597bc19213b3ada 100644 (file)
@@ -25,8 +25,6 @@
 int
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::string_view empty;
 
   VERIFY( empty.size() == 0 );
index 1ae76d0dcf300b467fd429529427af90e81150e4..29a39aa10839a4c0eb36622c9e3e35f2ee051f58 100644 (file)
@@ -25,8 +25,6 @@
 int
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::wstring_view empty;
 
   VERIFY( empty.size() == 0 );
index 439af60b7247be1f7a074472a18cf8789d88cd75..f28534eee840f4358b2244a4676a3a32bedc617d 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   typedef std::experimental::string_view::const_reference cref;
   typedef std::experimental::string_view::reference ref;
@@ -85,8 +83,6 @@ test01()
   VERIFY( csz01 == csz02 );
   csz01 = str01.find('/');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index f5341676c8115627dbcb2585bb7979e5055958db..facb3caec863f2333af0e79cbf9733e2af39a095 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   csize_type npos = std::experimental::string_view::npos;
   csize_type csz01, csz02;
@@ -84,8 +82,6 @@ test02()
   csz01 = str01.find_first_of('z');
   csz02 = str01.size() - 1;
   VERIFY( csz01 == csz02 );
-
-  return test;
 }
 
 int
index bfc12b173280d3830c766c9dcf042af1ceea46a4..54633ebac2a8ab2bc9f452b636b4d3a4c16acbbd 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test03()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   csize_type npos = std::experimental::string_view::npos;
   csize_type csz01;
@@ -84,8 +82,6 @@ test03()
   VERIFY( csz01 == 0 );
   csz01 = str04.find_first_not_of('S');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index f497fb28036cd4e89fbdcbf5bbf531e099feaab8..330be3ebb2e85fc4135907aad34953febeb3ad3a 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   csize_type npos = std::experimental::string_view::npos;
 
index 2ca16ef24c308f4393ac30e8bca18c0c62943b6d..fb8151e2b1702b9ac2bb0a2c346e05fd631f2d01 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   typedef std::experimental::wstring_view::const_reference cref;
   typedef std::experimental::wstring_view::reference ref;
@@ -85,8 +83,6 @@ test01()
   VERIFY( csz01 == csz02 );
   csz01 = str01.find(L'/');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index 38eb3c20e6af1adee20a3dd8fec5136f8c2eaaa2..a25eee2e19b8251ae74b3ff4d7e30ecc1a60ddf3 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   csize_type npos = std::experimental::wstring_view::npos;
   csize_type csz01, csz02;
@@ -84,8 +82,6 @@ test02()
   csz01 = str01.find_first_of(L'z');
   csz02 = str01.size() - 1;
   VERIFY( csz01 == csz02 );
-
-  return test;
 }
 
 int
index d9a7e679445e4988fa13236c5fabe6b524492600..323bc69d6907d8025c79bf751beabbfd3a5c56f1 100644 (file)
 #include <experimental/string_view>
 #include <testsuite_hooks.h>
 
-bool
+void
 test03()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   csize_type npos = std::experimental::wstring_view::npos;
   csize_type csz01;
@@ -84,8 +82,6 @@ test03()
   VERIFY( csz01 == 0 );
   csz01 = str04.find_first_not_of(L'S');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index 0a4eb9ff2c92fba33802bfe0a104e4b54ce4d7a0..68a0c44d5f5e018556c69991ce0ee42352f3bbd1 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   csize_type npos = std::experimental::wstring_view::npos;
 
index c94b1f5296a3c1a8ed93a344451c9dab0672cf00..e81cff0d4807b7e00ddf71e788efe1f96b6d66b3 100644 (file)
 
 // basic_string_view rfind
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   typedef std::experimental::string_view::const_reference cref;
   typedef std::experimental::string_view::reference ref;
@@ -85,8 +83,6 @@ test01()
   VERIFY( csz01 == csz02 );
   csz01 = str01.rfind('/');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index 30ff7e8ec29aa18b2e2322479b539b3e1edf7b26..01fc6278ad63288ce66fc198cc4ad2df48996b6d 100644 (file)
 
 // basic_string_view::find_last_of
 
-bool
+void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::string_view z("ab");
   std::experimental::string_view::size_type pos;
   pos = z.find_last_of("ab");
@@ -43,8 +41,6 @@ test02()
   VERIFY( pos == 1 );
   pos = z.find_last_of('X');
   VERIFY( pos == std::experimental::string_view::npos );
-
-  return test;
 }
 
 int
index 3199b2d3fbd6d07b66b5a37de0953e73983d40c9..9fbb32676a8c650ddff33469e0af7b22138cf5ac 100644 (file)
 
 // basic_string_view::find_last_not_of
 
-bool
+void
 test03()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   std::experimental::string_view::size_type pos;
   csize_type npos = std::experimental::string_view::npos;
@@ -58,9 +56,8 @@ test03()
   VERIFY( pos == 0 );
   pos = z.find_last_not_of("Xa");
   VERIFY( pos == 1 );
-
-  return test;
 }
+
 int
 main()
 {
index 4bf5cb583bd13f20e8cbec418a3fa0382bc926c8..f1686f40e7b12113e1b03aba1673e90554614d84 100644 (file)
 
 // basic_string_view rfind
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   typedef std::experimental::wstring_view::const_reference cref;
   typedef std::experimental::wstring_view::reference ref;
@@ -85,8 +83,6 @@ test01()
   VERIFY( csz01 == csz02 );
   csz01 = str01.rfind(L'/');
   VERIFY( csz01 == npos );
-
-  return test;
 }
 
 int
index 5e9fab0774202e1aab35718e7ceb409407be84f9..8b9f8fd96a278831cae16a7ffb0d088c1bce52b9 100644 (file)
 
 // basic_string_view::find_last_of
 
-bool
+void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::wstring_view::size_type pos;
   std::experimental::wstring_view z(L"ab");
   pos = z.find_last_of(L"ab");
@@ -43,8 +41,6 @@ test02()
   VERIFY( pos == 1 );
   pos = z.find_last_of(L'X');
   VERIFY( pos == std::experimental::wstring_view::npos );
-
-  return test;
 }
 
 int
index 778d9de3ff8464e7b3ad196859d9a1d72c60ceee..1a2ccd555b2e5773659c50439515eae6eb25e801 100644 (file)
 
 // basic_string_view::find_last_not_of
 
-bool
+void
 test03()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   std::experimental::wstring_view::size_type pos;
   csize_type npos = std::experimental::wstring_view::npos;
@@ -58,9 +56,8 @@ test03()
   VERIFY( pos == 0 );
   pos = z.find_last_not_of(L"Xa");
   VERIFY( pos == 1 );
-
-  return test;
 }
+
 int
 main()
 {
index 69452c8962ad961bd857ca674ca67d476036e6e4..6763b987e79119c159e5ee7097fefd84b2b0c3b5 100644 (file)
 #include <stdexcept>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::string_view::size_type csize_type;
   typedef std::experimental::string_view::const_reference cref;
   typedef std::experimental::string_view::reference ref;
@@ -70,8 +68,6 @@ test01()
   {
     VERIFY( false );
   }
-
-  return test;
 }
 
 int
index 31f366864b7596654ce5eac02c9c7c01d2a9bf7b..8de2946dde4cdeb7a7bd8ea9f3667bb4534a7c38 100644 (file)
 #include <stdexcept>
 #include <testsuite_hooks.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   typedef std::experimental::wstring_view::size_type csize_type;
   typedef std::experimental::wstring_view::const_reference cref;
   typedef std::experimental::wstring_view::reference ref;
@@ -70,8 +68,6 @@ test01()
   {
     VERIFY( false );
   }
-
-  return test;
 }
 
 int
index 2c8c4882c04379ff5bf51ef6b16951fc07425967..6662de50a8e2d0c8799162e999918e9ea0f883c0 100644 (file)
 #include <testsuite_hooks.h>
 #include <testsuite_allocator.h>
 
-bool
+void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   const char str_lit[] = "123456789A";
   const std::experimental::string_view sv(str_lit);
   char buffer[4] = { 0 };
@@ -42,8 +40,6 @@ test01()
   VERIFY( std::equal(s1.begin(), s1.end(), s2.begin(), s2.end()) );
   auto s3 = static_cast<std::string>(sv);
   VERIFY( s3 == s1 );
-
-  return test;
 }
 
 int
index eda2fa4bfa63c33e5c73bbd291a000f19461999a..819f565c8b53fe72d74db2e84677b0a7c59bfab2 100644 (file)
@@ -115,8 +115,6 @@ template<class charT, class traits, class Allocator>
 int
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::string_view       str_0("costa rica");
   std::experimental::string_view       str_1("costa marbella");
   std::experimental::string_view       str_2("cost");
index 2c6addfedb0f4a92064c35e6fc890b37cc865ce7..cb8f57e8fbf19bd1cb48c38bcbb4f0d5424959b0 100644 (file)
@@ -115,8 +115,6 @@ template<class charT, class traits, class Allocator>
 int
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::experimental::wstring_view      str_0(L"costa rica");
   std::experimental::wstring_view      str_1(L"costa marbella");
   std::experimental::wstring_view      str_2(L"cost");
index 04ec5e18942fd4bd5d230e98c6a2739244406312..de603dbad1b5861e3eb412682781ed7f3d8f443a 100644 (file)
@@ -28,8 +28,6 @@ auto is_odd_pair = [](const std::pair<const int, std::string>& p)
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::unordered_map<int, std::string> um{ { 10, "A" }, { 11, "B" },
                                           { 12, "C" }, { 14, "D" },
                                           { 15, "E" }, { 17, "F" },
@@ -43,8 +41,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::unordered_multimap<int, std::string> umm{ { 20, "S" }, { 21, "T" },
                                                 { 22, "U" }, { 22, "V" },
                                                 { 23, "W" }, { 23, "X" },
index df2c11a661b2c44820443637719dde1c11368567..8c35d0776156eb2d011ac89d6fa6ff5da647516e 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::unordered_set<int> us{ 10, 11, 12, 14, 15, 17, 18, 19 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::unordered_multiset<int> ums{ 20, 21, 22, 22, 23, 23, 24, 25 };
index 82359614b83b51039b6c1b59e75756f888e8cdfc..762527ef3016cf60b9a8a36609848424e1581b3f 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   auto is_odd = [](const int i) { return i % 2 != 0; };
 
   std::vector<int> v{ 10, 11, 12, 14, 15, 17, 18, 19 };
@@ -36,8 +34,6 @@ test01()
 void
 test02()
 {
-  bool test [[gnu::unused]] = true;
-
   std::vector<int> v{ 0, 11, 0, 0, 22, 33, 0, 0, 44, 0 };
   std::experimental::erase(v, 0);
   std::vector<int> t{ 11, 22, 33, 44 };
index 7ae128ffdd62705b9fef8ddea3bd8d15a0a7023c..232ef1d0dcbcdcf87d9ad05edc213aca359fa7fe 100644 (file)
@@ -29,8 +29,6 @@ array_type extern_array;
 
 void test01() 
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_cxx::__versa_string;
   typedef __gnu_cxx::array_allocator<char_type, array_type> allocator_type;
   typedef __versa_string<char_type, traits_type, allocator_type> string_type;
index fd9fabc183e467b0ac4e406eb4553999a0478b92..743485f232ee83ef2392bb0f6f91456ff1126cae 100644 (file)
@@ -30,8 +30,6 @@ array_type extern_array;
 
 void test01() 
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_cxx::__versa_string;
   typedef __gnu_cxx::array_allocator<char_type, array_type> allocator_type;
   typedef __versa_string<char_type, traits_type, allocator_type> string_type;
index 832d1bce064ca84967fb5cb4bf47db9f5675ceaf..4904d36b1d0f4ecfccb6870c7026666a0810c2b5 100644 (file)
@@ -29,8 +29,6 @@ array_type extern_array;
 
 void test01() 
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_cxx::__versa_string;
   typedef __gnu_cxx::array_allocator<char_type, array_type> allocator_type;
   typedef __versa_string<char_type, traits_type, allocator_type> string_type;
index 86ee8e5979c8b1de02801dcc2906bd705dd88ec8..d92501419ad89ce7d40d02c9df87a0f0e159c859 100644 (file)
@@ -28,7 +28,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   typedef std::tr1::array<pair_type, 3> array_type;
   array_type store;
index 0f608884096ee97d68a76adfca9968df966431f4..5fed671ff2b78c4b3b7b3a91173d6c5882c76157 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::bitmap_allocator<pair_type> alloc1;
 
index 83c96c94fbf9b8f8f0c461347b704b839bda8647..48d243c48a1c36bcf0ac31becf2db35b59dae688 100644 (file)
@@ -37,7 +37,6 @@ void test01()
   typedef __gnu_cxx::encoding_state                            state_type;
   typedef codecvt<int_type, ext_type, state_type>      unicode_codecvt;
 
-  bool test __attribute__((unused)) = true;
   const ext_type*      e_lit = "black pearl jasmine tea";
   int                  size = strlen(e_lit);
 
index 8517b4bd5b75e6dc93211aec12e59f6297703ba7..aef05c45bf4b00d6b42e1d3501b1615757e368a9 100644 (file)
@@ -62,7 +62,6 @@ void test01()
   typedef char_traits<int_type>                        int_traits;
   typedef char_traits<ext_type>                        ext_traits;
 
-  bool test __attribute__((unused)) = true;
   const ext_type*      e_lit = "black pearl jasmine tea";
   int                  size = strlen(e_lit);
 
index c8059fb6b8152404d01350322e81c593b4f97f04..2b035f4c3f4f211f4e48f66e4162cc780fcd975d 100644 (file)
@@ -62,7 +62,6 @@ void test02()
   typedef char_traits<int_type>                        int_traits;
   typedef char_traits<ext_type>                        ext_traits;
 
-  bool test __attribute__((unused)) = true;
   const ext_type*      e_lit = "black pearl jasmine tea";
   int                  size = strlen(e_lit);
 
index 0e4a6794f25ea161891b7cb3abbb2296e187719b..62fde65fe80709ebd6f703a72a8994da39760bea 100644 (file)
@@ -39,7 +39,6 @@ void test01()
   typedef char_traits<int_type>                        int_traits;
   typedef char_traits<ext_type>                        ext_traits;
 
-  bool test __attribute__((unused)) = true;
   int                  size = 23;
   char  e_lit_base[96] __attribute__((aligned(__alignof__(ext_type)))) =
   {
index 1bfc006b58f9ca69f009a2f490fc88bd2f3cde0c..c5a6d2e892cda7bf3303799df258e806d1a5dccb 100644 (file)
@@ -28,7 +28,6 @@ void test01()
   typedef filebuf_type::state_type state_type;
   typedef codecvt<char_type, char, state_type> enc_codecvt;
 
-  bool test __attribute__((unused)) = true;
   ios_base::openmode mode = ios_base::in | ios_base::out | ios_base::trunc;
   try
     {
index d9e101e21b21dcb0967d04d183eb6e1dd0e8dc5c..f83f478784c6605588e86b4e3215103e5937aed0 100644 (file)
@@ -29,7 +29,6 @@
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
   typedef char char_type;
   typedef __gnu_cxx::enc_filebuf<char_type> filebuf_type;
   typedef filebuf_type::state_type state_type;
index 965cac6e4efe9c9449b744bb2ee36056e8f9b8e2..169af8d828ca82b64f0f7416d5f4ef5be630ab09 100644 (file)
@@ -28,7 +28,6 @@ void test01()
   typedef filebuf_type::state_type state_type;
   typedef codecvt<char_type, char, state_type> enc_codecvt;
 
-  bool test __attribute__((unused)) = true;
   ios_base::openmode mode = ios_base::in | ios_base::out | ios_base::trunc;
   try
     {
index 3c61866b97813789576844f730c4c12d75fadb72..f4160d92350d069d60d60e86576c2e3924227961 100644 (file)
@@ -31,8 +31,6 @@ using __gnu_cxx::__const_pointer_cast;
 
 void 
 test01() {
-  bool test __attribute__((unused)) = true;
-
   typedef _Pointer_adapter<_Relative_pointer_impl<int> >       pointer;
   typedef _Pointer_adapter<_Relative_pointer_impl<const int> > const_pointer;
 
@@ -100,8 +98,6 @@ void inc3(_Pointer_adapter<_Relative_pointer_impl<const A> > a) {
 }
 
 void test02() {
-  bool test __attribute__((unused)) = true;
-
   B b;
   b.i = 2;
   b.j = 2;
@@ -150,8 +146,6 @@ void test02() {
 }
 
 void test03() {
-  bool test __attribute__((unused)) = true;
-
   B b;
   B* bPtr = &b;
   A* aPtr __attribute__((unused)) = __static_pointer_cast<A*>(bPtr);
@@ -172,8 +166,6 @@ void test03() {
 // Confirm the usability of the __static_pointer_cast<> template function
 // to transform between _Pointer_adapter and standard versions.
 void test04() {
-  bool test __attribute__((unused)) = true;
-
   B b;
   B_pointer bPtr = &b;
 
index 7a2e79ba28a3cc8ac112ac4a0823c7a8183e415d..d27f885cc96f382b8a76fe7cdb4127bc20cb3237 100644 (file)
@@ -45,8 +45,6 @@ typedef _Pointer_adapter<_Relative_pointer_impl<const A> > const_A_pointer;
 
 
 void test01(void) {
-  bool test __attribute__((unused)) = true;
-
   A a;
   B b;
 
index fd5050aab6610d8d14e8754e09ab0bff176f3c76..065c67a6daf7f253f5c53c07b3d7875a5d2ffa64 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::malloc_allocator<pair_type> alloc1;
 
index df2addac4612e1bb2fe4d814f1318dc4c19f3a2e..a29b2775b63cb35a8e137a2a844b5e2ea414d9f1 100644 (file)
@@ -27,8 +27,6 @@ struct big { char array[256]; };
 // __per_type_pool_policy
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef big value_type;
 
   using __gnu_cxx::__pool;
index 26f9e31713e1e2fe2a7601f437b077eb08995bea..c75a08fcb96d3d1219686b42c082c30fb0fc846d 100644 (file)
@@ -32,8 +32,6 @@
 // __common_pool_policy
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_cxx::__pool;
   using __gnu_cxx::__common_pool_policy;
 
index edbcc09ad40bc423612b69e3e6cdde8d60ad9438..2480cf538758076c08db7657ed55a7d8c7fdaabd 100644 (file)
@@ -32,8 +32,6 @@
 // __per_type_pool_policy
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_test::pod_int value_type;
 
   using __gnu_cxx::__pool;
index 6fe9dc2c95502b75808a09ac0c43cbf514510f9c..d897f361e2454fc86cf6260d511e8276dbe95eac 100644 (file)
@@ -41,8 +41,6 @@ struct test_policy<__common_pool_policy<__pool, false> >
 template<typename _Tp, typename _Cp>
 void test03()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::__pool_base::_Tune tune_type;
   typedef _Tp value_type;
   typedef _Cp policy_type;
index 26bc96ede57a86374675009096118a2ab81332a8..780ebff9fc72687e2f5ab2d268b5371d0948b4b3 100644 (file)
@@ -48,8 +48,6 @@ struct pod2
 template<typename _Tp, typename _Cp>
 void test04()
 {
-  bool test __attribute__((unused)) = true;
-  
   typedef __gnu_cxx::__pool_base::_Tune tune_type;
   typedef _Tp value_type;
   typedef _Cp policy_type;
index b9bb5b4c958bd8f72a12aa4f9a9e607994bacc78..b54e9efc1bc5f70380b0a8633991c4d6f8de1c43 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::__mt_alloc<pair_type> alloc1;
 
index 694e58a436f3a035c91bd426f2769da067c865eb..cde3828b85943fa9ddebd4dde8dc880c01633993 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::new_allocator<pair_type> alloc1;
 
index 0c6a70d744d8b7469d6d7be2d34e5240451858d7..384c04e95398198ec4ccfb93d7ee1f58f6b04156 100644 (file)
@@ -32,7 +32,7 @@ int main()
   typedef character<value_type, int_type>      char_type;
   typedef std::char_traits<char_type>          traits_type;
 
-  bool test __attribute__((unused)) = true;
+  bool test = true;
 
   // 1 char_type <-> value_type conversions
   value_type uc1 = 'c';
index cbcba3efa5cd8177e01d06d98dfc2ab5f3b0c89c..8e48eec6b3bcbe74c1e63ba49254069a7c0977e3 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::__pool_alloc<pair_type> alloc1;
 
index 8b1627a6278e9f5c9dc3a48e974eaff184445f93..dec037fdb503240d310bc187865eccbb3aec0e49 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::arcsine_distribution<> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 1.0 );
index 723c1366eb2b274fa1b92e4b8e5e21faf0427375..d01d550826a0db4eca49cd7d3dcfceee89920e2b 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::arcsine_distribution<> u(-1.5, 3.0);
   VERIFY( u.a() == -1.5 );
   VERIFY( u.b() == 3.0 );
index 090944bf5948a103268e1e7fa92b34632add9fd0..55c4b24d8b1851b099ef05fe3a98bcbdceb2fb8a 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::arcsine_distribution<double> u(-2.0, 3.0), v, w;
 
   VERIFY( v == w );
index 4305813ff4508724a1853c16aa71e9c175140798..abf678d82dedf3d9802cc959e01a981cc96b65e8 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::arcsine_distribution<double> u(-2.0, 3.0), v, w;
 
   VERIFY( u != v );
index 00fd52fd3b88c37e9ec8e6bcd6b840d472b23064..3c0faa394ff8d8bfd37cff40ae3a9bf956886fd6 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::arcsine_distribution<double> u(-1.5, 3.0), v;
   std::minstd_rand0 rng;
index 505f544493b58b4a70185e255dda43b1ba25d10b..713b20b255b3238ee360ae59c1e12f3e807b605a 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::beta_distribution<> u;
   VERIFY( u.alpha() == 1.0 );
   VERIFY( u.beta() == 1.0 );
index d3b91149fe0d31541b608da7fd29cde436b0d8f2..56214393238f9e91644e7ba9668547434b82a444 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::beta_distribution<> u(1.5, 3.0);
   VERIFY( u.alpha() == 1.5 );
   VERIFY( u.beta() == 3.0 );
index cae66984414d2c409ff102ead9a9a564f2ea2c10..e304c5b5d03b8a06a44020c9ecf2e24111f2dfb9 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::beta_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( v == w );
index 6bcabcf186543541a4dd08fd1332b7014e8255f2..e4ca655c431898b9d311ce671e22019cc013767a 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::beta_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( u != v );
index 938bbef5ed66bcccf127a38277ad628151d7c17a..db8231803808d4b927398f5afe520c177016f736 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::hoyt_distribution<> u;
   VERIFY( u.q() == 0.5 );
   VERIFY( u.omega() == 1.0 );
index fd50f432cab88d7b83376cb4ecb8b12c37a45aec..b6ea0b8dba99679b24ae2a98fbe3a9e65629d9de 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::hoyt_distribution<> u(0.05, 3.0);
   VERIFY( u.q() == 0.05 );
   VERIFY( u.omega() == 3.0 );
index 95bb1871b09dc42e3106857ffa8bc8d7a5c07940..03775f8c652f594f448d8b59e703f1fedb983083 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::hoyt_distribution<double> u(0.05, 3.0), v, w;
 
   VERIFY( v == w );
index daafddd15d8133518902e519ee49e112d5483ccc..1c07cfc1b6d89fe4d195a234c5e867987f06dab4 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::hoyt_distribution<double> u(0.05, 3.0), v, w;
 
   VERIFY( u != v );
index a9bd760b380580e30605b6131dc57f775de1d146..a2c1f2cfc86b98148a1dee3565321cba275d91df 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::hoyt_distribution<double> u(0.05, 3.0), v;
   std::minstd_rand0 rng;
index f7a23dcad852a360f8bc98b17139437908888bbb..f17f081cef08176ab45512963857b68b49a7a43d 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::hypergeometric_distribution<> u;
   VERIFY( u.total_size() == 10 );
   VERIFY( u.successful_size() == 5 );
index 2cd5ebeadf20bcdc1305f51f4db823c596c5f3d6..ac5ec68e024621f52027b92fa4ce9a645ec3e1ac 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::hypergeometric_distribution<> u(15, 3, 2);
   VERIFY( u.total_size() == 15 );
   VERIFY( u.successful_size() == 3 );
index 55b798700b5fadf48db16df0408f2eeec5b6c4fe..ed0072ba9003e09c3f09df74b409519e401b71af 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::hypergeometric_distribution<unsigned int> u(20, 3, 2), v, w;
 
   VERIFY( v == w );
index 16a6bf646ad5fbacbd235703d443ff23bef2c382..b40a74a81dad72df268f58284d1bb3901b46f947 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::hypergeometric_distribution<unsigned int> u(20, 3, 5), v, w;
 
   VERIFY( u != v );
index 14b785ce53280f153cc6cd18147c4a34cb7c8f13..f4cdd0c24861fb1c2857a21fe43504d1fa13b813 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::stringstream str;
   __gnu_cxx::hypergeometric_distribution<unsigned int> u(15, 3, 6), v;
   std::minstd_rand0 rng;
index a7ec6608a68e0a3d1a5acd7188f5838b7bddf475..cbe41714acd8d3bc93d019de750fe25c1e9d9dc2 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::k_distribution<> u;
   VERIFY( u.lambda() == 1.0 );
   VERIFY( u.mu() == 1.0 );
index beb87be379886bf094c1ebc4e48f04e159e27402..abdbe05f7631681d6d16cc448375a5316210671f 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::k_distribution<> u(2.0, 1.5, 3.0);
   VERIFY( u.lambda() == 2.0 );
   VERIFY( u.mu() == 1.5 );
index e42361f31d5243ea78d3f9bb37a22ba86171164c..d216d38eeb6d3a240bc47b28a6474d3c87b2b5a3 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::k_distribution<double> u(2.0, 1.5, 3.0), v, w;
 
   VERIFY( v == w );
index 06ae178e4a7e7dbdb05d378c32e718819e240179..fae841704fbd93130769a1a7f5c7c5f1d2e8e5bc 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::k_distribution<double> u(2.0, 1.5, 3.0), v, w;
 
   VERIFY( u != v );
index bc518e8f53d6577c1034035821812be502c64f66..d572cc9b7ae55b8c6ffc1e9d6ebca1f33cc34013 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::k_distribution<double> u(2.0, 1.5, 3.0), v;
   std::minstd_rand0 rng;
index 7f153aa96b13cc2511451244ecc97f9cbf2194a4..b7340654cdab2b30c2517d11f554b38af620b95d 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::logistic_distribution<> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 1.0 );
index 7531ed5e7f41cebb9f26acd21fcf89fdfd7a841e..b222fd7d43e30c7a765a0eec7fcda9274dcb29f4 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::logistic_distribution<> u(1.5, 3.0);
   VERIFY( u.a() == 1.5 );
   VERIFY( u.b() == 3.0 );
index 1248632a255789fdd86f0c7b77a4d3232f0449c4..051ac58fe0d8b2d5e5b605b0131b63058035a7ed 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::logistic_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( v == w );
index a8794c90422ec94e1a1213e161a2de6f813900f1..c4a7fc9d908c54df30c0779b12616fff54f4cfc0 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::logistic_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( u != v );
index a3acbf254d5d9a7def2a77cbe4cab3260b98f594..4e1c45816377a64f1dec6a6907567e3f00a8eeb0 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::stringstream str;
   __gnu_cxx::logistic_distribution<double> u(1.5, 3.0), v;
   std::minstd_rand0 rng;
index 4877abca5dad810a09e69a12fa0aca839874adf3..08c650cfc528d7e3911defa31bdf39ba08db79fa 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::nakagami_distribution<> u;
   VERIFY( u.mu() == 1.0 );
   VERIFY( u.omega() == 1.0 );
index 94727d844d20c6d39292ebdbb9d64b0b0f39fbe2..4cdc4866f4d50aec45979716dd992fe12288063d 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::nakagami_distribution<> u(1.5, 3.0);
   VERIFY( u.mu() == 1.5 );
   VERIFY( u.omega() == 3.0 );
index 60f6552d276f51409c64a9e9347e939ee69cfc86..0b7de2969546cf3e148e49124c05527921b379e8 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::nakagami_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( v == w );
index 3fa865fe4f7679c08c128d50b6bf079676f64396..e9807a874899dead74c94e4d393f8050411fc115 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::nakagami_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( u != v );
index 27e2ec4e20e0568258bc136a4e72e3febb4bc9e9..c2f90f56f51f63985705a5f809759b8d6e0fbf64 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::nakagami_distribution<double> u(1.5, 3.0), v;
   std::minstd_rand0 rng;
index e78e85b4f8c922a85e0b217b274c05ef8e365e2e..0c261118fd2abdbd4ec9a3ab084af5200ae3532f 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::normal_mv_distribution<2> u;
   VERIFY( u.mean()[0] == 0.0 );
   VERIFY( u.mean()[1] == 0.0 );
index b9d3166288e56d21033c68ac977163900650dabd..33c4cfbe6856397e358f28ddd2cf4705d447db44 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::normal_mv_distribution<2> u({5.0, 4.0}, {4.0, 9.0});
   VERIFY( u.mean()[0] == 5.0 );
   VERIFY( u.mean()[1] == 4.0 );
index 1196eedb67c7ab90f15436297847f9fdc5968573..523d196df1ba3770435f85c1d0ec8f463f0928c1 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::normal_mv_distribution<2,double> u({5.0, 4.0}, {2.0, 1.5}), v, w;
 
   VERIFY( v == w );
index ac154dd804be98f87170ed90bcc33f0e27cc1c0b..0d11698f248d5ea0178b2a7ffb8f771eaa6dcd1d 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::normal_mv_distribution<2,double> u({3.0, 5.0}, {1.0, 2.0}), v, w;
 
   VERIFY( u != v );
index d5359e6bb07eace1a8922e1690eabeb0ea933ea7..8035023fc5caf7a25164addf7237008000791192 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::pareto_distribution<> u;
   VERIFY( u.alpha() == 1.0 );
   VERIFY( u.mu() == 1.0 );
index ef25dc8c6548621f810ffae3e645672803d2911c..16c06f97a230855b66712063f2308099a25ead3b 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::pareto_distribution<> u(1.5, 3.0);
   VERIFY( u.alpha() == 1.5 );
   VERIFY( u.mu() == 3.0 );
index 7a9d29b8b6a5edf789eef5dd03caa8e758b86b36..9e254f9c7a93b6bffb3e6ee9edddf9d500f190b2 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::pareto_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( v == w );
index df6fda02552fbc2f7724487860f8e051ee03bbaf..3bfeccbdc0d4c734399925d15650ce6891b7584e 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::pareto_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( u != v );
index 2485889d7e275c5692911e53484a86961c3ba312..4143bd29df89a72473194c7f5f74f20b82f9f42c 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::pareto_distribution<double> u(1.5, 3.0), v;
   std::minstd_rand0 rng;
index 72bf5c03f1c80b3ffc73ab07e9c1c044e77cf147..f2c7766305e418e5c47f740f996d5abe8a311c07 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::rice_distribution<> u;
   VERIFY( u.nu() == 0.0 );
   VERIFY( u.sigma() == 1.0 );
index 8636cbef1e5bd8f2dfb307b6579d47ac9888ccdd..fb1bd0cb52233d55928f9e0850c96491bc4b179b 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::rice_distribution<> u(1.5, 3.0);
   VERIFY( u.nu() == 1.5 );
   VERIFY( u.sigma() == 3.0 );
index b7ab05d4aa5ba69aa79fbfb1c7a0a4777f4679b1..67a44d51e72542c042832391536fde523c9a464d 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::rice_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( v == w );
index f2c4c830d08ccd2c6105bacbac752d8425041595..f3a7871e6706558883e3cd35a41d0da98e3e3f6e 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::rice_distribution<double> u(2.0, 3.0), v, w;
 
   VERIFY( u != v );
index 53a40048b418921d927626eef99592358787b44b..c830fadf79e6e92c0fcb6e2fc2d64298d535d7f6 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::rice_distribution<double> u(1.5, 3.0), v;
   std::minstd_rand0 rng;
index 82bbd8d94098359f5ac8388c60cf88c660524d84..8e600ee538f06285b6bd6b5f1bd0e78a5ee580e0 100644 (file)
@@ -49,8 +49,6 @@ void run_test(std::initializer_list<typename SFMT::result_type> vals)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::sfmt19937 e;
 
   VERIFY( e.min() == 0 );
index b1beb4572ebf238a521800de64218c5e8698fd25..d1b4943e16d8da0dc944d07164216395302aa158 100644 (file)
@@ -31,8 +31,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::sfmt19937 u, v;
 
   VERIFY( u == v );
index 86b7e3039911247b31a43d285fe9dbb9367a3c03..e0e2cd932296189e567716953e604693ea30153e 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::sfmt19937 u, v;
 
   VERIFY( !(u != v) );
index 12efd7a9fab17baee171db576397acb7d5627427..7abba194f765ec7ce128370b712e8e2b22ee829f 100644 (file)
@@ -32,8 +32,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::stringstream str;
   __gnu_cxx::sfmt19937 u, v;
 
index f860532246cbd375a7b19b02e2ec5b0cca3fb65f..3cc37685243eb3add565400e9622d917f1585d22 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::triangular_distribution<> u;
   VERIFY( u.a() == 0.0 );
   VERIFY( u.b() == 0.5 );
index 57d613a114be10015029f68bb6e247d21cd02dc5..400590a19809fea132cc59c740564d4468f99678 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::triangular_distribution<> u(1.5, 3.0, 3.5);
   VERIFY( u.a() == 1.5 );
   VERIFY( u.b() == 3.0 );
index d57f73c2a562d10fa6424575fe047a8f3d8df816..84d547eb397aa702f0cbaac71a778772ff960244 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::triangular_distribution<double> u(1.5, 3.0, 4.0), v, w;
 
   VERIFY( v == w );
index 19f36bc8d4f3e5202d1d5ca5eb81f403c3d0491c..eae39074f6c497370f07813835867a04cac9f49a 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::triangular_distribution<double> u(1.5, 3.0, 5.0), v, w;
 
   VERIFY( u != v );
index 6df971c9e07512b885fe01da2da7ff7ad27cbfb9..b945357ed514039e75d100a18a23964bedce29f3 100644 (file)
 // 26.5.1.6 Random number distribution requirements [rand.req.dist]
 
 #include <ext/random>
-#include <testsuite_hooks.h>
 
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::uniform_on_sphere_distribution<2> u2;
   __gnu_cxx::uniform_on_sphere_distribution<3> u3;
   __gnu_cxx::uniform_on_sphere_distribution<4, double> u4;
index 252c99aa6d90981b6baf6f06e046472240242d22..3a3e3552ce4a85b485d1ae4ca98848ff7572306c 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::uniform_on_sphere_distribution<3> u, v;
 
   VERIFY( u == v );
index b6fef7cf3ac01563ecac86f0d813d3968013415d..f7f584b75e98351570535a7e3ef4a79408c1b426 100644 (file)
@@ -30,7 +30,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
   std::minstd_rand0 rng;
 
   __gnu_cxx::uniform_on_sphere_distribution<3> u3;
index 23366dde7669cd540a726702a1159a6456c4489b..12433505350712cd56397b0456a422c74eccf7a7 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   __gnu_cxx::uniform_on_sphere_distribution<3> u, v;
 
   VERIFY( !(u != v) );
index 67265366dbea50dc87d0c8806dc57da1ea8cf6fb..1157e31295681a1f7ee519ebb6c648365a1a4015 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::stringstream str;
   __gnu_cxx::uniform_on_sphere_distribution<3> u, v;
   std::minstd_rand0 rng;
index 141e6faf5b09b103c150f1e31b30b5fbbaa2c408..022e51e4fe48c1baf666d76c4ec07758770557c6 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::von_mises_distribution<> u;
   VERIFY( u.mu() == 0.0 );
   VERIFY( u.kappa() == 1.0 );
index b5657370c18c782a1cc483eed35c7a35c2103e11..aee72f91bbc2e442b4cc6b360ad2e110ea9ed6ca 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::von_mises_distribution<> u(1.5, 3.0);
   VERIFY( u.mu() == 1.5 );
   VERIFY( u.kappa() == 3.0 );
index 88c26af285232c0c756fb07fad8ab0f0835f50ee..65fc6844462bb1d9a4a2ef7bfca6e8adf7a7fa55 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::von_mises_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( v == w );
index 997813ab8466b442ede40aa32e4f7f5932f4d979..cf19415555f76a9764f8711673834755a4975053 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::von_mises_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( u != v );
index dbe2e9eb00baaef42e278657f35dca70ef9b65e8..374472376231f3885b9e818ccf332ad6376c595a 100644 (file)
@@ -25,7 +25,6 @@ test01()
 {
   using namespace std;
   using namespace __gnu_cxx;
-  bool test __attribute__((unused)) = true;
 
   crope r(10000, 'x');
   crope r2 = r + "abc" + r;
index 6eb5a658487b4fdbcaebcb92219dfee594e4be22..4277dfab8a75a2d899ecd59b3ed103fcc61a7a48 100644 (file)
@@ -79,7 +79,6 @@ void
 test01()
 {
   using namespace __gnu_cxx;
-  bool test __attribute__((unused)) = true;
 
   crope r;
   r = multiply(crope(base), 100000);
index f73e8bffadccecbc5c028de7ca679e5238e31273..39ef43445be7eb0d67e2331e00684652f7e728e6 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::crope r1("wibble");
   __gnu_cxx::crope r2;
   std::copy( r1.begin(), r1.end(),
index aa558164bbf273a606415611822c5280b9538705..068f02328dd0e881eb4d2e942b890dccd3945d75 100644 (file)
@@ -44,7 +44,6 @@ void* thread_main(void *)
 
   // Please note that the memory leak in the rope implementation with
   // this test case, existed before and after fixing this bug...
-  bool test __attribute__((unused)) = true;
   VERIFY( !std::strcmp (data4, "barbazbonglehellohellohello") );
   return 0;
 }
@@ -52,8 +51,6 @@ void* thread_main(void *)
 int
 main()
 {
-  bool test __attribute__((unused)) = true;
-
   pthread_t tid[max_thread_count];
 
 #if defined(__sun) && defined(__svr4__) && _XOPEN_VERSION >= 500
index 6c4f8faad92199bcc36a21267740af60b91e1f6f..bffdb4e13d0b87cc15290d975484891657729b75 100644 (file)
@@ -46,7 +46,6 @@ test01()
   long double d = __gnu_cxx::conf_hyperg(al, cl, xl);
   long double e = __gnu_cxx::conf_hypergl(al, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -77,7 +76,6 @@ test02()
   long double d = __gnu_cxx::conf_hyperg(al, cl, xl);
   long double e = __gnu_cxx::conf_hypergl(al, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -108,7 +106,6 @@ test03()
   long double d = __gnu_cxx::conf_hyperg(al, cl, xl);
   long double e = __gnu_cxx::conf_hypergl(al, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index d863ae8df933ceae46bf56c62cc65e60358e7e9d..b1001642ddd4f791742a6b1801ce16fd947303f2 100644 (file)
@@ -3610,7 +3610,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_conf_hyperg<Tp> (&data)[Num], Tp toler)
   {
-    bool test __attribute__((unused)) = true;
     const Tp eps = std::numeric_limits<Tp>::epsilon();
     Tp max_abs_diff = -Tp(1);
     Tp max_abs_frac = -Tp(1);
index 31b81a693818586afc56f63ff11460eacb35a55a..7127096f5c3f0cabb4e62aa699dd142d65dd93b1 100644 (file)
@@ -50,7 +50,6 @@ test01()
   long double d = __gnu_cxx::hyperg(al, bl, cl, xl);
   long double e = __gnu_cxx::hypergl(al, bl, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -85,7 +84,6 @@ test02()
   long double d = __gnu_cxx::hyperg(al, bl, cl, xl);
   long double e = __gnu_cxx::hypergl(al, bl, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -120,7 +118,6 @@ test03()
   long double d = __gnu_cxx::hyperg(al, bl, cl, xl);
   long double e = __gnu_cxx::hypergl(al, bl, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -155,7 +152,6 @@ test04()
   long double d = __gnu_cxx::hyperg(al, bl, cl, xl);
   long double e = __gnu_cxx::hypergl(al, bl, cl, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 5a7a4a6f6706e63e43341311d67b7b7810093137..e605b619aee23c11f5226a6f963ce77e48dfe6bf 100644 (file)
@@ -11558,7 +11558,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_hyperg<Tp> (&data)[Num], Tp toler)
   {
-    bool test __attribute__((unused)) = true;
     const Tp eps = std::numeric_limits<Tp>::epsilon();
     Tp max_abs_diff = -Tp(1);
     Tp max_abs_frac = -Tp(1);
index 1f838529fef9aa39e57159abbaa05a310b3a3663..ce9668461af72494a0bb9fabc6e19fabcc765b5f 100644 (file)
@@ -26,7 +26,6 @@
 void test1()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   FILE* file = fopen("tmp_10063-1", "w");
   putc('0', file);
index ed664040b6b3cfff6c293249de1130908f81c3b5..35dee4e04c879fb7c242d5030f8c84e30805bb32 100644 (file)
@@ -29,7 +29,6 @@
 void test2()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   filebuf fbuf;
   fbuf.open("tmp_10063-2", ios_base::out | ios_base::trunc);
index 46351fa7a1ab2ffeaba15c5bb6532f7ad5d160b6..b4d5d02c1885abe402e40de62b31bd9b3532ce44 100644 (file)
@@ -29,7 +29,6 @@
 void test3()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   filebuf fbuf;
   fbuf.open("tmp_10063-3", ios_base::out | ios_base::trunc);
index 50c2f641cfbe419b1af1319ffae95d5664e47de8..0f35ee4d6e419205c9baeb5c787e2ffaee790367 100644 (file)
@@ -32,7 +32,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_file1";
   FILE* file = fopen(name, "w");
index 347447bb5e0478ba22a32ed9de2a4fa5c194c8c5..00269941bb2733d83a4a75d62f94c622fabd856d 100644 (file)
@@ -27,7 +27,6 @@ void test01()
 {
   using namespace std;
 
-  bool test __attribute__((unused)) = true;
   const char* c_lit = "black pearl jasmine tea";
   unsigned size = strlen(c_lit);
   const char* name = "stdiobuf-1.txt";
index d56b1aa891701f9aa0ad4f5c7abef0267c876aa9..69156faef16cdb319a421db07f85ebb1d8feb0e8 100644 (file)
@@ -25,7 +25,6 @@
 // libstdc++/12048
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index f970866fd37f2eb0d14719fb5fdf8c68a64c2966..6f9ad6910e6a7e808c3085fcae42a289ebd2a599 100644 (file)
@@ -25,7 +25,6 @@
 // libstdc++/12048
 void test03()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index 99033d5b845125c88216120375469eaf82963e3d..943977d5f435026fe80dc347c3822d85ae6769d2 100644 (file)
@@ -25,7 +25,6 @@
 // libstdc++/12048
 void test04()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index 3dd200b9c6c0ad8af743e4ae0509e2aae598fcca..309f40a758214faa5595a02892fbb4252e923853 100644 (file)
@@ -25,7 +25,6 @@
 // libstdc++/12048
 void test05()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index d8755aa60dccedba1362447a2162309fec6bbe67..08d2c0584d46ad43864fb358c28e37b4a247668b 100644 (file)
@@ -26,7 +26,6 @@ void test01()
   using namespace std;
   typedef char_traits<wchar_t> traits_type;
 
-  bool test __attribute__((unused)) = true;
   const char* c_lit = "black pearl jasmine tea";
   const wchar_t* w_lit = L"black pearl jasmine tea";
   unsigned size = strlen(c_lit);
index 0319f3c438163798a38c1676bebdcc62603964db..23e3a5e336dbebbbaf361ab066ac3d2e5c72570b 100644 (file)
@@ -26,7 +26,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_12077";
 
index 7614ce9ff2b3619b8d9b65c9ee781c8ea617a29e..e6f93ab4a96fb4050bfa09f742c23e4c716895c7 100644 (file)
@@ -23,7 +23,6 @@
 // libstdc++/12048
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index e0d69ed41756d95472fd9bb9f6a3a5455077f6ed..a7ffdb2636b0022d8a173b662963c23511b3c92e 100644 (file)
@@ -23,7 +23,6 @@
 // libstdc++/12048
 void test03()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index 6b19abaa8b20c5b9be7ca2b41968958f2f2c57c5..de79ded78a76f8d21ac43394e583185867a4082a 100644 (file)
@@ -23,7 +23,6 @@
 // libstdc++/12048
 void test04()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index 4d3d4500e761e4af43faf00be02fc964615ad69d..e6d79361550cfa0ba78190207b60d81f7c535b07 100644 (file)
@@ -23,7 +23,6 @@
 // libstdc++/12048
 void test05()
 {
-  bool test __attribute__((unused)) = true;
   const char* name = "cin_unget-1.txt";
 
   std::FILE* file = std::fopen(name, "r");
index 438f2b17827c162eef575967a62a96d9f784902e..60fc96bd2619f2b7cdefa113f71fae46cb85f278 100644 (file)
@@ -27,7 +27,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::pair<int, char> pair_type;
   __gnu_cxx::throw_allocator_random<pair_type> alloc1;
 
index f0a2b0818bede979ae256d841961f9c3075b8137..0825e2fa68f7052ba95db0397606bdf81c1f67f7 100644 (file)
@@ -25,7 +25,6 @@ template<typename T>
   void
   check_add_unsigned()
   {
-    bool test __attribute__((unused)) = true;
     typedef typename __gnu_cxx::__add_unsigned<T>::__type unsigned_type;
     VERIFY( std::tr1::is_unsigned<unsigned_type>::value );
   }
index ada9d3de6f8db778218d66240b3845259b3aaa0d..013c5490404a92c000c2d4c7158371c5234fc8f5 100644 (file)
@@ -25,7 +25,6 @@ template<typename T>
   void
   check_remove_unsigned()
   {
-    bool test __attribute__((unused)) = true;
     typedef typename __gnu_cxx::__remove_unsigned<T>::__type signed_type;
     VERIFY( std::tr1::is_signed<signed_type>::value );
   }
index b20d81616f69c1d726e7e02ba6bd084d02ea7ea1..779ab8523ca2ca8b8cf6fd27760f6bf932e07df4 100644 (file)
@@ -23,8 +23,6 @@
 // libstdc++/29134
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__vstring vs;
 
   VERIFY( vs.max_size() <= vs.get_allocator().max_size() );
index 5d0b6120fb39ca3ba293f662c675376e7417e262..604802f9cb316a499e9e4459065a53c2610625a5 100644 (file)
@@ -25,8 +25,6 @@
 // libstdc++/42573
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__vstring vs(100, 'a');
   vs.push_back('b');
   vs.push_back('b');
index e820382a165a75b89ae2d9fec4c8b4e4a52286b2..bad61125a5268d12ec1eed61c5544cab12058bb6 100644 (file)
@@ -25,8 +25,6 @@ typedef __gnu_cxx::__versa_string<char> string;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   string s1("string");
   string s2("");
   std::swap(s1, s2);
index ed645f522dee3d666ad571cc459210997929e510..289735cbfcd95b5659d776d560a52a0ac3b3296b 100644 (file)
@@ -29,8 +29,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__sso_string a,b;
   a.push_back('1');
   b = std::move(a);
@@ -43,8 +41,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__rc_string a,b;
   a.push_back('1');
   b = std::move(a);
index 39daf7cba313072074706737f84b65bf3e402d85..372861fb0fdedbde0a794bd758c8fab64e497817 100644 (file)
@@ -25,8 +25,6 @@
 // PR c++/58163
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const __gnu_cxx::__vstring cs;
         __gnu_cxx::__vstring  s;
 
index 16ab94d207da6093493bf9a4ea03dc34623a8508..86765a08c68d18dccceb0ffe4c429dbed2d9c2ee 100644 (file)
@@ -26,7 +26,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   __gnu_cxx::__vstring str("ramifications");
   const __gnu_cxx::__vstring cstr("melodien");
index 75da0a80a4b9b6bb295bf29e2fb176107a371f29..ff7890c0d078731d9d759a639cc8a1c5bcec514f 100644 (file)
@@ -25,8 +25,6 @@
 // PR c++/58163
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const __gnu_cxx::__wvstring cs;
         __gnu_cxx::__wvstring  s;
 
index 4ac4a145725fc23770cf88018c1177ce160e5116..ed26bb0e03b201c682e67406d2ac16c3b93f8f66 100644 (file)
@@ -26,7 +26,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   __gnu_cxx::__wvstring str(L"ramifications");
   const __gnu_cxx::__wvstring cstr(L"melodien");
index acbf36d01182c90b755d9960adf2ac9a51ce8679..93caa1239a9ce5dc0a74a363807ab6f16ce9c736 100644 (file)
@@ -25,8 +25,6 @@
 // libstdc++/47773
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::__vstring vstring_t;
   typedef std::unordered_map<vstring_t, int> map_t;
 
index 6856451aac024417860f537bc2bc82100d577e1e..392f5ab6ce6d3a1ba12a00b8f98f2f96de9b1751 100644 (file)
@@ -25,8 +25,6 @@
 // libstdc++/47773
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::__wvstring vstring_t;
   typedef std::unordered_map<vstring_t, int> map_t;
 
index 1318ffe2edb0e66e1582832ab453a508de670052..41ef3b37e88e099d70ae636b1a791b69a845eb11 100644 (file)
 #include <ext/vstring.h>
 #include <testsuite_hooks.h>
 
-int test01(void)
+void test01(void)
 {
-  bool test = true;
-
   __gnu_cxx::__vstring s1 = { 'a', 'b', 'c' };
   VERIFY(s1 == "abc");
 
@@ -59,8 +57,6 @@ int test01(void)
   i2 = i1+6;
   s1.replace(i1, i2, { 'y', 'z' });
   VERIFY(s1 == "mnyzo");
-
-  return test;
 }
 
 int main()
index 0b4a5cc79feabdc6c20ea42642eef9fdb5f64f29..fa26196cf2c0592cbdbe424a53bc5c91f4f982f0 100644 (file)
@@ -32,7 +32,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   ostringstream oss_01;
   const __gnu_cxx::__vstring str_01(50, 'a');
index 67e02b1fb12234a4462641c1385bda0698131c57..aa8c0d757c5d01b20a666812c779934b5d09714c 100644 (file)
@@ -32,7 +32,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   wostringstream oss_01;
   const __gnu_cxx::__wvstring str_01(50, L'a');
index fd09f3b6bd4b051986cf5b0d1022ac2f3458ba02..73a6559f3223c9f1f70bd4e5d24f0e2fb4f31141 100644 (file)
@@ -28,8 +28,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__sso_string a, b;
   a.push_back('1');
   b.assign(std::move(a));
@@ -38,8 +36,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   __gnu_cxx::__rc_string a, b;
   a.push_back('1');
   b.assign(std::move(a));
index d1ceb5b8d177cbe9d385d7c31f3ad7920be895b8..eec61b243f9451e3da9e0e534cf26a82c267e95e 100644 (file)
 #include <testsuite_hooks.h>
 
 template<typename StrT>
-int test01()
+void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const StrT cstr("Badger");
   StrT str = cstr;
   str.pop_back();
@@ -33,8 +31,6 @@ int test01()
 
   str += cstr.back();
   VERIFY( str == cstr );
-
-  return test;
 }
 
 int main()
index a4716df1d490e9a13c99007abdb9915263628637..9a2127f88442373150e2cbac113af076b8d1ab8f 100644 (file)
 #include <testsuite_hooks.h>
 
 template<typename StrT>
-int test01()
+void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const StrT cstr(L"Badger");
   StrT str = cstr;
   str.pop_back();
@@ -33,8 +31,6 @@ int test01()
 
   str += cstr.back();
   VERIFY( str == cstr );
-
-  return test;
 }
 
 int main()
index af403b74a45133b7941853ca8859785bba13b37d..b5b4da380b47cdf271068fc77434cd9603714d8a 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_cxx::__vstring;
 
   VERIFY( (__vstring("abc") + __vstring("def")
index 72127563c63d8b090ccbfff7185f92028d01c69c..8196b4feff53bd0e1583e3733fe23c7846b2d8d2 100644 (file)
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_cxx::__vstring;
   using std::move;