container_access.cc: Remove 'test' variables.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 13 Oct 2016 19:37:45 +0000 (19:37 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 13 Oct 2016 19:37:45 +0000 (19:37 +0000)
2016-10-13  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/24_iterators/container_access.cc: Remove 'test' variables.
* testsuite/24_iterators/istream_iterator/2.cc: Likewise.
* testsuite/24_iterators/istreambuf_iterator/2.cc: Likewise.
* testsuite/24_iterators/istreambuf_iterator/2627.cc: Likewise.
* testsuite/24_iterators/operations/next.cc: Likewise.
* testsuite/24_iterators/operations/prev.cc: Likewise.
* testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise.
* testsuite/24_iterators/random_access_iterator/26020.cc: Likewise.
* testsuite/24_iterators/range_access_cpp14.cc: Likewise.
* testsuite/24_iterators/reverse_iterator/11729.cc: Likewise.
* testsuite/24_iterators/reverse_iterator/3.cc: Likewise.
* testsuite/25_algorithms/adjacent_find/vectorbool.cc: Likewise.
* testsuite/25_algorithms/all_of/1.cc: Likewise.
* testsuite/25_algorithms/any_of/1.cc: Likewise.
* testsuite/25_algorithms/binary_search/2.cc: Likewise.
* testsuite/25_algorithms/binary_search/partitioned.cc: Likewise.
* testsuite/25_algorithms/clamp/1.cc: Likewise.
* testsuite/25_algorithms/clamp/2.cc: Likewise.
* testsuite/25_algorithms/copy/1.cc: Likewise.
* testsuite/25_algorithms/copy/2.cc: Likewise.
* testsuite/25_algorithms/copy/3.cc: Likewise.
* testsuite/25_algorithms/copy/34595.cc: Likewise.
* testsuite/25_algorithms/copy/4.cc: Likewise.
* testsuite/25_algorithms/copy/deque_iterators/1.cc: Likewise.
* testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc:
Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc:
Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc:
Likewise.
* testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc:
Likewise.
* testsuite/25_algorithms/copy_backward/deque_iterators/1.cc: Likewise.
* testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise.
* testsuite/25_algorithms/copy_n/1.cc: Likewise.
* testsuite/25_algorithms/copy_n/2.cc: Likewise.
* testsuite/25_algorithms/copy_n/3.cc: Likewise.
* testsuite/25_algorithms/copy_n/4.cc: Likewise.
* testsuite/25_algorithms/copy_n/50119.cc: Likewise.
* testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise.
* testsuite/25_algorithms/equal_range/2.cc: Likewise.
* testsuite/25_algorithms/equal_range/partitioned.cc: Likewise.
* testsuite/25_algorithms/fill/1.cc: Likewise.
* testsuite/25_algorithms/fill/2.cc: Likewise.
* testsuite/25_algorithms/fill/3.cc: Likewise.
* testsuite/25_algorithms/fill/4.cc: Likewise.
* testsuite/25_algorithms/fill_n/1.cc: Likewise.
* testsuite/25_algorithms/find/39546.cc: Likewise.
* testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: Likewise.
* testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: Likewise.
* testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc:
Likewise.
* testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc:
Likewise.
* testsuite/25_algorithms/find_if/1.cc: Likewise.
* testsuite/25_algorithms/find_if_not/1.cc: Likewise.
* testsuite/25_algorithms/for_each/1.cc: Likewise.
* testsuite/25_algorithms/heap/1.cc: Likewise.
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/25_algorithms/heap/moveable2.cc: Likewise.
* testsuite/25_algorithms/heap/vectorbool.cc: Likewise.
* testsuite/25_algorithms/includes/1.cc: Likewise.
* testsuite/25_algorithms/inplace_merge/1.cc: Likewise.
* testsuite/25_algorithms/inplace_merge/49559.cc: Likewise.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
* testsuite/25_algorithms/inplace_merge/moveable2.cc: Likewise.
* testsuite/25_algorithms/is_heap/1.cc: Likewise.
* testsuite/25_algorithms/is_heap_until/1.cc: Likewise.
* testsuite/25_algorithms/is_partitioned/1.cc: Likewise.
* testsuite/25_algorithms/is_permutation/1.cc: Likewise.
* testsuite/25_algorithms/is_permutation/2.cc: Likewise.
* testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise.
* testsuite/25_algorithms/is_sorted/1.cc: Likewise.
* testsuite/25_algorithms/is_sorted_until/1.cc: Likewise.
* testsuite/25_algorithms/iter_swap/20577.cc: Likewise.
* testsuite/25_algorithms/lower_bound/2.cc: Likewise.
* testsuite/25_algorithms/lower_bound/partitioned.cc: Likewise.
* testsuite/25_algorithms/make_heap/complexity.cc: Likewise.
* testsuite/25_algorithms/max/1.cc: Likewise.
* testsuite/25_algorithms/max/2.cc: Likewise.
* testsuite/25_algorithms/max/3.cc: Likewise.
* testsuite/25_algorithms/max/37547.cc: Likewise.
* testsuite/25_algorithms/max/4.cc: Likewise.
* testsuite/25_algorithms/min/1.cc: Likewise.
* testsuite/25_algorithms/min/2.cc: Likewise.
* testsuite/25_algorithms/min/3.cc: Likewise.
* testsuite/25_algorithms/min/37547.cc: Likewise.
* testsuite/25_algorithms/min/4.cc: Likewise.
* testsuite/25_algorithms/minmax/1.cc: Likewise.
* testsuite/25_algorithms/minmax/2.cc: Likewise.
* testsuite/25_algorithms/minmax/3.cc: Likewise.
* testsuite/25_algorithms/minmax/37547.cc: Likewise.
* testsuite/25_algorithms/minmax_element/1.cc: Likewise.
* testsuite/25_algorithms/move/1.cc: Likewise.
* testsuite/25_algorithms/move/deque_iterators/1.cc: Likewise.
* testsuite/25_algorithms/move_backward/1.cc: Likewise.
* testsuite/25_algorithms/move_backward/deque_iterators/1.cc: Likewise.
* testsuite/25_algorithms/next_permutation/moveable.cc: Likewise.
* testsuite/25_algorithms/none_of/1.cc: Likewise.
* testsuite/25_algorithms/nth_element/1.cc: Likewise.
* testsuite/25_algorithms/nth_element/2.cc: Likewise.
* testsuite/25_algorithms/nth_element/3.cc: Likewise.
* testsuite/25_algorithms/nth_element/moveable.cc: Likewise.
* testsuite/25_algorithms/nth_element/random_test.cc: Likewise.
* testsuite/25_algorithms/partial_sort/2.cc: Likewise.
* testsuite/25_algorithms/partial_sort/check_compare_by_value.cc:
Likewise.
* testsuite/25_algorithms/partial_sort/moveable.cc: Likewise.
* testsuite/25_algorithms/partial_sort/random_test.cc: Likewise.
* testsuite/25_algorithms/partial_sort_copy/2.cc: Likewise.
* testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise.
* testsuite/25_algorithms/partition/1.cc: Likewise.
* testsuite/25_algorithms/partition/moveable.cc: Likewise.
* testsuite/25_algorithms/partition_copy/1.cc: Likewise.
* testsuite/25_algorithms/partition_point/1.cc: Likewise.
* testsuite/25_algorithms/pop_heap/complexity.cc: Likewise.
* testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
* testsuite/25_algorithms/push_heap/complexity.cc: Likewise.
* testsuite/25_algorithms/random_shuffle/1.cc: Likewise.
* testsuite/25_algorithms/random_shuffle/moveable.cc: Likewise.
* testsuite/25_algorithms/rotate/1.cc: Likewise.
* testsuite/25_algorithms/rotate/moveable.cc: Likewise.
* testsuite/25_algorithms/rotate/moveable2.cc: Likewise.
* testsuite/25_algorithms/rotate/rotate.cc: Likewise.
* testsuite/25_algorithms/search/1.cc: Likewise.
* testsuite/25_algorithms/search_n/58358.cc: Likewise.
* testsuite/25_algorithms/shuffle/1.cc: Likewise.
* testsuite/25_algorithms/sort/1.cc: Likewise.
* testsuite/25_algorithms/sort/check_compare_by_value.cc: Likewise.
* testsuite/25_algorithms/sort/moveable.cc: Likewise.
* testsuite/25_algorithms/sort/random_test.cc: Likewise.
* testsuite/25_algorithms/sort/vectorbool.cc: Likewise.
* testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: Likewise.
* testsuite/25_algorithms/sort_heap/complexity.cc: Likewise.
* testsuite/25_algorithms/stable_partition/1.cc: Likewise.
* testsuite/25_algorithms/stable_partition/mem_check.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/2.cc: Likewise.
* testsuite/25_algorithms/stable_sort/3.cc: Likewise.
* testsuite/25_algorithms/stable_sort/49559.cc: Likewise.
* testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
Likewise.
* testsuite/25_algorithms/stable_sort/mem_check.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
* testsuite/25_algorithms/swap_ranges/1.cc: Likewise.
* testsuite/25_algorithms/unique/11480.cc: Likewise.
* testsuite/25_algorithms/unique/2.cc: Likewise.
* testsuite/25_algorithms/unique/moveable.cc: Likewise.
* testsuite/25_algorithms/unique_copy/1.cc: Likewise.
* testsuite/25_algorithms/unique_copy/2.cc: Likewise.
* testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
* testsuite/25_algorithms/upper_bound/2.cc: Likewise.
* testsuite/25_algorithms/upper_bound/partitioned.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/basic/string_01.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/basic/
string_range_00_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/basic/
string_range_01_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/basic/
string_range_02_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
anymatcher.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
cstring_questionmark.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
cstring_range.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/string_any.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
string_range_00_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
string_range_01_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
string_range_02_03.cc: Likewise.
* testsuite/28_regex/algorithms/regex_match/extended/
wstring_locale.cc: Likewise.
* testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc: Likewise.
* testsuite/28_regex/algorithms/regex_search/61720.cc: Likewise.
* testsuite/28_regex/algorithms/regex_search/basic/string_01.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc:
Likewise.
* testsuite/28_regex/algorithms/regex_search/ecma/flags.cc: Likewise.
* testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc: Likewise.
* testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc:
Likewise.
* testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/cstring_op.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/moveable.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/pstring.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/range.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/string.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/char/string_op.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/range.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/string.cc: Likewise.
* testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc:
Likewise.
* testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
Likewise.
* testsuite/28_regex/basic_regex/ctors/extended/cstring.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/extended/
string_range_01_02_03.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/move_char.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc: Likewise.
* testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc: Likewise.
* testsuite/28_regex/basic_regex/imbue/string.cc: Likewise.
* testsuite/28_regex/constants/error_type.cc: Likewise.
* testsuite/28_regex/constants/match_flag_type.cc: Likewise.
* testsuite/28_regex/init-list.cc: Likewise.
* testsuite/28_regex/iterators/regex_iterator/char/64140.cc: Likewise.
* testsuite/28_regex/iterators/regex_iterator/char/string_01.cc:
Likewise.
* testsuite/28_regex/iterators/regex_iterator/char/
string_position_01.cc
* testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc:
Likewise.
* testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/
default.cc: Likewise.
* testsuite/28_regex/iterators/regex_iterator/typedefs.cc: Likewise.
* testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc:
Likewise.
* testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc:
Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/64303.cc: Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc:
Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/ctors/char/
default.cc: Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/
default.cc: Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc:
Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/wchar_t/
string_01.cc: Likewise.
* testsuite/28_regex/iterators/regex_token_iterator/wchar_t/
wstring_02.cc: Likewise.
* testsuite/28_regex/match_results/ctors/char/default.cc: Likewise.
* testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
* testsuite/28_regex/match_results/format.cc: Likewise.
* testsuite/28_regex/match_results/out_of_range_submatches.cc: Likewise.
* testsuite/28_regex/match_results/swap.cc: Likewise.
* testsuite/28_regex/match_results/typedefs.cc: Likewise.
* testsuite/28_regex/regex_error/regex_error.cc: Likewise.
* testsuite/28_regex/regression.cc: Likewise.
* testsuite/28_regex/sub_match/cast_char.cc: Likewise.
* testsuite/28_regex/sub_match/cast_wchar_t.cc: Likewise.
* testsuite/28_regex/sub_match/embedded_zeros_cmp.cc: Likewise.
* testsuite/28_regex/sub_match/length.cc: Likewise.
* testsuite/28_regex/traits/char/ctor.cc: Likewise.
* testsuite/28_regex/traits/char/isctype.cc: Likewise.
* testsuite/28_regex/traits/char/length.cc: Likewise.
* testsuite/28_regex/traits/char/lookup_classname.cc: Likewise.
* testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise.
* testsuite/28_regex/traits/char/transform.cc: Likewise.
* testsuite/28_regex/traits/char/transform_primary.cc: Likewise.
* testsuite/28_regex/traits/char/translate.cc: Likewise.
* testsuite/28_regex/traits/char/translate_nocase.cc: Likewise.
* testsuite/28_regex/traits/char/user_defined.cc: Likewise.
* testsuite/28_regex/traits/char/value.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/ctor.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/length.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/transform.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/transform_primary.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/translate.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/translate_nocase.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/user_defined.cc: Likewise.
* testsuite/28_regex/traits/wchar_t/value.cc: Likewise.
* testsuite/29_atomics/atomic/60658.cc: Likewise.
* testsuite/29_atomics/atomic/operators/51811.cc: Likewise.
* testsuite/29_atomics/atomic_flag/clear/1.cc: Likewise.
* testsuite/backward/11460.cc: Likewise.
* testsuite/backward/hash_map/1.cc: Likewise.
* testsuite/backward/hash_map/25896.cc: Likewise.
* testsuite/backward/hash_set/1.cc: Likewise.
* testsuite/backward/hash_set/25896.cc: Likewise.
* testsuite/decimal/binary-arith.cc: Likewise.
* testsuite/decimal/comparison.cc: Likewise.
* testsuite/decimal/compound-assignment-memfunc.cc: Likewise.
* testsuite/decimal/compound-assignment.cc: Likewise.
* testsuite/decimal/conversion-from-float.cc: Likewise.
* testsuite/decimal/conversion-from-integral.cc: Likewise.
* testsuite/decimal/conversion-to-generic-float.cc: Likewise.
* testsuite/decimal/conversion-to-integral.cc: Likewise.
* testsuite/decimal/ctor.cc: Likewise.
* testsuite/decimal/incdec-memfunc.cc: Likewise.
* testsuite/decimal/incdec.cc: Likewise.
* testsuite/decimal/make-decimal.cc: Likewise.
* testsuite/decimal/pr54036-1.cc: Likewise.
* testsuite/decimal/pr54036-2.cc: Likewise.
* testsuite/decimal/pr54036-3.cc: Likewise.
* testsuite/decimal/unary-arith.cc: Likewise.
* testsuite/special_functions/01_assoc_laguerre/check_nan.cc: Likewise.
* testsuite/special_functions/01_assoc_laguerre/check_value.cc:
Likewise.
* testsuite/special_functions/02_assoc_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/02_assoc_legendre/check_value.cc:
Likewise.
* testsuite/special_functions/03_beta/check_nan.cc: Likewise.
* testsuite/special_functions/03_beta/check_value.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/check_value.cc: Likewise.
* testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise.
* testsuite/special_functions/05_comp_ellint_2/check_value.cc: Likewise.
* testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise.
* testsuite/special_functions/06_comp_ellint_3/check_value.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_value.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_value.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise.
* testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
* testsuite/special_functions/11_ellint_1/check_value.cc: Likewise.
* testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
* testsuite/special_functions/12_ellint_2/check_value.cc: Likewise.
* testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
* testsuite/special_functions/13_ellint_3/check_value.cc: Likewise.
* testsuite/special_functions/14_expint/check_nan.cc: Likewise.
* testsuite/special_functions/14_expint/check_value.cc: Likewise.
* testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
* testsuite/special_functions/15_hermite/check_value.cc: Likewise.
* testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
* testsuite/special_functions/16_laguerre/check_value.cc: Likewise.
* testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/17_legendre/check_value.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/check_value.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise.
* testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/20_sph_legendre/check_value.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise.
* testsuite/tr2/bases/value.cc: Likewise.
* testsuite/tr2/direct_bases/value.cc: Likewise.
* testsuite/util/debug/checks.h: Likewise.
* testsuite/util/debug/unordered_checks.h: Likewise.
* testsuite/util/testsuite_allocator.h: Likewise.
* testsuite/util/testsuite_api.h: Likewise.
* testsuite/util/testsuite_common_types.h: Likewise.
* testsuite/util/testsuite_random.h: Likewise.
* testsuite/util/testsuite_rvalref.h: Likewise.

From-SVN: r241138

341 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/24_iterators/container_access.cc
libstdc++-v3/testsuite/24_iterators/istream_iterator/2.cc
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2627.cc
libstdc++-v3/testsuite/24_iterators/operations/next.cc
libstdc++-v3/testsuite/24_iterators/operations/prev.cc
libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/2.cc
libstdc++-v3/testsuite/24_iterators/random_access_iterator/26020.cc
libstdc++-v3/testsuite/24_iterators/range_access_cpp14.cc
libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc
libstdc++-v3/testsuite/24_iterators/reverse_iterator/3.cc
libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc
libstdc++-v3/testsuite/25_algorithms/all_of/1.cc
libstdc++-v3/testsuite/25_algorithms/any_of/1.cc
libstdc++-v3/testsuite/25_algorithms/binary_search/2.cc
libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/clamp/1.cc
libstdc++-v3/testsuite/25_algorithms/clamp/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
libstdc++-v3/testsuite/25_algorithms/copy/4.cc
libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc
libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc
libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/50119.cc
libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/equal_range/2.cc
libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/fill/1.cc
libstdc++-v3/testsuite/25_algorithms/fill/2.cc
libstdc++-v3/testsuite/25_algorithms/fill/3.cc
libstdc++-v3/testsuite/25_algorithms/fill/4.cc
libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc
libstdc++-v3/testsuite/25_algorithms/find/39546.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc
libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc
libstdc++-v3/testsuite/25_algorithms/find_if/1.cc
libstdc++-v3/testsuite/25_algorithms/find_if_not/1.cc
libstdc++-v3/testsuite/25_algorithms/for_each/1.cc
libstdc++-v3/testsuite/25_algorithms/heap/1.cc
libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc
libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc
libstdc++-v3/testsuite/25_algorithms/includes/1.cc
libstdc++-v3/testsuite/25_algorithms/inplace_merge/1.cc
libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc
libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc
libstdc++-v3/testsuite/25_algorithms/is_heap_until/1.cc
libstdc++-v3/testsuite/25_algorithms/is_partitioned/1.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/1.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/2.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted/1.cc
libstdc++-v3/testsuite/25_algorithms/is_sorted_until/1.cc
libstdc++-v3/testsuite/25_algorithms/iter_swap/20577.cc
libstdc++-v3/testsuite/25_algorithms/lower_bound/2.cc
libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/max/1.cc
libstdc++-v3/testsuite/25_algorithms/max/2.cc
libstdc++-v3/testsuite/25_algorithms/max/3.cc
libstdc++-v3/testsuite/25_algorithms/max/37547.cc
libstdc++-v3/testsuite/25_algorithms/max/4.cc
libstdc++-v3/testsuite/25_algorithms/min/1.cc
libstdc++-v3/testsuite/25_algorithms/min/2.cc
libstdc++-v3/testsuite/25_algorithms/min/3.cc
libstdc++-v3/testsuite/25_algorithms/min/37547.cc
libstdc++-v3/testsuite/25_algorithms/min/4.cc
libstdc++-v3/testsuite/25_algorithms/minmax/1.cc
libstdc++-v3/testsuite/25_algorithms/minmax/2.cc
libstdc++-v3/testsuite/25_algorithms/minmax/3.cc
libstdc++-v3/testsuite/25_algorithms/minmax/37547.cc
libstdc++-v3/testsuite/25_algorithms/minmax_element/1.cc
libstdc++-v3/testsuite/25_algorithms/move/1.cc
libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc
libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/1.cc
libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc
libstdc++-v3/testsuite/25_algorithms/none_of/1.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/2.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/3.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort/2.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/2.cc
libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc
libstdc++-v3/testsuite/25_algorithms/partition/1.cc
libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
libstdc++-v3/testsuite/25_algorithms/partition_copy/1.cc
libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc
libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc
libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc
libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc
libstdc++-v3/testsuite/25_algorithms/rotate/1.cc
libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc
libstdc++-v3/testsuite/25_algorithms/rotate/moveable2.cc
libstdc++-v3/testsuite/25_algorithms/rotate/rotate.cc
libstdc++-v3/testsuite/25_algorithms/search/1.cc
libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc
libstdc++-v3/testsuite/25_algorithms/shuffle/1.cc
libstdc++-v3/testsuite/25_algorithms/sort/1.cc
libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc
libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc
libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc
libstdc++-v3/testsuite/25_algorithms/sort/vectorbool.cc
libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc
libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/2.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/3.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc
libstdc++-v3/testsuite/25_algorithms/swap_ranges/1.cc
libstdc++-v3/testsuite/25_algorithms/unique/11480.cc
libstdc++-v3/testsuite/25_algorithms/unique/2.cc
libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc
libstdc++-v3/testsuite/25_algorithms/unique_copy/1.cc
libstdc++-v3/testsuite/25_algorithms/unique_copy/2.cc
libstdc++-v3/testsuite/25_algorithms/unique_copy/26133.cc
libstdc++-v3/testsuite/25_algorithms/upper_bound/2.cc
libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc
libstdc++-v3/testsuite/28_regex/constants/error_type.cc
libstdc++-v3/testsuite/28_regex/constants/match_flag_type.cc
libstdc++-v3/testsuite/28_regex/init-list.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/64140.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/typedefs.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/64303.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc
libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/match_results/format.cc
libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc
libstdc++-v3/testsuite/28_regex/match_results/swap.cc
libstdc++-v3/testsuite/28_regex/match_results/typedefs.cc
libstdc++-v3/testsuite/28_regex/regex_error/regex_error.cc
libstdc++-v3/testsuite/28_regex/regression.cc
libstdc++-v3/testsuite/28_regex/sub_match/cast_char.cc
libstdc++-v3/testsuite/28_regex/sub_match/cast_wchar_t.cc
libstdc++-v3/testsuite/28_regex/sub_match/embedded_zeros_cmp.cc
libstdc++-v3/testsuite/28_regex/sub_match/length.cc
libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc
libstdc++-v3/testsuite/28_regex/traits/char/length.cc
libstdc++-v3/testsuite/28_regex/traits/char/lookup_classname.cc
libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc
libstdc++-v3/testsuite/28_regex/traits/char/transform.cc
libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc
libstdc++-v3/testsuite/28_regex/traits/char/translate.cc
libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
libstdc++-v3/testsuite/28_regex/traits/char/user_defined.cc
libstdc++-v3/testsuite/28_regex/traits/char/value.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/length.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_classname.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform_primary.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/user_defined.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc
libstdc++-v3/testsuite/29_atomics/atomic/60658.cc
libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc
libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/1.cc
libstdc++-v3/testsuite/backward/11460.cc
libstdc++-v3/testsuite/backward/hash_map/1.cc
libstdc++-v3/testsuite/backward/hash_map/25896.cc
libstdc++-v3/testsuite/backward/hash_set/1.cc
libstdc++-v3/testsuite/backward/hash_set/25896.cc
libstdc++-v3/testsuite/decimal/binary-arith.cc
libstdc++-v3/testsuite/decimal/comparison.cc
libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc
libstdc++-v3/testsuite/decimal/compound-assignment.cc
libstdc++-v3/testsuite/decimal/conversion-from-float.cc
libstdc++-v3/testsuite/decimal/conversion-from-integral.cc
libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc
libstdc++-v3/testsuite/decimal/conversion-to-integral.cc
libstdc++-v3/testsuite/decimal/ctor.cc
libstdc++-v3/testsuite/decimal/incdec-memfunc.cc
libstdc++-v3/testsuite/decimal/incdec.cc
libstdc++-v3/testsuite/decimal/make-decimal.cc
libstdc++-v3/testsuite/decimal/pr54036-1.cc
libstdc++-v3/testsuite/decimal/pr54036-2.cc
libstdc++-v3/testsuite/decimal/pr54036-3.cc
libstdc++-v3/testsuite/decimal/unary-arith.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_nan.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/03_beta/check_nan.cc
libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_nan.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_nan.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_nan.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_value.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/pr56216.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_value.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_value.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_value.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/check_nan.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/check_value.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/check_nan.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/check_value.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/check_nan.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/check_value.cc
libstdc++-v3/testsuite/special_functions/14_expint/check_nan.cc
libstdc++-v3/testsuite/special_functions/14_expint/check_value.cc
libstdc++-v3/testsuite/special_functions/15_hermite/check_nan.cc
libstdc++-v3/testsuite/special_functions/15_hermite/check_value.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/check_nan.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/check_value.cc
libstdc++-v3/testsuite/special_functions/17_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/17_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_nan.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_value.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_value.cc
libstdc++-v3/testsuite/tr2/bases/value.cc
libstdc++-v3/testsuite/tr2/direct_bases/value.cc
libstdc++-v3/testsuite/util/debug/checks.h
libstdc++-v3/testsuite/util/debug/unordered_checks.h
libstdc++-v3/testsuite/util/testsuite_allocator.h
libstdc++-v3/testsuite/util/testsuite_api.h
libstdc++-v3/testsuite/util/testsuite_common_types.h
libstdc++-v3/testsuite/util/testsuite_random.h
libstdc++-v3/testsuite/util/testsuite_rvalref.h

index c421111daac1fc1dac7ab5487746e3855e9b1ee6..32b59a3cf58a94b8572586f30c2b1bcc6541d1d5 100644 (file)
@@ -1,3 +1,403 @@
+2016-10-13  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/24_iterators/container_access.cc: Remove 'test' variables.
+       * testsuite/24_iterators/istream_iterator/2.cc: Likewise.
+       * testsuite/24_iterators/istreambuf_iterator/2.cc: Likewise.
+       * testsuite/24_iterators/istreambuf_iterator/2627.cc: Likewise.
+       * testsuite/24_iterators/operations/next.cc: Likewise.
+       * testsuite/24_iterators/operations/prev.cc: Likewise.
+       * testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise.
+       * testsuite/24_iterators/random_access_iterator/26020.cc: Likewise.
+       * testsuite/24_iterators/range_access_cpp14.cc: Likewise.
+       * testsuite/24_iterators/reverse_iterator/11729.cc: Likewise.
+       * testsuite/24_iterators/reverse_iterator/3.cc: Likewise.
+       * testsuite/25_algorithms/adjacent_find/vectorbool.cc: Likewise.
+       * testsuite/25_algorithms/all_of/1.cc: Likewise.
+       * testsuite/25_algorithms/any_of/1.cc: Likewise.
+       * testsuite/25_algorithms/binary_search/2.cc: Likewise.
+       * testsuite/25_algorithms/binary_search/partitioned.cc: Likewise.
+       * testsuite/25_algorithms/clamp/1.cc: Likewise.
+       * testsuite/25_algorithms/clamp/2.cc: Likewise.
+       * testsuite/25_algorithms/copy/1.cc: Likewise.
+       * testsuite/25_algorithms/copy/2.cc: Likewise.
+       * testsuite/25_algorithms/copy/3.cc: Likewise.
+       * testsuite/25_algorithms/copy/34595.cc: Likewise.
+       * testsuite/25_algorithms/copy/4.cc: Likewise.
+       * testsuite/25_algorithms/copy/deque_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc:
+       Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc:
+       Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc:
+       Likewise.
+       * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc:
+       Likewise.
+       * testsuite/25_algorithms/copy_backward/deque_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/1.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/2.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/3.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/4.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/50119.cc: Likewise.
+       * testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/equal_range/2.cc: Likewise.
+       * testsuite/25_algorithms/equal_range/partitioned.cc: Likewise.
+       * testsuite/25_algorithms/fill/1.cc: Likewise.
+       * testsuite/25_algorithms/fill/2.cc: Likewise.
+       * testsuite/25_algorithms/fill/3.cc: Likewise.
+       * testsuite/25_algorithms/fill/4.cc: Likewise.
+       * testsuite/25_algorithms/fill_n/1.cc: Likewise.
+       * testsuite/25_algorithms/find/39546.cc: Likewise.
+       * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: Likewise.
+       * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: Likewise.
+       * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc:
+       Likewise.
+       * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc:
+       Likewise.
+       * testsuite/25_algorithms/find_if/1.cc: Likewise.
+       * testsuite/25_algorithms/find_if_not/1.cc: Likewise.
+       * testsuite/25_algorithms/for_each/1.cc: Likewise.
+       * testsuite/25_algorithms/heap/1.cc: Likewise.
+       * testsuite/25_algorithms/heap/moveable.cc: Likewise.
+       * testsuite/25_algorithms/heap/moveable2.cc: Likewise.
+       * testsuite/25_algorithms/heap/vectorbool.cc: Likewise.
+       * testsuite/25_algorithms/includes/1.cc: Likewise.
+       * testsuite/25_algorithms/inplace_merge/1.cc: Likewise.
+       * testsuite/25_algorithms/inplace_merge/49559.cc: Likewise.
+       * testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
+       * testsuite/25_algorithms/inplace_merge/moveable2.cc: Likewise.
+       * testsuite/25_algorithms/is_heap/1.cc: Likewise.
+       * testsuite/25_algorithms/is_heap_until/1.cc: Likewise.
+       * testsuite/25_algorithms/is_partitioned/1.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/1.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/2.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise.
+       * testsuite/25_algorithms/is_sorted/1.cc: Likewise.
+       * testsuite/25_algorithms/is_sorted_until/1.cc: Likewise.
+       * testsuite/25_algorithms/iter_swap/20577.cc: Likewise.
+       * testsuite/25_algorithms/lower_bound/2.cc: Likewise.
+       * testsuite/25_algorithms/lower_bound/partitioned.cc: Likewise.
+       * testsuite/25_algorithms/make_heap/complexity.cc: Likewise.
+       * testsuite/25_algorithms/max/1.cc: Likewise.
+       * testsuite/25_algorithms/max/2.cc: Likewise.
+       * testsuite/25_algorithms/max/3.cc: Likewise.
+       * testsuite/25_algorithms/max/37547.cc: Likewise.
+       * testsuite/25_algorithms/max/4.cc: Likewise.
+       * testsuite/25_algorithms/min/1.cc: Likewise.
+       * testsuite/25_algorithms/min/2.cc: Likewise.
+       * testsuite/25_algorithms/min/3.cc: Likewise.
+       * testsuite/25_algorithms/min/37547.cc: Likewise.
+       * testsuite/25_algorithms/min/4.cc: Likewise.
+       * testsuite/25_algorithms/minmax/1.cc: Likewise.
+       * testsuite/25_algorithms/minmax/2.cc: Likewise.
+       * testsuite/25_algorithms/minmax/3.cc: Likewise.
+       * testsuite/25_algorithms/minmax/37547.cc: Likewise.
+       * testsuite/25_algorithms/minmax_element/1.cc: Likewise.
+       * testsuite/25_algorithms/move/1.cc: Likewise.
+       * testsuite/25_algorithms/move/deque_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/move_backward/1.cc: Likewise.
+       * testsuite/25_algorithms/move_backward/deque_iterators/1.cc: Likewise.
+       * testsuite/25_algorithms/next_permutation/moveable.cc: Likewise.
+       * testsuite/25_algorithms/none_of/1.cc: Likewise.
+       * testsuite/25_algorithms/nth_element/1.cc: Likewise.
+       * testsuite/25_algorithms/nth_element/2.cc: Likewise.
+       * testsuite/25_algorithms/nth_element/3.cc: Likewise.
+       * testsuite/25_algorithms/nth_element/moveable.cc: Likewise.
+       * testsuite/25_algorithms/nth_element/random_test.cc: Likewise.
+       * testsuite/25_algorithms/partial_sort/2.cc: Likewise.
+       * testsuite/25_algorithms/partial_sort/check_compare_by_value.cc:
+       Likewise.
+       * testsuite/25_algorithms/partial_sort/moveable.cc: Likewise.
+       * testsuite/25_algorithms/partial_sort/random_test.cc: Likewise.
+       * testsuite/25_algorithms/partial_sort_copy/2.cc: Likewise.
+       * testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise.
+       * testsuite/25_algorithms/partition/1.cc: Likewise.
+       * testsuite/25_algorithms/partition/moveable.cc: Likewise.
+       * testsuite/25_algorithms/partition_copy/1.cc: Likewise.
+       * testsuite/25_algorithms/partition_point/1.cc: Likewise.
+       * testsuite/25_algorithms/pop_heap/complexity.cc: Likewise.
+       * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
+       * testsuite/25_algorithms/push_heap/complexity.cc: Likewise.
+       * testsuite/25_algorithms/random_shuffle/1.cc: Likewise.
+       * testsuite/25_algorithms/random_shuffle/moveable.cc: Likewise.
+       * testsuite/25_algorithms/rotate/1.cc: Likewise.
+       * testsuite/25_algorithms/rotate/moveable.cc: Likewise.
+       * testsuite/25_algorithms/rotate/moveable2.cc: Likewise.
+       * testsuite/25_algorithms/rotate/rotate.cc: Likewise.
+       * testsuite/25_algorithms/search/1.cc: Likewise.
+       * testsuite/25_algorithms/search_n/58358.cc: Likewise.
+       * testsuite/25_algorithms/shuffle/1.cc: Likewise.
+       * testsuite/25_algorithms/sort/1.cc: Likewise.
+       * testsuite/25_algorithms/sort/check_compare_by_value.cc: Likewise.
+       * testsuite/25_algorithms/sort/moveable.cc: Likewise.
+       * testsuite/25_algorithms/sort/random_test.cc: Likewise.
+       * testsuite/25_algorithms/sort/vectorbool.cc: Likewise.
+       * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: Likewise.
+       * testsuite/25_algorithms/sort_heap/complexity.cc: Likewise.
+       * testsuite/25_algorithms/stable_partition/1.cc: Likewise.
+       * testsuite/25_algorithms/stable_partition/mem_check.cc: Likewise.
+       * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/2.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/3.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/49559.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
+       Likewise.
+       * testsuite/25_algorithms/stable_sort/mem_check.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.
+       * testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
+       * testsuite/25_algorithms/swap_ranges/1.cc: Likewise.
+       * testsuite/25_algorithms/unique/11480.cc: Likewise.
+       * testsuite/25_algorithms/unique/2.cc: Likewise.
+       * testsuite/25_algorithms/unique/moveable.cc: Likewise.
+       * testsuite/25_algorithms/unique_copy/1.cc: Likewise.
+       * testsuite/25_algorithms/unique_copy/2.cc: Likewise.
+       * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
+       * testsuite/25_algorithms/upper_bound/2.cc: Likewise.
+       * testsuite/25_algorithms/upper_bound/partitioned.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/basic/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/basic/
+       string_range_00_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/basic/
+       string_range_01_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/basic/
+       string_range_02_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
+       anymatcher.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       cstring_questionmark.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       cstring_range.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/string_any.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       string_range_00_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       string_range_01_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       string_range_02_03.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_match/extended/
+       wstring_locale.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_search/61720.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_search/basic/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc:
+       Likewise.
+       * testsuite/28_regex/algorithms/regex_search/ecma/flags.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc: Likewise.
+       * testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/cstring_op.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/moveable.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/pstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/range.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/string.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/char/string_op.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/range.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/string.cc: Likewise.
+       * testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc:
+       Likewise.
+       * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
+       Likewise.
+       * testsuite/28_regex/basic_regex/ctors/extended/cstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/extended/
+       string_range_01_02_03.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/move_char.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc: Likewise.
+       * testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc: Likewise.
+       * testsuite/28_regex/basic_regex/imbue/string.cc: Likewise.
+       * testsuite/28_regex/constants/error_type.cc: Likewise.
+       * testsuite/28_regex/constants/match_flag_type.cc: Likewise.
+       * testsuite/28_regex/init-list.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/char/64140.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/char/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/char/
+       string_position_01.cc
+       * testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/
+       default.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/typedefs.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/64303.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/ctors/char/
+       default.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/
+       default.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc:
+       Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/
+       string_01.cc: Likewise.
+       * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/
+       wstring_02.cc: Likewise.
+       * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise.
+       * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
+       * testsuite/28_regex/match_results/format.cc: Likewise.
+       * testsuite/28_regex/match_results/out_of_range_submatches.cc: Likewise.
+       * testsuite/28_regex/match_results/swap.cc: Likewise.
+       * testsuite/28_regex/match_results/typedefs.cc: Likewise.
+       * testsuite/28_regex/regex_error/regex_error.cc: Likewise.
+       * testsuite/28_regex/regression.cc: Likewise.
+       * testsuite/28_regex/sub_match/cast_char.cc: Likewise.
+       * testsuite/28_regex/sub_match/cast_wchar_t.cc: Likewise.
+       * testsuite/28_regex/sub_match/embedded_zeros_cmp.cc: Likewise.
+       * testsuite/28_regex/sub_match/length.cc: Likewise.
+       * testsuite/28_regex/traits/char/ctor.cc: Likewise.
+       * testsuite/28_regex/traits/char/isctype.cc: Likewise.
+       * testsuite/28_regex/traits/char/length.cc: Likewise.
+       * testsuite/28_regex/traits/char/lookup_classname.cc: Likewise.
+       * testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise.
+       * testsuite/28_regex/traits/char/transform.cc: Likewise.
+       * testsuite/28_regex/traits/char/transform_primary.cc: Likewise.
+       * testsuite/28_regex/traits/char/translate.cc: Likewise.
+       * testsuite/28_regex/traits/char/translate_nocase.cc: Likewise.
+       * testsuite/28_regex/traits/char/user_defined.cc: Likewise.
+       * testsuite/28_regex/traits/char/value.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/ctor.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/length.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/transform.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/transform_primary.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/translate.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/translate_nocase.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/user_defined.cc: Likewise.
+       * testsuite/28_regex/traits/wchar_t/value.cc: Likewise.
+       * testsuite/29_atomics/atomic/60658.cc: Likewise.
+       * testsuite/29_atomics/atomic/operators/51811.cc: Likewise.
+       * testsuite/29_atomics/atomic_flag/clear/1.cc: Likewise.
+       * testsuite/backward/11460.cc: Likewise.
+       * testsuite/backward/hash_map/1.cc: Likewise.
+       * testsuite/backward/hash_map/25896.cc: Likewise.
+       * testsuite/backward/hash_set/1.cc: Likewise.
+       * testsuite/backward/hash_set/25896.cc: Likewise.
+       * testsuite/decimal/binary-arith.cc: Likewise.
+       * testsuite/decimal/comparison.cc: Likewise.
+       * testsuite/decimal/compound-assignment-memfunc.cc: Likewise.
+       * testsuite/decimal/compound-assignment.cc: Likewise.
+       * testsuite/decimal/conversion-from-float.cc: Likewise.
+       * testsuite/decimal/conversion-from-integral.cc: Likewise.
+       * testsuite/decimal/conversion-to-generic-float.cc: Likewise.
+       * testsuite/decimal/conversion-to-integral.cc: Likewise.
+       * testsuite/decimal/ctor.cc: Likewise.
+       * testsuite/decimal/incdec-memfunc.cc: Likewise.
+       * testsuite/decimal/incdec.cc: Likewise.
+       * testsuite/decimal/make-decimal.cc: Likewise.
+       * testsuite/decimal/pr54036-1.cc: Likewise.
+       * testsuite/decimal/pr54036-2.cc: Likewise.
+       * testsuite/decimal/pr54036-3.cc: Likewise.
+       * testsuite/decimal/unary-arith.cc: Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/02_assoc_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/02_assoc_legendre/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/03_beta/check_nan.cc: Likewise.
+       * testsuite/special_functions/03_beta/check_value.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/check_value.cc: Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/check_value.cc: Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/check_value.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise.
+       * testsuite/special_functions/14_expint/check_nan.cc: Likewise.
+       * testsuite/special_functions/14_expint/check_value.cc: Likewise.
+       * testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
+       * testsuite/special_functions/15_hermite/check_value.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/check_value.cc: Likewise.
+       * testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/17_legendre/check_value.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/check_value.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise.
+       * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/20_sph_legendre/check_value.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise.
+       * testsuite/tr2/bases/value.cc: Likewise.
+       * testsuite/tr2/direct_bases/value.cc: Likewise.
+       * testsuite/util/debug/checks.h: Likewise.
+       * testsuite/util/debug/unordered_checks.h: Likewise.
+       * testsuite/util/testsuite_allocator.h: Likewise.
+       * testsuite/util/testsuite_api.h: Likewise.
+       * testsuite/util/testsuite_common_types.h: Likewise.
+       * testsuite/util/testsuite_random.h: Likewise.
+       * testsuite/util/testsuite_rvalref.h: Likewise.
+
 2016-10-13  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/bits/shared_ptr_base.h: Include <functional>.
index f4d4f7eb7f58c05eaad942d72ebbc5a1eabbf7d0..262a62c74b582dd2320a51a1d9b03c4901dd79be 100644 (file)
@@ -24,8 +24,6 @@
 #include <vector>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 void
 test01()
 {
index ba487696b781ebafd294ef8617fcaf06d7085a9f..d0b435b6b3a9a5d01e39d52c3a1ec8d7a23e17b2 100644 (file)
@@ -26,7 +26,6 @@
 void test02()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   string st("R.Rorty");
 
index 83ed6566b30e74866375cebf6ce269880c9a8058..b8cc4f18ca479a1146984ac7d600e0243ae10627 100644 (file)
 #include <iterator>
 #include <testsuite_hooks.h>
 
-bool test02(void)
+void test02(void)
 {
 
   typedef std::istreambuf_iterator<char> cistreambuf_iter;
   typedef cistreambuf_iter::streambuf_type cstreambuf_type;
-  bool test __attribute__((unused)) = true;
   const char slit01[] = "playa hermosa, liberia, guanacaste";
   std::string str01(slit01);
   std::istringstream istrs00(str01);
@@ -106,7 +105,6 @@ bool test02(void)
       c = *++istrb_it28;
       VERIFY( c == slit01[++i] );
     }
-  return test;
 }
 
 int main()
index c888c6df27f94fcd1af7bbdf701fcecf7ac19f68..c2c5c8daaac99b2c40b8d9f9878fbbaf7a29c2d5 100644 (file)
@@ -26,7 +26,6 @@
 // libstdc++/2627
 void test03()
 {
-  bool test __attribute__((unused)) = true;
   const std::string s("free the vieques");
 
   // 1
index 8e48eda0ef92194893b35195c5859dc004f77f29..13bb70b3ef73aaa768c1686e91aaf27855ecdd73 100644 (file)
@@ -26,7 +26,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::vector<int> c(3);
   std::vector<int>::iterator i = c.begin(), j;
 
@@ -37,7 +36,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   std::list<int> c(3);    
   std::list<int>::iterator i = c.begin(), j;
 
index afffe176a155617527defb8a89498752144be21b..4f3e5c40c752ea2716284a1581988a02ab1e26a7 100644 (file)
@@ -26,7 +26,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::vector<int> c(3);    
   std::vector<int>::iterator i = c.end(), j;
 
@@ -37,7 +36,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   std::list<int> c(3);    
   std::list<int>::iterator i = c.end(), j;
 
index d01684e145c0b4772f9df0836e49299fa69f71d8..140374f1750c7d5796e777641563e2b7cbb4d924 100644 (file)
 #include <iterator>
 #include <testsuite_hooks.h>
 
-bool test02(void)
+void test02(void)
 {
   typedef std::ostreambuf_iterator<char> costreambuf_iter;
   typedef costreambuf_iter::streambuf_type cstreambuf_type;
-  bool test __attribute__((unused)) = true;
   const char slit01[] = "playa hermosa, liberia, guanacaste";
   const char slit02[] = "bodega bay, lost coast, california";
   std::string str01(slit01);
@@ -81,7 +80,6 @@ bool test02(void)
   tmp = ostrs00.str();
   VERIFY ( tmp != str01 );
   VERIFY ( tmp != str02 );
-  return test;
 }
 
 int main()
index b1a644791afa9a04c20d9ae81bbfe0c10263122b..79e0888bc7138964bcd5b811d6f659b2cf761210 100644 (file)
@@ -25,7 +25,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;  
 
   list<int> ll;
   ll.push_back(1);
index eca3d4339bc08599970f642f8fffbdb141f03a8c..1c80e9b33bbf55bd157f4d8c0f1c8b9cd26e43ec 100644 (file)
@@ -23,8 +23,6 @@
 #include <vector>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 void
 test01()
 {
index 1c0e55ec96532ef39a5b41e4e80bd906269124e2..fe7d690a0d4c3f6cfd5ca31b389511738777f1a8 100644 (file)
@@ -25,8 +25,6 @@
 // libstdc++/11729
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef std::vector<int> Vec;
   typedef Vec::reverse_iterator reverse_iterator;
   typedef Vec::const_reverse_iterator const_reverse_iterator;
index 9027a93ce9b137bf1ad69c8846576288c93b212f..504e132787e9ff4212efd4f201ecc1c1650b5915 100644 (file)
@@ -26,8 +26,6 @@
 // libstdc++/10783
 void test03()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef std::vector<int> V;
   VERIFY( sizeof(V::iterator) == sizeof(V::reverse_iterator) );
 }
index c6e1a77d385b01a240d4a16cce88410654ae60a1..30390df78410dd02c81f6fe6dec0e00db0bb08e8 100644 (file)
@@ -24,8 +24,6 @@
 void 
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> v;
   v.push_back(true);
   v.push_back(false);
index ae95502bb958a1fc34ed9ab6bfb8923a913bfcf5..a5f24fb2f50004980193b22085678d95a077142c 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( std::all_of(con.begin(), con.end(), predicate) );
 }
@@ -45,8 +43,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( std::all_of(con.begin(), con.end(), predicate) );
 }
@@ -54,8 +50,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
   VERIFY( !std::all_of(con.begin(), con.end(), predicate) );
 }
index 97ca9bcaa2090cc3e891c532219eb290ac1b2954..57f08812a42ba644005953ce6c08f9e57d845edf 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( !std::any_of(con.begin(), con.end(), predicate) );
 }
@@ -45,8 +43,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( !std::any_of(con.begin(), con.end(), predicate) );
 }
@@ -54,8 +50,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
   VERIFY( std::any_of(con.begin(), con.end(), predicate) );
 }
index 9cf7ceb023cc5590e8b6586518e3aa13cd1f5ecd..42184f4567a0a9ba8eb2fa1c172ad50da540c858 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 3, 3, 5, 8};
 const int C[] = {8, 5, 3, 3, 3, 2, 1};
 const int N = sizeof(A) / sizeof(int);
index dbed055bb627d59c8d694050b3f5a74d6caa87f7..019b20c4adca4db3fee9d5e0052a21c28cfa2049 100644 (file)
@@ -39,8 +39,6 @@ struct X
 void
 test01()
 {
-  bool test __attribute((unused)) = true;
-
   // Test with range that is partitioned, but not sorted.
   X seq[] = { 1, 3, 5, 7, 1, 6, 4 };
   test_container<X, forward_iterator_wrapper> c(seq);
index cf2e13150ac252d8b23020cd8954a57c8150f73c..183c367ce5c01e6d4281ca09db2b1845716cf974 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int x = std::clamp(1, 2, 4);
   const int y = std::clamp(3, 2, 4);
   const int z = std::clamp(5, 2, 4);
index 50c1a518ff2ddcb87f28d11a568f2b4e93fbed6c..10744953d4e8799f85e64818163d310319eaab71 100644 (file)
@@ -29,8 +29,6 @@ const T A<T>::a = T(3);
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY( 3 == std::clamp(A<int>::a, 2, 4) );
   VERIFY( 2 == std::clamp(A<int>::a, 1, 2) );
   VERIFY( 4 == std::clamp(A<int>::a, 4, 6) );
index aed4a21a6e0a2f733d916bd5c04dc025dce69387..bf439a19b232b0d290217b7714d5a6cb10b9b156 100644 (file)
@@ -25,7 +25,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index e8e7ee0d4f208adae3320f85404642d6c156a1e1..363d51fc6847b709c843208b59f29f149c29c95d 100644 (file)
@@ -25,7 +25,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index 7d05b4ed13384c53772f2aa19bc80d191be65bf5..2d9dfc04bd1b173f994807191e30da40c5803486 100644 (file)
@@ -26,7 +26,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index f33235d6bc89b8a32c65ceb6ff89849004c9812e..ad7452b0da5f8a126795b936052ed7cbe1ed161e 100644 (file)
@@ -38,8 +38,6 @@ public:
 // libstdc++/34595
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-  
   int t[10] = {0,};
   Counting_output_iterator cnt;
   std::size_t res = std::copy(t+0, t+5, cnt).current_counter();
index 10c0b4589556b1883854e1398c075d7182bf63d7..427d0b026737fa68f4e9ac4a816e5e9489abf861 100644 (file)
@@ -26,7 +26,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index 172c2aed2b5bd9cbfdbb7e08ad28ee0c118c7588..40fe396b4c8ad8b5fde5e6e6611594f73d37ed2c 100644 (file)
@@ -21,7 +21,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   deque<long> data(200);
index f8b3096ab5c6e1f031a10b5ecb913c73f7d457d4..198dba6dcc0ab64d99694b85577a63cfbae20f9d 100644 (file)
@@ -36,8 +36,6 @@ typedef test_container<rvalstruct, output_iterator_wrapper> container_out;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int inarray[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
   const int size = sizeof(inarray) / sizeof(int);
 
index 6868146e314f36c1a385beaa82eec1337962f526..736b92e6d3b211564e321abad5fad9cb96226a11 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<char> in_iterator_type;
index 1e624208034d2a7ad2df57ad8fcaf367a024db46..6f683636ad66b30cc6ac906c7b6d38143df32200 100644 (file)
@@ -26,7 +26,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<char> in_iterator_type;
index d4bec75efab7ec2b44b940bf89ae50cae27204e1..1c9328309e1521dbdae1bdcff27c1af72d4500fd 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef ostreambuf_iterator<char> out_iterator_type;
index f75fc9b8d5b910f47446457aa0f43fe11212d1f6..cd0353e6f7e7735a5e1785674f0e868a357beafe 100644 (file)
@@ -28,7 +28,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<char> in_iterator_type;
index 919856c3382438bfa8c16d6b6ea679d3fe23a9c3..c91411e89f5210f242905df63c337f7e83c13e92 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<wchar_t> in_iterator_type;
index 5080ecfb0891409a77692cb8db0e5d13f23613d5..ed148a15b75ae7007dd5492b09b7565fe110e3bf 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<wchar_t> in_iterator_type;
index 826683164f5dedfdcb0188b13e2ea8b8f6924d2e..438193cd3e005358e1e27a0ec8f42e8f451a1523 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef ostreambuf_iterator<wchar_t> out_iterator_type;
index 7d033c6ba8e346810d7b4149a5f632fd12d75cd5..2b4f49afaca534cb407b44f2cbaa3901b48ac496 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
   
   typedef istreambuf_iterator<wchar_t> in_iterator_type;
index 211de81293d81991316908a7b70af8f2af1cc658..cab0c78db98e476e4f995964e17135ca09393325 100644 (file)
@@ -21,7 +21,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   deque<long> data(200);
index b87269fb744673b94e42e72a24fedaf981012d8a..adf08cfbf365731143a3495bb03d70ffce2ece33 100644 (file)
@@ -37,8 +37,6 @@ typedef test_container<rvalstruct,
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int inarray[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
   const int size = sizeof(inarray) / sizeof(int);
 
index bd613d515b3a0ddb5051bd8165f1296b2e95f5ab..e0733662ebb5a34d3fdae84f68e95fd832ff4523 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index 9a7250de21a95d8c1c83dd5eed63f7aa0bf0283a..3fd0972bb8aceb79ce541495b1687a5a64320990 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index d20588884eab703b0aa746e5fc3a76b438575492..f019b2cf7be37b9a4820ccc4abdb3d8ae53d8dff 100644 (file)
@@ -28,7 +28,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index ee08ed2dc047c60170dce46c57793649ef123aa3..34626edf00cc3f75ae2156b13d1a3575699ecbcf 100644 (file)
@@ -28,7 +28,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
   const int N = sizeof(A) / sizeof(int);
index 07148e66ff12a7aa4dae53bf049a0b57d4216305..cd7bbb9cc39e83e53b18d30e262af61091c35982 100644 (file)
@@ -27,7 +27,6 @@
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   vector<int> v;
   istringstream s("1 2 3 4 5");
index 8ac42cc14fd1ab471481fff8c395d51920fcb71d..b924604be4a78558127a891c11676e81bb9b8e4e 100644 (file)
@@ -38,8 +38,6 @@ typedef test_container<rvalstruct, output_iterator_wrapper> container_out;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int inarray[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
   const int size = sizeof(inarray) / sizeof(int);
 
index 82fbeef445b346533c86a7c6e2bfe1d435bb5e31..d67e7d0fc8810164cb86180299c047a2e1fd45c0 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 3, 3, 5, 8};
 const int C[] = {8, 5, 3, 3, 3, 2, 1};
 const int N = sizeof(A) / sizeof(int);
index 5c23a34488579e3d67af98a2d986af763b79c3e3..6bcfe55cbc9172fcdbecb0ed6a4f3ec7d472e2c9 100644 (file)
@@ -39,8 +39,6 @@ struct X
 void
 test01()
 {
-  bool test __attribute((unused)) = true;
-
   // Test with range that is partitioned, but not sorted.
   X seq[] = { 1, 3, 5, 7, 1, 6, 4, 2 };
   test_container<X, forward_iterator_wrapper> c(seq);
index 71ebc4f374702915b3e5a6a4bbf9713610f074c2..a8298113690d609ec0450843b205bbb163bd1c5f 100644 (file)
@@ -39,7 +39,6 @@ public:
 // fill
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   const int val = 1;
index 03675d81a51135dab9d6e51a8ad3b8e8c0a84cd6..00851809bfc38924fefa0362ec0071ecd3b40aaf 100644 (file)
@@ -39,7 +39,6 @@ public:
 // fill_n
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   const int val = 3;
index e0bc409c43833ee14de57e662c78be4b07781cae..ba5f20d5054353df30b00b87ad25474cd694ca8f 100644 (file)
@@ -24,8 +24,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   char ca[1] = { '\0' };
   signed char sc = 1;
 
index 3abe305c1893d3890d31bed4b00f16e4073b9866..c4abc971d52862311615a70d5c13a0ca82190f44 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A1[] = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3};
   const int N1 = sizeof(A1) / sizeof(int);
index 6d17381f392c906b1182b888ef278648cb7f952e..d6ec9d39580cc3be59b231debae4cf72df5e5aeb 100644 (file)
@@ -27,7 +27,6 @@ void
 test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   const int A1[] = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3};
   const int N1 = sizeof(A1) / sizeof(int);
index b6022e2fbb368fdca4e68932c594d1b21c4ea6f2..cffe2a3a15c0cea21e8aceb85fe4e61143675d3b 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<std::string> dict;
   dict.push_back("one");
   dict.push_back("two");
index e42623792ca917ff0658ebfd98748a81687804fc..475161cf7195d567a8cb6067a9051b0a36cb533a 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<char> in_iterator_type;
index 7dbb0dc4162b4ef51fec11fedae0714db20f6b22..92ba8ad7650b1d082605ad4b7737fcba10578135 100644 (file)
@@ -27,7 +27,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<char> in_iterator_type;
index a29d8b3d85f79b0ba789abec9cc378f572d0abb9..a1f6153013a2965e38b3c430ffef8c6c521be1ce 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<wchar_t> in_iterator_type;
index da3c82bb96d13a9b03cb8b027b9ea6095dc14100..1ef5efe480146f3d25547fd99d1ae422938526fb 100644 (file)
@@ -25,7 +25,6 @@
 // In the occasion of libstdc++/25482
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   typedef istreambuf_iterator<wchar_t> in_iterator_type;
index c0a36bc85391bf83d2f097ce38df33440a08f03b..18fc7e5c672ed0567811673d01f1a5e39bd75bcc 100644 (file)
@@ -34,8 +34,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( std::find_if(con.begin(), con.end(), 
                       predicate).ptr == array );
@@ -44,8 +42,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( std::find_if(con.begin(), con.end(), 
                       predicate).ptr == array + 1 );
@@ -54,8 +50,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
   VERIFY( std::find_if(con.begin(), con.end(),
                       predicate).ptr == array + 3 );
index 2f38bb5f7d3d75b83b4d50a14b642efe62201a51..9055513ba0636b54fb0c22392b8cb5bcc38cb30c 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( std::find_if_not(con.begin(), con.end(), 
                           predicate).ptr == array );
@@ -46,8 +44,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( std::find_if_not(con.begin(), con.end(), 
                           predicate).ptr == array + 1 );
@@ -56,8 +52,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
   VERIFY( std::find_if_not(con.begin(), con.end(),
                           predicate).ptr == array + 3 );
index 7d65ed1d160c0b4c45cb3b8c5266e16be2918342..6a0171522808b516b72c0e6742f62bfd3fc6e033 100644 (file)
@@ -45,7 +45,6 @@ private:
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using __gnu_test::test_container;
   using __gnu_test::input_iterator_wrapper;
 
index f17af80925ac8632de188331aa399a94bf5db3fa..26c4822b8c447b0cccd3600078dfad34b1627872 100644 (file)
@@ -53,8 +53,6 @@ int Gt::_M_count = 0;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   // sort array s1 using push_heap/pop_heap
   int s1[N];
   std::copy(A, A + N, s1);
@@ -83,8 +81,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   Gt gt;
 
 #ifndef _GLIBCXX_DEBUG
index 1a4c4647c7ce3383cd023b78ff85588de6dd8707..82e6938cb18c0a61993e8d8e9669038dbc7591bc 100644 (file)
@@ -41,8 +41,6 @@ typedef test_container<int, random_access_iterator_wrapper> container_ref;
 void 
 check_make(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct makeheap[9];
   int        makeheap_ref[9];
   std::copy(array, array + length, makeheap);
@@ -61,8 +59,6 @@ check_make(int* array, int length)
 void
 check_pop(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct popheap[9];
   int        popheap_ref[9];
   std::copy(array, array + length, popheap);
@@ -81,8 +77,6 @@ check_pop(int* array, int length)
 void
 check_sort(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct sortheap[9];
   int        sortheap_ref[9];
   std::copy(array, array + length, sortheap);
@@ -101,8 +95,6 @@ check_sort(int* array, int length)
 void
 check_push(int* array, int pushval, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct pushheap[10];
   int        pushheap_ref[10];
   std::copy(array, array + length, pushheap);
index 8728bafc7afd39d0b5df6478e8861d98ba1cf0b2..01e33a8b6e119c3a2aceb81e1032465a95054920 100644 (file)
@@ -47,8 +47,6 @@ bool are_ordered_int(const int& lhs, const int& rhs)
 void 
 check_make(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct makeheap[9];
   int        makeheap_ref[9];
   std::copy(array, array + length, makeheap);
@@ -67,8 +65,6 @@ check_make(int* array, int length)
 void
 check_pop(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct popheap[9];
   int        popheap_ref[9];
   std::copy(array, array + length, popheap);
@@ -87,8 +83,6 @@ check_pop(int* array, int length)
 void
 check_sort(int* array, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct sortheap[9];
   int        sortheap_ref[9];
   std::copy(array, array + length, sortheap);
@@ -107,8 +101,6 @@ check_sort(int* array, int length)
 void
 check_push(int* array, int pushval, int length)
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct pushheap[10];
   int        pushheap_ref[10];
   std::copy(array, array + length, pushheap);
index f26e8505fd94246f183a3c1a680c51a0eab3f92e..3364b0d85d2225e95d4b14b6d551b4d9f2742505 100644 (file)
@@ -55,8 +55,6 @@ int Gt::_S_count = 0;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   // sort array s1 using push_heap/pop_heap
   std::vector<bool> s1;
   std::copy(A, A + N, std::back_inserter(s1));
@@ -85,8 +83,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   Gt gt;
 
 #ifndef _GLIBCXX_DEBUG
index aaedb5574a28c91f916e7bd8e9f1485b4bb2c295..5057c3a571ace4ac952fe691c8ba7823e1ab6197 100644 (file)
@@ -30,7 +30,6 @@ typedef test_container<int, input_iterator_wrapper> Container;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {0};
   Container con1(array, array);
   Container con2(array, array);
@@ -40,7 +39,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {0, 1};
   Container con1(array, array);
   Container con2(array, array + 2);
@@ -50,7 +48,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {0, 1};
   Container con1(array, array + 2);
   Container con2(array, array);
@@ -60,7 +57,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
   int array1[] = {1, 2, 3, 4, 6, 8, 9};
   int array2[] = {2, 4, 6, 8};
   Container con1(array1, array1 + 7);
@@ -71,7 +67,6 @@ test4()
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
   int array1[] = {1, 2, 3, 5};
   int array2[] = {2, 4, 6, 8};
   Container con1(array1, array1 + 4);
index 753a7beb034961458f4b8522e304b502a0142158..bcaa4725398521cf250c8720401a9e0697ac23f5 100644 (file)
@@ -42,8 +42,6 @@ test1()
 void 
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = { 0, 2, 4, 1, 3, 5 };
   container con(array, array + 6);
   inplace_merge(con.begin(), con.it(3), con.end());
@@ -65,8 +63,6 @@ struct S
 void 
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   S s[8];
   s[0].a = 0;
   s[1].a = 1;
index 4803b7f078036807d51fb386a5b4edc7bd72faf5..958a7e1578370b5dccf4372b6725aaf5ee917be7 100644 (file)
@@ -43,8 +43,6 @@ bool are_ordered(const rvalstruct& lhs, const rvalstruct& rhs)
 // libstdc++/49559
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[6];
   std::copy(A, A + N, s1);
   Container con1(s1, s1 + N);
index 9560afdee2e03c5f10528e0b2d45dc4dedb88176..c5ca701730594c2194426dfcac8832b453e3b1c4 100644 (file)
@@ -33,8 +33,6 @@ typedef test_container<rvalstruct, bidirectional_iterator_wrapper> container;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int array1[]={0,2,4,1,3,5};
   rvalstruct rv_array1[6];
   std::copy(array1, array1 + 6, rv_array1);
index 504f8b168a0850653dbf50afec7aafef091e2394..0d825338f7e6f454685b7273a65404831dc0d540 100644 (file)
@@ -37,8 +37,6 @@ are_ordered(const rvalstruct& lhs, const rvalstruct& rhs)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int array1[]={0,2,4,1,3,5};
   rvalstruct rv_array1[6];
   std::copy(array1, array1 + 6, rv_array1);
index f46495a0fb4c41c163a6047e6f4cb24f2dc42e63..89a63330403715345cc21962ecf5d2af85dbd5ab 100644 (file)
@@ -32,8 +32,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   for (int i = 0; i <= N; ++i)
     {
       VERIFY( std::is_heap(A, A + i) );
index b2f2074e30e8e63c893dfe659432e3029df807e2..7a8ba293a3a4d38f63c824600451b0fbb6a425d6 100644 (file)
@@ -32,8 +32,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   for (int i = 0; i <= N; ++i)
     {
       VERIFY( A + i == std::is_heap_until(A, A + i) );
index 4b1a1b77155c3a52b20b3fcfaf2d6de24697ba5f..bd7bfcc1ab03ed2347824627c5b81d08d9e507a0 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( std::is_partitioned(con.begin(), con.end(), predicate) );
 }
@@ -45,8 +43,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( std::is_partitioned(con.begin(), con.end(), predicate) );
 }
@@ -54,8 +50,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 8);
   VERIFY( !std::is_partitioned(con.begin(), con.end(), predicate) );
 }
@@ -63,8 +57,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array + 2, array + 7);
   VERIFY( std::is_partitioned(con.begin(), con.end(), predicate) );
 }
index 3fb98d6f5b61f9bed5a6826dad0e3a73998263af..8a030be5f788c3f5389d2067c41a0359f79d6a01 100644 (file)
@@ -37,8 +37,6 @@ const int arr0[] = { 11, 22, 33, 44, 55 };
 void
 do_test(int arr1[5], bool np = true)
 {
-  bool test __attribute__((unused)) = true;
-
   do
     VERIFY( std::is_permutation(arr1, arr1 + 5, arr0) == np );
   while (std::next_permutation(arr1, arr1 + 5));
@@ -48,8 +46,6 @@ template<typename Predicate>
   void
   do_test(int arr1[5], Predicate pred, bool np = true)
   {
-    bool test __attribute__((unused)) = true;
-
     do
       VERIFY( std::is_permutation(arr1, arr1 + 5, arr0, pred) == np );
     while (std::next_permutation(arr1, arr1 + 5));
index 1761becb15d8a97d4dc0535be0493a065a907e1c..864ca24832f66b8c0519401518895e83bdbc49e9 100644 (file)
@@ -35,8 +35,6 @@ const int arr0[] = { 11, 22, 33, 44, 55 };
 void
 do_test(int arr1[5], bool np = true, unsigned N = 5)
 {
-  bool test __attribute__((unused)) = true;
-
   do
     VERIFY( std::is_permutation(arr1, arr1 + 5, arr0, arr0 + N) == np );
   while (std::next_permutation(arr1, arr1 + 5));
@@ -46,8 +44,6 @@ template<typename Predicate>
   void
   do_test(int arr1[5], Predicate pred, bool np = true, unsigned N = 5)
   {
-    bool test __attribute__((unused)) = true;
-
     do
       VERIFY( std::is_permutation(arr1, arr1 + 5, arr0, arr0 + N, pred) == np );
     while (std::next_permutation(arr1, arr1 + 5));
index bb92cf628a505d750a1eaca0f24c25f12a916776..87f09afa893fded48a9d84eaa67b7aeb2d455664 100644 (file)
@@ -25,8 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> v1 = { true, false, true, false, true };
   std::vector<bool> v2 = { false, true, false, true, true };
   VERIFY( std::is_permutation(v1.begin(), v1.end(), v2.begin()) );
@@ -35,8 +33,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> v1 = { true, false, true, false, true };
   std::vector<bool> v2 = { false, true, false, true, true };
   VERIFY( std::is_permutation(v1.begin(), v1.end(), v2.begin(), v2.end()) );
index 51166b34a5b77cbbc72698eb0c6bd0d3ac797875..57183c781fee9078f7824d66f580f817a0177098 100644 (file)
@@ -32,8 +32,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   for (int i = 0; i <= N; ++i)
     {
       VERIFY( std::is_sorted(A, A + i) );
index 2befae6a975a06a7256eefc51963bb234d383bee..4c0c0cf38165336e7aa2e559c160bc9bdbebde08 100644 (file)
@@ -32,8 +32,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   for (int i = 0; i <= N; ++i)
     {
       VERIFY( A + i == std::is_sorted_until(A, A + i) );
index 207a7cedc217fa33e87b57cffaffea2d916f546d..02decbffbfab950e672d2248342e0f35cd525eab 100644 (file)
@@ -22,8 +22,6 @@
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> v;
   v.push_back(true);
   v.push_back(false);
@@ -34,8 +32,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<int> v;
   v.push_back(1);
   v.push_back(2);
@@ -52,8 +48,6 @@ void swap(X&, X&)
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   int_swap_count = 0;
   X i, j;
   std::iter_swap(&i, &j);
index a119357481d1a0159f0678ed2118d29127116980..d545a8e99da3a3a79a6df0433098526999dd26ed 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 3, 3, 5, 8};
 const int C[] = {8, 5, 3, 3, 3, 2, 1};
 const int N = sizeof(A) / sizeof(int);
index 8d8bb7259298af7e375940618568bdd0c96ae11c..e2cb3d28ec4e651e23dd91f46213bc050a5145d5 100644 (file)
@@ -39,8 +39,6 @@ struct X
 void
 test01()
 {
-  bool test __attribute((unused)) = true;
-
   // Test with range that is partitioned, but not sorted.
   X seq[] = { 1, 3, 5, 7, 1, 6, 4, 2 };
   test_container<X, forward_iterator_wrapper> c(seq);
@@ -71,8 +69,6 @@ struct Y
 void
 test02()
 {
-  bool test __attribute((unused)) = true;
-
   // Test that Debug Mode checks don't fire (libstdc++/71545)
 
   Y seq[] = { -0.1, 1.2, 5.0, 5.2, 5.1, 5.9, 5.5, 6.0 };
index 2907105b8c2baf77bb70573ba672193fdc786565..d555288c8de9334801ea9199901a05cbf90292f0 100644 (file)
@@ -26,8 +26,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_test::counter_type;
   const std::size_t nb_values = 1000;
 
index 915a46ea59fe28e46d1b310a71a9e95ce57acf12..265d976fba617ba25d89ced256d6177d66859680 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int x = std::max(1, 2);
   const int y = std::max(4, 3);
   VERIFY( x == 2 );
index 58cd5b71da46eba413759021c4ea355afc234a04..bf965d5b15f971d2fa55ba05c6130f6f8a3fa602 100644 (file)
@@ -29,8 +29,6 @@ const T A<T>::a = T(3);
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY( 3 == std::max(A<int>::a, 2) );
   VERIFY( 4 == std::max(A<int>::a, 4) );
 
index 0e9bc58456816cc0388c130feb18fd83c3db7316..542115ce7c5b3d8db9c4a59274bc3e6398013b79 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int& x = std::max({1, 3, 2});
   const int& y = std::max({4, 3, 2});
   const int& z = std::max({3, 2, 4});
index e54ac59c544b3ffe4be17bea2a6fedd87827fe42..fe908dc5ef807a7cc7a03b09d59e13961e725154 100644 (file)
@@ -24,8 +24,6 @@
 // libstdc++/37547
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<int> v{1,2,3,4,5};
 
   auto p = std::max({v});
index 204ee0649b4cc4ae2ffacf0c4fb355eafad3ca47..1123a24a1034a302a32c48ff89b4975756ec45a3 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int& z = std::max({1, 2, 3, 4, 5, 6, 7});
   const double& w = std::max({2.0, 1.0, 3.2, 4.5, 5.0, 6.0, 7.0});
   const int& y = std::max({2, 3, 1, 4, 5, 6, 7});
index 5056e95712f4ddc27664797a3dd2803b832808b3..d237c45a3408ab3614a31c4109a6557f0ddef42e 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int z = std::min(1, 2);
   const int w = std::min(4, 3);
   VERIFY( z == 1 );
index d0da1397732b06edfa5b14e3fb0bb5821b4afc0b..48885aa971c32c60f20936d54e528ac0a84fe679 100644 (file)
@@ -29,8 +29,6 @@ const T A<T>::a = T(3);
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY( 2 == std::min(A<int>::a, 2) );
   VERIFY( 3 == std::min(A<int>::a, 4) );
 
index 627c5a16ee9422c5d36d6fa7b92981e49c095752..bef823ebc7f2aa6e4c0f25856a844849a7e17c04 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int& z = std::min({1, 3, 2});
   const int& w = std::min({4, 3, 5});
   const int& y = std::min({4, 3, 2});
index a9434ba416d8bef79a71256e94ba0bf93b5080a1..eb1b496c6fb16d2686a2202b0e8ac48192fcd340 100644 (file)
@@ -24,8 +24,6 @@
 // libstdc++/37547
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<int> v{1,2,3,4,5};
 
   auto p = std::min({v});
index 0967489859af2ad9fd463bc99f26599144d0599d..7c694f85643eebb5c0d7bf71562b1cb34a15e69e 100644 (file)
@@ -23,8 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const int& z = std::min({1, 2, 3, 4, 5, 6, 7});
   const double& w = std::min({2.0, 1.0, 3.2, 4.5, 5.0, 6.0, 7.0});
   const int& y = std::min({2, 3, 1, 4, 5, 6, 7});
index 82aa3abbb6580c976153b3d003a7d15b1829336d..e46126c9508529166b2ff16cc4b438bd18b334ca 100644 (file)
@@ -25,8 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::pair<const int, const int> z = std::minmax(1, 2);
   std::pair<const int, const int> w = std::minmax(4, 3);
   VERIFY( z.first == 1 );
index 523a60bbc36d979c3d5118b670614e79a5c498dd..3c8310bebac7e8e0947647d4a2158f0ab6605af2 100644 (file)
@@ -25,8 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::pair<int, int> z = std::minmax({1, 2, 3});
   std::pair<int, int> w = std::minmax({4, 3, 5, 4});
   std::pair<int, int> y = std::minmax({4, 5, 3, 7, 3});
index 3d03fbace0dc0f3f8c4a8ca77ce834b9d9be20f9..0c4fd9781b5f88cd7d042868b0cba8a44f0ea8c6 100644 (file)
@@ -39,8 +39,6 @@ int compare_counter::count = 0;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::minmax({1, 2, 3, 4, 5, 6, 7, 8}, compare_counter());
 
   // If N is the number of arguments in the minmax function call, 
index 506192c9757f258c1ddf6188a8400a1b0106f6bb..3fae0777c43cca1e6a24beac924f4dccbb1f1aa1 100644 (file)
@@ -24,8 +24,6 @@
 // libstdc++/37547
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<int> v{1,2,3,4,5};
 
   auto p = std::minmax({v});
index 437523d2dcf6ec5db00f8ca35ed094ea88808d50..bc2efd75c749fbe96d460a59321424ee078e2e9a 100644 (file)
@@ -31,8 +31,6 @@ typedef std::pair<forward_iterator_wrapper<int>, forward_iterator_wrapper<int> >
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-  
   int array[] = {0};
   Container con(array, array);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -43,8 +41,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = {0};
   Container con(array, array + 1);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -55,8 +51,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-  
   int array[] = {0, 3};
   Container con(array, array + 2);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -67,8 +61,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
-  
   int array[] = {3, 0};
   Container con(array, array + 2);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -79,8 +71,6 @@ test4()
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = {3, 3};
   Container con(array, array + 2);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -91,8 +81,6 @@ test5()
 void
 test6()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = {6, 3, 0, 2, 6, 4, 0};
   Container con(array, array + 7);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -103,8 +91,6 @@ test6()
 void
 test7()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = {4, 4, 4, 6, 6, 6, 1, 1, 0, 0, 0, 2, 2};
   Container con(array, array + 13);
   pair_type p1 = minmax_element(con.begin(), con.end());
@@ -115,8 +101,6 @@ test7()
 void
 test8()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[] = {1, 7, 5, 5, 10, 1, 0, 0, 8, 4, 4, 0, 10, 10, 10, 1};
   Container con(array, array + 16);
   pair_type p1 = minmax_element(con.begin(), con.end());
index bc0bc429579ce3e415b511a8fd0eab852b2f37bb..a0ee9b6a2eb35fb062181ac2ae29f666bc3d6d2e 100644 (file)
@@ -35,8 +35,6 @@ typedef test_container<rvalstruct, output_iterator_wrapper> container_out;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int inarray[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
   const int size = sizeof(inarray) / sizeof(int);
 
index 8cc4c9afac761147b8522982bc65496453a60b82..2acb70d94325d50aa3d7a9411ca1f00f41ec8895 100644 (file)
@@ -23,7 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   deque<long> data(200);
index 0fb79a848d26b60a41f8615f3560a328b98d074f..b0ce1ed71738394e47dec09e0aae1b1a09fe60fe 100644 (file)
@@ -36,8 +36,6 @@ typedef test_container<rvalstruct,
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int inarray[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
   const int size = sizeof(inarray) / sizeof(int);
 
index ff4185e15f4764c737dc918709721ad23c20535a..1d7414298ed9074b66a4ad150b67ce713a3fe794 100644 (file)
@@ -23,7 +23,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   deque<long> data(200);
index 178e74a3c2528ed352104ab782fa204a770209d4..537fc40a5e2d9597b1b2b296186e0847ffdd9eca 100644 (file)
@@ -34,8 +34,6 @@ typedef test_container<rvalstruct, bidirectional_iterator_wrapper> Container;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   // Note: The standard is unclear on what should happen in this case.
   // This seems the only really sensible behaviour, and what is done.
   rvalstruct array[] = {0};
@@ -46,8 +44,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct array[] = {0};
   Container con(array, array + 1);
   VERIFY( !next_permutation(con.begin(), con.end()) );
@@ -56,8 +52,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct array[] = {0, 3};
   Container con(array, array + 2);
   VERIFY( next_permutation(con.begin(), con.end()) );
@@ -69,8 +63,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[6] = {0, 1, 2, 3, 4, 5};
   for(int i = 0 ; i < 719; ++i)
     {
@@ -98,8 +90,6 @@ are_ordered(const rvalstruct& lhs, const rvalstruct& rhs)
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[6] = {0, 1, 2, 3, 4, 5};
   for(int i = 0 ; i < 719; ++i)
     {
index db65153796b35b6f62a50c021a785767db3e2475..5b654fce4686fa16d250030bcee874c1eadfb8bc 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
   VERIFY( std::none_of(con.begin(), con.end(), predicate) );
 }
@@ -45,8 +43,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-  
   Container con(array, array + 1);
   VERIFY( std::none_of(con.begin(), con.end(), predicate) );
 }
@@ -54,8 +50,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
   VERIFY( !std::none_of(con.begin(), con.end(), predicate) );
 }
index 579a0b953f3b704c3c19b571c91d4bd709a79afb..301b71563ef422821d641c203148144dc00bcc6a 100644 (file)
@@ -48,7 +48,6 @@ test2()
 void 
 test3()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {6, 5, 4, 3, 2, 1, 0};
   Container con(array, array + 7);
   nth_element(con.begin(), con.it(3), con.end());
@@ -61,7 +60,6 @@ test3()
 void 
 test4()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {0, 6, 1, 5, 2, 4, 3};
   Container con(array,array + 7);
   nth_element(con.begin(), con.it(3), con.end());
index ad8859c2d68b19eb1bb70e227bc97f7592af993e..71bad0058ca5f2b327ff5da79c9599267821c757 100644 (file)
@@ -44,8 +44,6 @@ test_set(std::vector<unsigned>& v, unsigned size)
 void
 do_test01(unsigned size)
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<unsigned> v, s;
 
   for (unsigned j = 0; j < size; ++j)
index 657c5647e8e8db0dc3c0674a42c3dbc20f7e3023..4ac045bb0033d6a205fdbd4610309c237429f3a6 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
 const int B[] = {10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 17, 8, 18, 9, 19};
 const int C[] = {20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1};
index 134854c72591c4c8fb4867fce728a33eacd64ee0..5178a4c54837cf88242ff0dee3a9759fd6541392 100644 (file)
@@ -40,8 +40,6 @@ typedef test_container<rvalstruct, random_access_iterator_wrapper> Container;
 void 
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {6, 5, 4, 3, 2, 1, 0};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
@@ -58,8 +56,6 @@ test1()
 void 
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {0, 6, 1, 5, 2, 4, 3};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
@@ -80,8 +76,6 @@ are_less(const rvalstruct& lhs, const rvalstruct& rhs)
 void 
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {0, 6, 1, 5, 2, 4, 3};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
index 0505656189305f72877d2399db586a5f4a0aa7d7..e1e95001c3f8aa2a23e20608a5bfa553e24b2bc7 100644 (file)
@@ -37,8 +37,6 @@ struct testNthElement
   template<typename Container, typename RandomGen>
   void operator()(Container con, RandomGen& rg)
   {
-    bool test __attribute__((unused)) = true;
-
     const int size = con.end() - con.begin();
     auto dist = std::uniform_int_distribution<>(0, size);
     const int element = dist(rg);
index 2fb2d264cfb3900464c0dbb7a284e8358bc0564e..02a082fcc8a34a59335a6007e7cdcd72dccb28e8 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
 const int B[] = {10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 17, 8, 18, 9, 19};
 const int C[] = {20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1};
index c4a3abadaea3558fbe263a0c126970e7fb93d511..0bbdb22f72e4e2bcf56fbdf235309d6843f1aa99 100644 (file)
@@ -39,8 +39,6 @@ typedef test_container<V, random_access_iterator_wrapper> Container;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -57,8 +55,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -75,8 +71,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   V vvs[] = { 2, 0 };
   std::partial_sort(vvs, vvs + 2, vvs + 2);
   VERIFY( vvs[0].ok && vvs[0].val == 0 );
index 77f9fed02be6f7a12d4b56a179f62af8792cae1d..5c4522ef821c0ccc0ef35ef36cd326193eac27f7 100644 (file)
@@ -40,8 +40,6 @@ typedef test_container<rvalstruct, random_access_iterator_wrapper> Container;
 void 
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {6, 5, 4, 3, 2, 1, 0};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
@@ -55,8 +53,6 @@ test1()
 void 
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {0, 6, 1, 5, 2, 4, 3};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
@@ -73,8 +69,6 @@ bool are_less(const rvalstruct& lhs, const rvalstruct& rhs)
 void 
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray[] = {0, 6, 1, 5, 2, 4, 3};
   rvalstruct array[7];
   std::copy(intarray, intarray + 7, array);
index d93bd1633b84c331325b291d49a10f3c07bbe8c3..af8600f8a59940f216a15ab7a58d5ce20cf6097e 100644 (file)
@@ -37,8 +37,6 @@ struct testPartialSort
   template<typename Container, typename RandomGen>
   void operator()(Container con, RandomGen& rg)
   {
-    bool test __attribute__((unused)) = true;
-
     const int size = con.end() - con.begin();
     auto dist = std::uniform_int_distribution<>(0, size);
     const int element = dist(rg);
index 8437347eae707a67d543d80e8cd1e79663a48075..ddfc7ee10120560b9a8e48e3226329a75a814b09 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
 const int B[] = {10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 17, 8, 18, 9, 19};
 const int C[] = {20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1};
index b336ec100a0cfbc03b58298f75e60e4c5c301359..93b6fd434208d40cbabbe647eb182f142a9fc769 100644 (file)
@@ -38,8 +38,6 @@ struct testPartialSortCopy
   template<typename Container, typename RandomGen>
   void operator()(Container con, RandomGen& rg)
   {
-    bool test __attribute__((unused)) = true;
-
     const int size = con.end() - con.begin();
     auto dist = std::uniform_int_distribution<>(0, size);
     const int element = dist(rg);
index 84b6e286c5810b499990bb54529622e8a87b69c8..e703f2a0d7459e6516081dbba369437a95980d58 100644 (file)
@@ -21,8 +21,6 @@
 #include <functional>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
 const int B[] = {2, 4, 6, 8, 10, 12, 14, 16, 1, 3, 5, 7, 9, 11, 13, 15, 17};
 const int N = sizeof(A) / sizeof(int);
index ea634280b6520588d7dfd6169523f0d1637babca..60b916ae458ff102a3c65bb5c1ec0584d1fdaf75 100644 (file)
@@ -35,8 +35,6 @@ using __gnu_test::rvalstruct;
 typedef test_container<rvalstruct, forward_iterator_wrapper> Fcontainer;
 typedef test_container<rvalstruct, bidirectional_iterator_wrapper> Bcontainer;
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
 const int B[] = {2, 4, 6, 8, 10, 12, 14, 16, 1, 3, 5, 7, 9, 11, 13, 15, 17};
 const int N = sizeof(A) / sizeof(int);
index 6d993d161e782cf1ce3d832d64e3a4047a76f3f3..1bbc340f9caeefd250955b3be216ae5da3f8e4cf 100644 (file)
@@ -38,8 +38,6 @@ pred(int i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   int true_out[1] = { -1 };
   int false_out[1] = { -1 };
   Icontainer in_con(array, array);
@@ -57,8 +55,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   int true_out[1] = { -1 };
   int false_out[1] = { -1 };
   Icontainer in_con(array, array + 2);
@@ -78,8 +74,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   int true_out[3] = { -1, -1, -1 };
   int false_out[3] = { -1, -1, -1 };
   Icontainer in_con(array, array + 6);
index 063ce489024558810de6476158457b5c4bb998db..2227a1921790fc260087f92f0821fbd4cc9a67a1 100644 (file)
@@ -36,8 +36,6 @@ predicate(const int& i)
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array);
 
   forward_iterator_wrapper<int> mid =
@@ -50,8 +48,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 1);
 
   forward_iterator_wrapper<int> mid =
@@ -64,8 +60,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   Container con(array, array + 6);
 
   forward_iterator_wrapper<int> mid =
index d7e658a86c05c7a83985975328fc86289f738f30..b632fb3ce89e70645bcd83390676be43fcb061c7 100644 (file)
@@ -29,8 +29,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_test::counter_type;
   const std::size_t nb_values = 1000;
 
index 78cc277d01eb0e8a05da5973d8f739ea796f9980..d46c0696f16c95557e0ed3c01ad444eb1c8c76cc 100644 (file)
@@ -34,8 +34,6 @@ typedef test_container<rvalstruct, bidirectional_iterator_wrapper> Container;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   // Note: The standard is unclear on what should happen in this case.
   // This seems the only really sensible behaviour, and what is done.
   rvalstruct array[] = {0};
@@ -46,8 +44,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct array[] = {0};
   Container con(array, array + 1);
   VERIFY( !prev_permutation(con.begin(), con.end()) );
@@ -56,8 +52,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct array[] = {3, 0};
   Container con(array, array + 2);
   VERIFY( prev_permutation(con.begin(), con.end()) );
@@ -69,8 +63,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[6] = {5, 4, 3, 2, 1, 0};
   for(int i = 0 ; i < 719; ++i)
     {
@@ -98,8 +90,6 @@ are_ordered(const rvalstruct& lhs, const rvalstruct& rhs)
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
-
   int array[6] = {5, 4, 3, 2, 1, 0};
   for(int i = 0 ; i < 719; ++i)
     {
index 089512b1472e0c03d560d58bea540dfa33d80fee..c80eac787faee0f4490bc72930f12b0ff98edc79 100644 (file)
@@ -29,8 +29,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_test::counter_type;
   const std::size_t nb_values = 1000;
 
index ef17d2f3bffbbaa6fb5e74d3c35a6b87fa80211b..3e3ccc69583b897e7da2972239c12e8b2ce5bfd3 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int N = 200000;
 int A[N], s1[N];
 
index cbe3e13aa110fc7b52faea0982c04501f9a1155e..da89e1d16c39c76612820f01a4c2739d7e181e22 100644 (file)
@@ -46,8 +46,6 @@ void fill_ascending()
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   fill_ascending();
   rvalstruct rv[N];
   std::copy(A, A + N, rv);
@@ -68,8 +66,6 @@ int random_generator(int)
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct rv[10] = {1,2,3,4,5,6,7,8,9,10};
   int result[10] = {10,1,2,3,4,5,6,7,8,9};
   Container con(rv, rv + 10);
index 43a4691cf5aa25e22596e20371800146fb820050..4c8e46b9322c789b19ee3ca8c85d4f8848a7e8a8 100644 (file)
@@ -35,7 +35,6 @@ typedef test_container<int, random_access_iterator_wrapper> Rcontainer;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
   int array[]={1};
   Fcontainer fcon(array, array);
   Bcontainer bcon(array, array);
@@ -48,7 +47,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {1};
   Fcontainer fcon(array, array + 1);
   Bcontainer bcon(array, array + 1);
@@ -64,7 +62,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {1, 2, 3, 4, 5};
   Fcontainer fcon(array, array + 5);
   Bcontainer bcon(array, array + 5);
@@ -83,7 +80,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {1, 2, 3, 4};
   Fcontainer fcon(array, array + 4);
   Bcontainer bcon(array, array + 4);  
@@ -106,7 +102,6 @@ test4()
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
   int array[] = {1, 2, 3, 4};
   Rcontainer con(array, array + 4);
   std::rotate(con.begin(), con.it(2), con.end());
index 5c05182474a148e056bf69a4bfe28f80c7a71ac1..69e12393c32a7d118d2ca4083ac28d4223b285c7 100644 (file)
@@ -41,7 +41,6 @@ typedef test_container<rvalstruct, random_access_iterator_wrapper> Rcontainer;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
   int data[] = {1, 2, 3, 4, 5};
   rvalstruct array[5];
   std::copy(data, data + 5, array); 
index 4d8349cabc04305b4d081ece550e223f62f3b3da..5aeaaba8c00ca94fd2bdaace4360d64b883c68f0 100644 (file)
@@ -42,8 +42,6 @@ template<typename Con>
   void
   test_con(int length, int rotate_pos)
   {
-    bool test __attribute__((unused)) = true;
-
     /* Make sure the VLA upper bound is positive. */
     rvalstruct array[length + 1];
     for(int i = 0; i < length; ++i)
index 219006d57a3b2ef5b921f4dc9886a624a5ebbcf8..383bf8e5a013ad3d0616265b383213bf80f092e6 100644 (file)
@@ -21,8 +21,6 @@
 #include <testsuite_hooks.h>
 #include <list>
 
-bool test __attribute__((unused)) = true;
-
 int A[] = {1, 2, 3, 4, 5, 6, 7};
 int B[] = {2, 3, 4, 5, 6, 7, 1};
 int C[] = {1, 2, 3, 4, 5, 6, 7};
@@ -31,7 +29,7 @@ const int N = sizeof(A) / sizeof(int);
 
 /* need a test for a forward iterator -- can't think of one that makes sense */
 
-/* biderectional iterator */
+/* bidirectional iterator */
 void
 test02()
 {
index 4a6b9eaed8e7a4b4d36c7596b9313fdf0dc66627..5be2b7f880cebf393fc64e3a76afdd66f6d61c47 100644 (file)
@@ -34,7 +34,6 @@ int array2[] = {0, 0, 0};
 void 
 test1()
 {
-  bool test __attribute__((unused)) = true;
   Container con1(array1, array1);
   Container con2(array1, array1 + 1);
   VERIFY(search(con1.begin(), con1.end(), con2.begin(), con2.end()).ptr == array1);
@@ -44,7 +43,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   Container con1(array1, array1 + 3);
   Container con2(array2, array2 + 3);
   VERIFY(search(con1.begin(), con1.end(), con2.begin(), con2.end()).ptr 
@@ -54,7 +52,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
   Container con1(array1 + 3, array1 + 10);
   Container con2(array2, array2 + 3);
   VERIFY(search(con1.begin(), con1.end(), con2.begin(), con2.end()).ptr 
@@ -64,7 +61,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
   Container con1(array1, array1 + 10);
   Container con2(array2, array2 + 1);
   VERIFY(search(con1.begin(), con1.end(), con2.begin(), con2.end()).ptr
@@ -74,7 +70,6 @@ test4()
 void
 test5()
 {
-  bool test __attribute__((unused)) = true;
   Container con1(array1 + 6, array1 + 10);
   Container con2(array2, array2 + 1);
   VERIFY(search(con1.begin(), con1.end(), con2.begin(), con2.end()).ptr
@@ -84,7 +79,6 @@ test5()
 void
 test6()
 {
-  bool test __attribute__((unused)) = true;
   int array3[]={2, 2, 1, 2, 3, 5};
   int array4[]={1, 2, 3, 4};
   Container con1(array3, array3 + 3);
index a16002c3778d757ebb6e603d403292f63506faa2..5962ac879bb514403d2c23b7e29fe823c56b36a8 100644 (file)
@@ -25,8 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<int> a{2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
   int count = 0;
   std::search_n(a.begin(), a.end(), 10, 1,
index 7e717f877fceff39e533761992af37d1b854b195..d3b233228e533ca4710b3f464f4c2199c5d661c8 100644 (file)
@@ -27,8 +27,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   for (unsigned size = 0; size < 50; ++size)
     {
       std::vector<int> vref(size);
index 50c4bbbba711e449e207f38ea8c66cf039b83a35..cd399f099e192717926ba45d143b5cd6f0b8bf9c 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
 const int B[] = {10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 17, 8, 18, 9, 19};
 const int C[] = {20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1};
index 3696d2a14241e9a523831686aab6736997fdc7cf..5e5641fc979976ab93716291418a2db429263943 100644 (file)
@@ -39,8 +39,6 @@ typedef test_container<V, random_access_iterator_wrapper> Container;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -54,8 +52,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -68,8 +64,6 @@ test02()
 
 void test03()
 {
-  bool test __attribute__((unused)) = true;
-
   V vvs[] = { 2, 0 };
   std::sort(vvs, vvs + 2);
   VERIFY( vvs[0].ok && vvs[0].val == 0 );
index 1b1f9e999fe4431416a42187bc880ca34f36377f..4d100b82017ece25bf4aa0cf0996fbed315ccda2 100644 (file)
@@ -45,8 +45,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N];
   std::copy(A, A + N, s1);
   Container con(s1, s1 + N);
@@ -63,8 +61,6 @@ bool order(const rvalstruct& lhs, const rvalstruct& rhs)
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N];
   std::copy(A, A + N, s1);
   Container con(s1, s1 + N);
index 5c4c768a071599f65fea34069278e4692261e79f..dbf5c529b60daefe951c29dd1f97a3801efa8548 100644 (file)
@@ -37,8 +37,6 @@ struct testSort
   template<typename Container, typename RandomGen>
   void operator()(Container con, RandomGen&)
   {
-    bool test __attribute__((unused)) = true;
-
     std::sort(con.begin(), con.end());
     VERIFY( std::is_sorted(con.begin(), con.end()) );
   }
index 7185ee93caa18f5cdc9afafebff1e39e70422f29..45cda370986de5371b6ab9b77f1631c6ce719d78 100644 (file)
@@ -24,8 +24,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> b;
   b.push_back(false);
   b.push_back(true);
index c6f5fe81a1b84d13b71886b3792df82dd624b74a..80aec6ef0af43a4f4f7deef579b0e2dc6f151d8f 100644 (file)
@@ -33,8 +33,6 @@ typedef test_container<V, random_access_iterator_wrapper> Container;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -49,8 +47,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -65,8 +61,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   V vvs[] = { 2, 0 };
   std::make_heap(vvs, vvs + 2);
   std::sort_heap(vvs, vvs + 2);
index cfcaae9606a6243baf5e2a06d643edd1c12441e8..a9f11f96fe3894ed5679dba6594b01dd6eff6c51 100644 (file)
@@ -28,8 +28,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   using __gnu_test::counter_type;
   const std::size_t nb_values = 1000;
 
index 4c6c3fbcc6bd040a0cfcfb23411c5a39b63cf9c8..8f80d27a16f9c4bc4c50bdab005e715d06911a6e 100644 (file)
@@ -22,8 +22,6 @@
 #include <testsuite_new_operators.h>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
 const int B[] = {2, 4, 6, 8, 10, 12, 14, 16, 1, 3, 5, 7, 9, 11, 13, 15, 17};
 const int N = sizeof(A) / sizeof(int);
index ff212a818a648db35845f623e1ce3ee9fd28b463..280efa530949193285a50da9914de669300b3217 100644 (file)
@@ -39,8 +39,6 @@ bool even(const copy_tracker& ct)
 void
 test1(int throw_count)
 {
-  bool test __attribute__((unused)) = true;
-
   copy_tracker vals[30];
   for(int i = 0; i < 30; ++i)
     vals[i] = A[i];
index cc96da430a448ae06d7549319f57a2d1a79bc766..24b7a4b41cc54900f184c574bf04921c4c4ec425 100644 (file)
@@ -51,8 +51,6 @@ struct Pred
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N];
   std::copy(A, A + N, s1);
   Container con(s1, s1 + N);
@@ -65,8 +63,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N2];
   std::copy(A2, A2 + N2, s1);
   Container con(s1, s1 + N2);
index 1b7a2ef8660ac704485a56dab953965bc79418f8..f1166463f5317845a8e9c5b7fae4daedc93576b1 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20};
 const int B[] = {10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 17, 8, 18, 9, 19};
 const int C[] = {20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1};
index 61a5b6d16b3fdfee9c5d5e4f438a03666c3f85b6..db2409eca0abec45442c8f04886b48ed2d66f852 100644 (file)
@@ -24,8 +24,6 @@
 void 
 test1()
 {
-  bool test __attribute__((unused)) = true;
-
   std::vector<bool> bools;
   bools.push_back(true);
   bools.push_back(false);
index f55a9d096c38c7c9063036bf56083223bd2f4fc3..50e6db74994ae10e8cfda7139ddbdfcbb6a22f12 100644 (file)
@@ -43,8 +43,6 @@ bool order(const rvalstruct& lhs, const rvalstruct& rhs)
 // libstdc++/49559
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[1];
   std::copy(A, A + 1, s1);
   Container con1(s1, s1 + 1);
index d60bb150f2f40588a13c348d1987733b6b88e332..6c99ecd802f8d775073a610aecd26a168fc7dca7 100644 (file)
@@ -39,8 +39,6 @@ typedef test_container<V, random_access_iterator_wrapper> Container;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -57,8 +55,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   V s1[] = { 10, 20, 1, 11, 2, 12, 3, 13, 4, 14, 5, 15, 6, 16, 7, 
             17, 8, 18, 9, 19 };
   const int N = sizeof(s1) / sizeof(V);
@@ -72,8 +68,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   V vvs[] = { 2, 0 };
   std::stable_sort(vvs, vvs + 2);
   VERIFY( vvs[0].ok && vvs[0].val == 0 );
index d5aee3e14834e076bdb209a45bc5df7144decb5f..79cccae93f1ea86d66734661c894301937620303 100644 (file)
@@ -36,8 +36,6 @@ const int A[] = {10, 20, 1, 11, 2, 21, 28, 29, 12, 35, 15, 27, 6, 16, 7,
 void
 test_mem1(int throw_count)
 {
-  bool test __attribute__((unused)) = true;
-
   copy_tracker vals[30];
   for(int i = 0; i < 30; ++i)
     vals[i] = A[i];
@@ -67,8 +65,6 @@ is_ordered(const copy_tracker& lhs, const copy_tracker& rhs)
 void
 test_mem2(int throw_count)
 {
-  bool test __attribute__((unused)) = true;
-
   copy_tracker vals[30];
   for(int i = 0; i < 30; ++i)
     vals[i] = A[i];
index f8938d3c1f05c29b9e652126e55a5a0a25cd7560..dcc1941a368dad3063a258762513e9a31c48ebd4 100644 (file)
@@ -44,8 +44,6 @@ const int N = sizeof(A) / sizeof(int);
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N];
   std::copy(A, A + N, s1);
   Container con(s1, s1 + N);
index 5d18bbeb96aee7e4497c9f23571e5cdb40696325..9d82f1ae95edcfcb449cdfa722deec6ac91f43d1 100644 (file)
@@ -47,8 +47,6 @@ bool order(const rvalstruct& lhs, const rvalstruct& rhs)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   rvalstruct s1[N];
   std::copy(A, A + N, s1);
   Container con(s1, s1 + N);
index 112bea9dcb62a55a683b48cf26cf8d4c1e440dde..3841808f666180edde5f0d8c5dd2bb0617787c35 100644 (file)
@@ -30,7 +30,6 @@ typedef test_container<int, forward_iterator_wrapper> Container;
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
   int array1[]={1, 2};
   int array2[]={3, 4};
   Container con1(array1, array1 + 2);
@@ -43,7 +42,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   int array1[] = {1};
   int array2[] = {1};
   Container con1(array1, array1);
index 2d10608c4a7d56e4fcf48d8b3ea02dd2c53870b4..8f5ed8e6d8bbda4f9e25a1bea4d91f7038d56a8f 100644 (file)
@@ -31,8 +31,6 @@ bool compare(int a, int b)
 // libstdc++/11480
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::unique(a, a+10, compare);
   VERIFY( compare_count == 9 );
 }
index 72e7e13bb78efb8dd08f8698e872a400626a57d9..1870a5045b6e71629d296252273078873efec635 100644 (file)
@@ -38,7 +38,6 @@ const int B3[] = {9, 9, 8, 8, 8, 8, 7, 6, 6, 1, 1, 1, 1, 1};
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   list<int>::iterator pos;
@@ -54,7 +53,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   list<int>::iterator pos;
@@ -70,7 +68,6 @@ void test02()
 
 void test03()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
 
   list<int>::iterator pos;
index 7d19432bdab4043fa0ebb76b206215dcbf289269..7a2d86ee8148cf173fc24911751f70c064fac3ad 100644 (file)
@@ -36,8 +36,6 @@ typedef test_container<rvalstruct, forward_iterator_wrapper> Container;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray1[] = {1, 4, 4, 6, 1, 2, 2, 3, 1, 6, 6, 6, 5, 7, 5, 4, 4};
   int intarray2[] = {1, 1, 1, 2, 2, 1, 1, 7, 6, 6, 7, 8, 8, 8, 8, 9, 9};
 
@@ -69,8 +67,6 @@ bool are_equal(const rvalstruct& rhs, const rvalstruct& lhs)
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   int intarray1[] = {1, 4, 4, 6, 1, 2, 2, 3, 1, 6, 6, 6, 5, 7, 5, 4, 4};
   int intarray2[] = {1, 1, 1, 2, 2, 1, 1, 7, 6, 6, 7, 8, 8, 8, 8, 9, 9};
 
index b6062be3a743439b5eb2f1c60cfd5e819fae4080..b74672be695a76eeb707161f24e36a2be2a8dbd4 100644 (file)
@@ -37,7 +37,6 @@ int array2[2];
 void 
 test1()
 {
-  bool test __attribute__((unused)) = true;
   Icontainer con1(array1, array1);
   Ocontainer con2(array2, array2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
@@ -46,7 +45,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   Icontainer con1(array1, array1 + 6);
   Ocontainer con2(array2, array2 + 2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr 
@@ -57,7 +55,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
   Icontainer con1(array1, array1);
   Fcontainer con2(array2, array2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
@@ -66,7 +63,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
   Icontainer con1(array1, array1 + 6);
   Fcontainer con2(array2, array2 + 2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr
index 1a83369c7252248e8604316b905f816d454830d2..6b336a2b0bbeafa526d2d9a318ff40314f63acde 100644 (file)
@@ -37,7 +37,6 @@ int array2[2];
 void
 test1()
 {
-  bool test __attribute__((unused)) = true;
   Fcontainer con1(array1, array1);
   Ocontainer con2(array2, array2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr == array2 );
@@ -46,7 +45,6 @@ test1()
 void
 test2()
 {
-  bool test __attribute__((unused)) = true;
   Fcontainer con1(array1, array1 + 6);
   Ocontainer con2(array2, array2 + 2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin()).ptr
@@ -57,7 +55,6 @@ test2()
 void
 test3()
 {
-  bool test __attribute__((unused)) = true;
   Fcontainer con1(array1, array1);
   Ocontainer con2(array2, array2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin(),
@@ -67,7 +64,6 @@ test3()
 void
 test4()
 {
-  bool test __attribute__((unused)) = true;
   Fcontainer con1(array1, array1 + 6);
   Ocontainer con2(array2, array2 + 2);
   VERIFY( unique_copy(con1.begin(), con1.end(), con2.begin(),
index 1bea2609c4e02ababc5f0d7c5345284dabb50fdd..a6c21da34d6658a4ba8f2ed24488bdc9439ffa13 100644 (file)
@@ -30,7 +30,6 @@ struct no_assign
 // libstdc++/26133
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::ostringstream oss1, oss2;
 
   no_assign in[4];
index f51c5b5bad19234306f16da0af37bb1ee425c33a..75074131f9c494f30884e0ff054b4dce1d54b612 100644 (file)
@@ -20,8 +20,6 @@
 #include <algorithm>
 #include <testsuite_hooks.h>
 
-bool test __attribute__((unused)) = true;
-
 const int A[] = {1, 2, 3, 3, 3, 5, 8};
 const int C[] = {8, 5, 3, 3, 3, 2, 1};
 const int N = sizeof(A) / sizeof(int);
index 705a3f456a9984b379ff9060d9caf88db67164c8..868663bcf3393df41f356289936fef24cfb7d505 100644 (file)
@@ -39,8 +39,6 @@ struct X
 void
 test01()
 {
-  bool test __attribute((unused)) = true;
-
   // Test with range that is partitioned, but not sorted.
   X seq[] = { 1, 3, 5, 7, 1, 6, 4, 2 };
   test_container<X, forward_iterator_wrapper> c(seq);
@@ -69,8 +67,6 @@ struct Y
 void
 test02()
 {
-  bool test __attribute((unused)) = true;
-
   // Test that Debug Mode checks don't fire (libstdc++/71545)
 
   Y seq[] = { -0.1, 1.2, 5.0, 5.2, 5.1, 5.9, 5.5, 6.0 };
index d2cd98304e8fb49c64a8693e2f7a24f85272514c..08798babbb5efe63f505696359a060455e53533b 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   regex("\\[", regex_constants::awk);
   VERIFY(regex_match_debug("\"", regex("[\\\"]", regex_constants::awk)));
   VERIFY(regex_match_debug("/", regex("/", regex_constants::awk)));
index 2f8dcfb62949802432751acb12655da661f006a1..d53cfdfb8fb160eb1f9cc6f32b5ef95e65e3d394 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
 #define FAIL(s) \
   try\
     {\
index a949f90ae3ac15ae0853b3c9ab11a2cf82f4a76a..1e442e911224ae3a752870d2a78e7cb2ca197443 100644 (file)
@@ -33,28 +33,26 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
+  std::regex  re("\\(a\\).*", std::regex::basic);
+  std::string target("aaba");
+  std::smatch m;
 
-       std::regex  re("\\(a\\).*", std::regex::basic);
-       std::string target("aaba");
-       std::smatch m;
+  VERIFY( regex_match_debug(target, m, re) );
 
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
-       VERIFY( m[1].first == target.begin() );
-       VERIFY( m[1].second == target.begin()+1 );
-       VERIFY( m[1].matched == true );
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
+  VERIFY( m[1].first == target.begin() );
+  VERIFY( m[1].second == target.begin()+1 );
+  VERIFY( m[1].matched == true );
 }
 
 
index 1ba1499347fd3aee1c04c2eddf40c7b6d9d0600c..82737192ea9ec0ae01f42b832153077a3bd4fc6d 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re("a\\{0,3\\}", std::regex::basic);
-       std::string target("aa");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re("a\\{0,3\\}", std::regex::basic);
+  std::string target("aa");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index 582c4804e366e0730e4a843d1062317d06bc6fa5..799b804a5163ec0f90fba758120eb950f5e26ac8 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re("a\\{1,3\\}", std::regex::basic);
-       std::string target("aa");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re("a\\{1,3\\}", std::regex::basic);
+  std::string target("aa");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index 3c6e07f551e9ee395d5082871011364279699779..0ec594e83a611b06011ab35f3eb47c3bf2437d96 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re("a\\{2,3\\}", std::regex::basic);
-       std::string target("aa");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re("a\\{2,3\\}", std::regex::basic);
+  std::string target("aa");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index a5661bc7f5f316f273759d1d0d85c7181e2d49e5..d3acf5ea19be4f2e96862b283666bd1a74144481 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   {
     std::regex  re("pre/[za-x]", std::regex::extended);
     VERIFY( regex_match_debug("pre/z", re) );
@@ -70,8 +68,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   try
   {
     std::regex re("[-----]", std::regex::extended);
@@ -103,8 +99,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   try
   {
     std::regex re("[z-a]", std::regex::extended);
@@ -119,8 +113,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex re("[-0-9a-z]");
   VERIFY(regex_match_debug("-", re));
   VERIFY(regex_match_debug("1", re));
@@ -135,8 +127,6 @@ test04()
 void
 test05()
 {
-  bool test __attribute__((unused)) = true;
-
   regex lanana_namespace("^[a-z0-9]+$", regex::extended);
   regex lsb_namespace("^_?([a-z0-9_.]+-, regex::extended)+[a-z0-9]+$");
   regex debian_dpkg_conffile_cruft("dpkg-(old|dist|new|tmp, regex::extended)$");
@@ -154,8 +144,6 @@ test05()
 void
 test06()
 {
-  bool test __attribute__((unused)) = true;
-
   regex lanana_namespace("^[a-z0-9]+$");
   regex lsb_namespace("^_?([a-z0-9_.]+-)+[a-z0-9]+$");
   regex debian_dpkg_conffile_cruft("dpkg-(old|dist|new|tmp)$");
index b4aa177c797385585eb39e5e94468796f7e0dd4a..82cf96b8752c61094a42c5f82e33c263fb0680f1 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   {
     std::regex  re("zxcv/(one.*)abc", std::regex::ECMAScript);
     std::string target("zxcv/onetwoabc");
index fc001adea4b514186f94790c26e059a5e7c798a9..fb2f79ad3c29fd11e2dda2d481ad3bd5c0d16b95 100644 (file)
@@ -34,8 +34,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   {
     std::regex  re("/asdf(/.*)", std::regex::ECMAScript);
     std::string target("/asdf/qwerty");
index 0d7080a9b6142ef2e5a7242412283d18ee4acbed..ab8772b7bb8257d18a728634a0abbe3b5ca7d027 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   string domain_name = "valid.hostname.org";
   /**
    * based on http://stackoverflow.com/questions/1418423/the-hostname-regex
index 01dede096d32da3f83335e47fd8108e2968dded0..0a7fc404a5d883991743fd0ac6264182ff4d3aef 100644 (file)
@@ -30,8 +30,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(!std::regex_match("aa", std::regex("(.)(?!\\1).")));
 }
 
index da115cbfaf0d24102b90a2790b68909e6464a08d..ba66c693055e506243b981fbaec3b52395a95d39 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
 #define TEST(res, s) \
   {\
     regex re(res);\
index db6ecc31a2b4445ca18cc983e1da8af67f1c4dc3..5e0ddbcbc6912e07966ca94e186a8f19cb4652fa 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   regex re("([A-Z])\\1*");
   smatch m;
   {
index 12c2142360ff118277feae7a225c98df1e6c6e73..71e815d418b88035577e4e3d4c5690872d380812 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(!regex_match_debug("x", regex("[]")));
   VERIFY(regex_match_debug("x", regex("[^]")));
   VERIFY(!regex_match_debug("]", regex("[]]")));
index 6d6836a8753f8c2e679dfc3115442df6fd3f2512..8de6ad82b9d003c4b427faa67c8afec60293857f 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   {
     regex re("()*\\1");
     cmatch m;
index f403c6521569f8295a00c5b107586fc9ca091bab..20dad639a8cdd52f2927c5e717dcd78170d8a941 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_match_debug(":", regex("\\x3a")));
   try
     {
index f9a24200f8ba0b050e79685aa328c5486c3640d8..6277818a2fecb7c9e9c3e32ac157aa5ea6513d3d 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_match_debug("01", regex("\\d*")));
   VERIFY(regex_match_debug("asdfjkl", regex("\\D*")));
   VERIFY(!regex_match_debug("asdfjkl0", regex("\\D*")));
index a69a67a3f6775f6d21c426f37210c225273dc25d..2936e88b8e3ef20684f82105f6be99603b3850b2 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   regex re("(a*?)*?");
   cmatch m;
   VERIFY(regex_match("a", m, re));
index 38dcc7d31cf0f9ee23d4e6dd153ea1d947907316..2e4de780ae8b125139a4a64845ffa1fc9e8b1604 100644 (file)
@@ -29,8 +29,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::setlocale(LC_ALL, "");
 
   std::wstring current_token(L"II.");
index faf023f42844d401c6bae297192bc597b6b85311..758f6d47cb61a90c6a05cbd314bc5220b7098a6d 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
 #define TESTL(res, s) \
   {\
     wregex re(res);\
index 836e68fb87ff851f10bd1845ca7a1a43a1a9a268..ef15553394cf0265276107bfa6dbb1b2d22319a7 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const wchar_t * s = L"\u4f60\u597d\u002c\u0020\u4e16\u002b\u754c";
 
   wregex re(s);
index 1aff704767d179917b1f62782a6a723822941c2b..9ff06d461ceb063962f42583177299630966f176 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_match_debug(L"\u1234", wregex(L"\\u1234")));
 }
 
index 745b9f508ff21655890c722485f9a47cb8d08766..abd21449c9eef5b291e2a1fe2762f4a97a229802 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex  re("(a+)", std::regex::extended);
   const char target[] = "aa";
   std::cmatch m;
index 530314659d442e95b4617cf0e5a6c9829067b373..81356b61e1c28d9f6ebb149d4527ad427e545a17 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex  re("(aa?)", std::regex::extended);
   char target[] = "a";
   std::cmatch m;
index 9d19a062e16acbb792d54245bb3b7a2f268142e2..eb7a8142ae1a3eb36bd7845299c2f3e6734d8974 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   regex re;
   re.assign("(ab){3}", std::regex::extended);
   VERIFY(!regex_match_debug("abab", re));
index 19a0b5fe09ce8add6776c98872229d5845f6fbf3..a4198011f5fbdd9c69b15910614f87695f47ff08 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re(".*", std::regex::extended);
-       std::string target("aaba");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re(".*", std::regex::extended);
+  std::string target("aaba");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index ba3de11821975355880d72400a0b4a4cd6b25793..e2ec64ec94d299d6e42b3ab5f57db94b9ee8d285 100644 (file)
@@ -32,8 +32,6 @@ using namespace __gnu_test;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex  re("a{0,3}", std::regex::extended);
   std::string target("aa");
   std::smatch m;
index 1d9a3537bd918137bac6bd43cbdfefb7114b4b9a..27dac9fb1d12ea346afb1d46ee408a52c8f9526b 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re("a{1,3}", std::regex::extended);
-       std::string target("aa");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re("a{1,3}", std::regex::extended);
+  std::string target("aa");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index da96f592e46356e23017eba14255c82b1e03ff75..ed44ff0736ac1187ca2b11c02fa3ebb29ece9fd3 100644 (file)
@@ -33,25 +33,23 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       std::regex  re("a{2,3}", std::regex::extended);
-       std::string target("aa");
-       std::smatch m;
-
-       VERIFY( regex_match_debug(target, m, re) );
-
-       VERIFY( m.size()  == re.mark_count()+1 );
-       VERIFY( m.empty() == false );
-       VERIFY( m.prefix().first == target.begin() );
-       VERIFY( m.prefix().second == target.begin() );
-       VERIFY( m.prefix().matched == false );
-       VERIFY( m.suffix().first == target.end() );
-       VERIFY( m.suffix().second == target.end() );
-       VERIFY( m.suffix().matched == false );
-       VERIFY( m[0].first == target.begin() );
-       VERIFY( m[0].second == target.end() );
-       VERIFY( m[0].matched == true );
+  std::regex  re("a{2,3}", std::regex::extended);
+  std::string target("aa");
+  std::smatch m;
+
+  VERIFY( regex_match_debug(target, m, re) );
+
+  VERIFY( m.size()  == re.mark_count()+1 );
+  VERIFY( m.empty() == false );
+  VERIFY( m.prefix().first == target.begin() );
+  VERIFY( m.prefix().second == target.begin() );
+  VERIFY( m.prefix().matched == false );
+  VERIFY( m.suffix().first == target.end() );
+  VERIFY( m.suffix().second == target.end() );
+  VERIFY( m.suffix().matched == false );
+  VERIFY( m[0].first == target.begin() );
+  VERIFY( m[0].second == target.end() );
+  VERIFY( m[0].matched == true );
 }
 
 
index 792179501ac24773d9213a629f87b662e89e1acf..ff04858026eae52f3bf6d27ab42cb2e7dc4b177e 100644 (file)
@@ -34,8 +34,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::wstring str2 = L"ÃœBER";
   std::wregex re2;
   re2.imbue(std::locale("de_DE.UTF-8"));
index 9756fb4d03b9917791cf4d8fcf430f3281b113f5..4af05ddf866d3f68505949414947edbfc1e592da 100644 (file)
@@ -31,8 +31,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_replace(string("This is a string"), regex("\\b\\w*\\b"), "|$0|")
         == "|This||| |is||| |a||| |string|||");
   VERIFY(regex_replace(string("This is a string"), regex("\\b\\w*\\b"), "|$0|",
index b92046b8227778b8b30e8a1d9940283e87ad9e28..169dd086c03de28d315921a9eb4ab22b923c0f0c 100644 (file)
@@ -29,8 +29,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   char buff[4096] = {0};
   regex re("asdf");
   cmatch m;
index 66db004190d2bcff9a1d01e5ec17f7ded48dd41b..b4726922b69c2b9a1042e604664f03008c3eb46c 100644 (file)
@@ -29,8 +29,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   string s = R"("test\")";
   VERIFY(!regex_search_debug(s, regex(R"("([^"]|\\")*[^\\]")")));
   VERIFY(!regex_match_debug(s, regex(R"("([^"]|\\")*[^\\]")")));
index 5de9ac33a81d709aac74f4406cfe88fb979c51ac..d11a2b860a426f15d9a2c1ab13043e0e76591a46 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex  re("as\\(df\\)", std::regex::basic);
   std::string target("xxasdfyy");
   std::smatch m;
index 275ddfbeb81ec9de0fb9059ecf03114d5afa790a..9686643d06aa07a2a0779740acefad1a60483dda 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(!regex_search_debug("2123456", regex("^1234")));
   VERIFY(regex_search_debug("123456", regex("^1234")));
   VERIFY(regex_search_debug("123456", regex("(5|^)1234")));
index 4db1a11fcfe6717f72e0885901073aec289c8575..69c6c2ab8be689abfd9df55449108b4bb470e903 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cmatch m;
   regex re("((as)(df))", regex_constants::ECMAScript | regex_constants::nosubs);
   VERIFY(regex_search_debug("asdf", m, re));
index 46fd45d29c39c60270c5b32bb864ae241651e28c..f3d10363adadfbfc958462b7c3feac1fb66f9ec7 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cmatch m;
 #define TEST(i, s) VERIFY(m[i].matched && string(m[i].first, m[i].second) == s)
   VERIFY(regex_search_debug("aaaa", m, regex("a*")));
index 43686f8cb1faac33b9e5c0392068bad234f885be..e3df1b461a36efc71437f96b9cf6c6b3a6366500 100644 (file)
@@ -33,8 +33,6 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_search_debug("", std::regex("")));
 }
 
index d5f41955d99bdf2ab24a81e15f673dfd239552f9..e8ca82949e8900420eed245c0228d41d3ef815c4 100644 (file)
@@ -35,8 +35,6 @@ void test01()
 // basic_regex::operator=() resets flags. libstdc++/64680
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex re("[[:alnum:]]", std::regex_constants::basic);
   re = "\\w+";
 }
index 96c1e6a66262c01acb37a84a45d324993ba05ab9..590518128c26128d97703f42ebff2dfee93181ff 100644 (file)
@@ -22,7 +22,6 @@
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests basic_regex assign operator from a C-style null-terminated-string.  
 void test01()
index fa7933e1e81d88e960500f064dbc67d44e9cb591..1bf4b00cc3b685e33e8c1a31bb53850d30793f78 100644 (file)
@@ -28,8 +28,6 @@
 // Tests assign operator of the basic_regex class for moveable rvalues.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex src_re("aaba");
   const unsigned mark_count = src_re.mark_count();
   const std::regex::flag_type flags = src_re.flags();
index ea45dd56aee3f96d7f18f960bfbc0f44764a9e08..4eaf572cf042a2ae6f064ede1d297bac2622ab65 100644 (file)
@@ -22,7 +22,6 @@
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests assign operation from a Pascal-style counted-string.  
 void test01()
index e31474e64507c3ebc36f2e8f8273526f0e50c593..c7867776534dbfdc65c7197dc7b34d1bde35630c 100644 (file)
@@ -22,7 +22,6 @@
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests range assign of the basic_regex class.  
 void test01()
index 65f7eeb71892a5bcd41e3092c0ca2ba272272162..097f4662fc418baabd25f09803742938323d18aa 100644 (file)
@@ -28,7 +28,6 @@
 // Tests C++ string assignment of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<char> test_type;
 
   std::string s("a*b");
@@ -39,7 +38,6 @@ void test01()
 // libstdc++/64584
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   std::regex re("", std::regex_constants::extended);
   auto flags = re.flags();
   try
index f47b6889ccf6380726787aa8f3798b5143168b06..6f129f40e6c3a0a42815527eb3807b5fb12aac31 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <string>
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests basic_regex assignment operator from a C++ string;
 void test01()
index 2bf17efd17733a5aaedf158e68e62331626b97e6..8bc685848012b4ea9eb17b3cc85475d9f81ea9a2 100644 (file)
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests assign operation from a C-style null-terminated-string.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   const wchar_t* cs = L"aab";
index 00ef22a3e4b8c42b48e88acd41d71d996332638a..3eaa79c233ff2579edf8e05d5b426b0438b03abb 100644 (file)
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests basic_regex assign operator from a C-style null-terminated-string.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   const wchar_t* cs = L"aab";
index 0bac2a2df49f53d778fd97863c61fc03197fc97f..0aa690ce87bd812c865e02567f5710222f09f8f9 100644 (file)
@@ -22,7 +22,6 @@
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests assign operation from a Pascal-style counted-string.  
 void test01()
index c386fa2eca70f6c072e4774076a2cc682a6de034..e15cd6bbc9adb987ead0f973e9995855c321ca17 100644 (file)
 // [28.8.3] class template basic_regex assign()
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests range assign of the basic_regex class.  
 void test01()
 {
   typedef std::basic_regex<wchar_t> test_type;
-  bool test __attribute__((unused)) = true;
 
   wchar_t s[] = L"a+b|c";
   test_type re;
index a385ceabf640bf454af10d7f4e46d8f122410538..5869cb1d68db06c7b84ea16bde9acf577b2cf222 100644 (file)
 
 #include <string>
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests C++ string assignment of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   std::wstring s(L"a*b");
index b111778d15c3081346d62a25208c0078f136484c..969f682fb2e21ec7ce6dd569fd33d2baa06befa9 100644 (file)
 
 #include <string>
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests basic_regex assignment operator from a C++ string;
 void test01()
 {
-       bool test __attribute__((unused)) = true;
-       typedef std::basic_regex<wchar_t> test_type;
+  typedef std::basic_regex<wchar_t> test_type;
 
   std::wstring s(L"a*b");
   test_type re;
index 2582ff969f7b22d587fb8bf25b2f66992bbb39c2..6e68af835881d0582b8188d4a48e0d882e3d6f80 100644 (file)
@@ -27,8 +27,6 @@
 // Tests Pascal-style counted-string constructor of the basic_regex class.  
 void test01()
 {
-       bool test __attribute__((unused)) = true;
-
   const wchar_t* cs = L"aab";
        std::wregex re(cs, 3, std::wregex::basic);
 
index 1860177d5b0640973ab64f5b388787d5a0fe6b56..45844a62fb606ee1a3faee7d2e428def11c30184 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       try
-       {
-               std::regex  re("a\\{1,2,3\\}", std::regex::basic);
-       }
-       catch (std::regex_error& ex)
-       {
-               VERIFY( ex.code() == std::regex_constants::error_brace );
-       }
+  try
+    {
+      std::regex  re("a\\{1,2,3\\}", std::regex::basic);
+    }
+  catch (std::regex_error& ex)
+    {
+      VERIFY( ex.code() == std::regex_constants::error_brace );
+    }
 }
 
 
index 6ce9e2ec278daaa7b7cb5fa1752cb264f1bdeaa1..be9d241b3892c3081f84090a69785822ff42c170 100644 (file)
@@ -27,8 +27,6 @@
 void
 test01() 
 { 
-  bool test __attribute__((unused)) = true;
-
   std::regex re("(wee|week)(knights|night)", std::regex::extended);
   
   VERIFY( re.flags() == std::regex::extended );
index 214e1f654152b1129524b29acaf929b045d4fdac..673f581ff70257234dc618ad7202e0b9e56dabed 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
-       try
-       {
-               std::regex  re("a{1,2,3}", std::regex::extended);
-       }
-       catch (std::regex_error& ex)
-       {
-               VERIFY( ex.code() == std::regex_constants::error_brace );
-       }
+  try
+    {
+      std::regex  re("a{1,2,3}", std::regex::extended);
+    }
+  catch (std::regex_error& ex)
+    {
+      VERIFY( ex.code() == std::regex_constants::error_brace );
+    }
 }
 
 
index 927490cfff961efa784a48a0932f422046a12f08..c001aca28302d7b6a0d4443d2f7a18d6c9ec2266 100644 (file)
 // Tests move constructor of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<char> test_type;
 
   test_type src_re("aaba");
   const unsigned mark_count = src_re.mark_count();
-       const test_type::flag_type flags = src_re.flags();
+  const test_type::flag_type flags = src_re.flags();
 
   test_type target_re = std::move(src_re);
   
-       VERIFY( target_re.flags() == flags );
-       VERIFY( target_re.mark_count() == mark_count );
+  VERIFY( target_re.flags() == flags );
+  VERIFY( target_re.mark_count() == mark_count );
 }
 
 int
index 4e48f94d3ab3df1457293582a128fa31acfcb148..2252ec7e409823ce94c993d6306da8414a0d6a7d 100644 (file)
@@ -28,7 +28,6 @@
 // Tests C++ string constructor of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   std::wstring s(L"a*b");
index e3758db42b94647fc68d5af457217c7aaf8d2961..904b6df1904f2e98b0126a7cc6e5bba019269843 100644 (file)
 // [28.8.2] class template basic_regex constructor
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests C-style null-terminated-string constructor of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   const wchar_t* cs = L"aab";
index 84bcbd6400e2e8354e45e3b91bcd70bd785bb791..daf132dae40b74f144e8e8b6f14dcb994814ad83 100644 (file)
 // [28.8.2] class template basic_regex constructor
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests default constructor of the basic_regex class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   // default constructor
index 98820ecd62b0558c46de8b285d843cb4b2f6f646..8e57e99db6475e30387404d367d8332e9a452035 100644 (file)
 // [28.8.2] class template basic_regex constructor
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests range constructor of the basic_regex class.  
 void test01()
 {
-       bool test __attribute__((unused)) = true;
   typedef std::basic_regex<wchar_t> test_type;
 
   wchar_t s[] = L"a+b|c";
index 2a3afdbaf12bbc78a0c0cb8db27858637460396f..6042f9bd40c1d2f20d27dcf8310c38fab5bf94c9 100644 (file)
@@ -26,8 +26,6 @@
 // libstdc++/64585
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   static const char s[] = "a";
   std::regex re("a");
   VERIFY(std::regex_search(s, re));
index 23d851bcea0ddaeb5485604f2c390973d9f45808..2c424d576cd0f312012b51f2b5b15569c6eb42cc 100644 (file)
 // 28.5.3 
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
+  std::regex_constants::error_type err __attribute__((unused));
 
-       std::regex_constants::error_type err __attribute__((unused));
-
-       err = std::regex_constants::error_collate;
-       err = std::regex_constants::error_ctype;
-       err = std::regex_constants::error_escape;
-       err = std::regex_constants::error_backref;
-       err = std::regex_constants::error_brack;
-       err = std::regex_constants::error_paren;
-       err = std::regex_constants::error_brace;
-       err = std::regex_constants::error_badbrace;
-       err = std::regex_constants::error_range;
-       err = std::regex_constants::error_space;
-       err = std::regex_constants::error_badrepeat;
-       err = std::regex_constants::error_complexity;
-       err = std::regex_constants::error_stack;
+  err = std::regex_constants::error_collate;
+  err = std::regex_constants::error_ctype;
+  err = std::regex_constants::error_escape;
+  err = std::regex_constants::error_backref;
+  err = std::regex_constants::error_brack;
+  err = std::regex_constants::error_paren;
+  err = std::regex_constants::error_brace;
+  err = std::regex_constants::error_badbrace;
+  err = std::regex_constants::error_range;
+  err = std::regex_constants::error_space;
+  err = std::regex_constants::error_badrepeat;
+  err = std::regex_constants::error_complexity;
+  err = std::regex_constants::error_stack;
 }
 
 int main()
index b007e5f84d1f475211de67c7e7c2e77cb6362318..d1e7c3719577cd0c077e77c99ce383fba391feb4 100644 (file)
 // 28.5.1 
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
+  std::regex_constants::match_flag_type flag = std::regex_constants::match_default;
 
-       std::regex_constants::match_flag_type flag = std::regex_constants::match_default;
-
-       flag |= std::regex_constants::match_not_bol;
-       flag |= std::regex_constants::match_not_eol;
-       flag |= std::regex_constants::match_not_bow;
-       flag |= std::regex_constants::match_not_eow;
-       flag |= std::regex_constants::match_any;
-       flag |= std::regex_constants::match_not_null;
-       flag |= std::regex_constants::match_continuous;
-       flag |= std::regex_constants::match_prev_avail;
-       flag |= std::regex_constants::format_default;
-       flag |= std::regex_constants::format_sed;
-       flag |= std::regex_constants::format_no_copy;
-       flag |= std::regex_constants::format_first_only;
+  flag |= std::regex_constants::match_not_bol;
+  flag |= std::regex_constants::match_not_eol;
+  flag |= std::regex_constants::match_not_bow;
+  flag |= std::regex_constants::match_not_eow;
+  flag |= std::regex_constants::match_any;
+  flag |= std::regex_constants::match_not_null;
+  flag |= std::regex_constants::match_continuous;
+  flag |= std::regex_constants::match_prev_avail;
+  flag |= std::regex_constants::format_default;
+  flag |= std::regex_constants::format_sed;
+  flag |= std::regex_constants::format_no_copy;
+  flag |= std::regex_constants::format_first_only;
 }
 
 int main()
index 8f92308a4b48bff81e731fbf986b5c35fe912678..09b12803aec8510dc63132b8c76c0db2b4521d6b 100644 (file)
 
 using namespace std;
 
-int test01(void)
+void test01(void)
 {
-  bool test = true;
-
   regex r = { 'a', 'b', 'c' };
   cmatch res;
   VERIFY(regex_match ("abc", res, r));
@@ -35,8 +33,6 @@ int test01(void)
   r = { 'd', 'e', 'f' };
   VERIFY(regex_match ("def", res, r));
   VERIFY(!regex_match ("abc", res, r));
-
-  return test;
 }
 
 int main()
index 2359d851917f4ce6303fa4f81721dbe82b8b1f7d..f6bfe269c848bd28dc3ee68cb89673891dd23ef9 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const std::regex e("z*");
   const std::string s("ab");
 
index 9b42ed10a0e64ce1e1e8983c09628a9100491148..eab981572c9d1970bbd2bb812917ed2c5d7f67fa 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::basic_regex<char> re("asdf");
   const char s[] = "ffasdf88asdf99asdf00asdf77";
   int cnt = 0;
index fda0d9c8cf58cb180055f7e55943dca90c7a37f9..db7b04a766dce275355889418d93748f1b8184d4 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex re("asdf");
   std::string s("asdfasdfasdf");
   int i = 0;
@@ -46,8 +44,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::regex re("\\w+");
   std::string s("-a-b-c-");
 
@@ -75,8 +71,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   std::smatch m;
   std::string s = "abcde";
   std::regex_search(s, m, std::regex("bcd"));
index 111b7adc2873058ecbb05d9bd83011e056572b59..53d55d31e84e8e9bda9c93f85d2dcc2931ef1e73 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_iterator<char*> it;
        std::cregex_iterator cit;
        std::sregex_iterator sit;
index a6937f96738279c878058ca87c84d7d16763691e..f745097fd825bc0221d56045894c8762eb128173 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_iterator<wchar_t*> it;
        std::wcregex_iterator cit;
        std::wsregex_iterator sit;
index 6566beb95934a685fc2be482395d6ae3034ff6f7..35fe0fab371b375fb8d0c45edb6ecea1cf136d2f 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::regex_iterator<char*> it;
 
   typedef it::regex_type         regex_type;
index a84a3a8be796ee3243263a1222034963f7e1979a..7a48dadca454f52b20429b2ac41ced0ad407d766 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::basic_regex<wchar_t> re(L"asdf");
   const wchar_t s[] = L"ffasdf88asdf99asdf00asdf77";
   int cnt = 0;
index f9d13cd1e466a28ff675b3c1015bf737d60f4eb3..fde100625de1b55adbb320a7efb988d5113570f2 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::setlocale(LC_ALL, "en_US.UTF-8");
 
   std::wstring str2 = L"ä\u2009Ä\u2009ö\u2009Ö\u2009ü\u2009Ãœ";
index aab10e51c13b218985d13a3a7e172549fac6340f..0a7087ba00297bcc20010cc5cd277349e801c494 100644 (file)
@@ -26,8 +26,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const std::string s("  111  222  ");
   const std::regex re("\\w+");
 
index bc6d75197db5f8c405ae0bab165e27a03c3bb6e7..9d10e8f00f1d5484857cb1126e42c09cf58ce914 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::basic_regex<char> re(" ");
   const char s[] = "Quick brown fox.";
   int cnt = 0;
index a240b36b26b38a5f4f5e5cdc4e2e01dda589c967..4c58414002bd75bb31920248557b2f9b214e9efe 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_token_iterator<char*> it;
        std::cregex_token_iterator cit;
        std::sregex_token_iterator sit;
index c57c8ebd0b8029c173a75030d35126fd40bc9eb4..18183ec6f4b440f66f90984cd6e83011e3eaf053 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_token_iterator<wchar_t*> it;
        std::wcregex_token_iterator cit;
        std::wsregex_token_iterator sit;
index 0980350e5723fc7b834af51501063d4a254f24f5..b9ac98ed7db04f206e9ddbb4c22d05383526af5b 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::regex_token_iterator<char*> it;
 
   typedef it::regex_type         regex_type;
index 463634aff60154799aad9ed343e50b5935e6bf2d..8feb2b892c1b9f261bfea56538556af96894a9fc 100644 (file)
@@ -29,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::basic_regex<wchar_t> re(L" ");
   const wchar_t s[] = L"Quick brown fox.";
   int cnt = 0;
index 3221548eb3fcb59231a661795387c4dbe42ca76b..5c66fee33f17bb147e1e4c2e09e0b86da65ac222 100644 (file)
@@ -30,8 +30,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::setlocale(LC_ALL, "en_US.UTF-8");
 
   std::wstring str2 = L"öäü";
index 8e880d6a6923025da58539e25ab4d6fd172f8cd7..fb49bc323e7bc65d1639cd995b0d7cefb96dfe5c 100644 (file)
@@ -27,8 +27,6 @@
 // Tests default constructor of the match_result class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cmatch cm;
   VERIFY( cm.size() == 0 );
   VERIFY( !cm.ready() );
@@ -36,8 +34,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::smatch sm;
   VERIFY( sm.size() == 0 );
   VERIFY( !sm.ready() );
index 2e95aaab26366a9d93203827f4db55737fde6943..425184f03c1958f7f2289ca4ebf9f92c998b9a1c 100644 (file)
@@ -27,8 +27,6 @@
 // Tests default constructor of the match_result class.  
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::wcmatch cm;
   VERIFY( cm.size() == 0 );
   VERIFY( !cm.ready() );
@@ -36,8 +34,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::wsmatch sm;
   VERIFY( sm.size() == 0 );
   VERIFY( !sm.ready() );
index bf37ce5cc6afc1e905ffe30217cba7ac722635d8..ff047c5276916594d2cbb6a068f873df96d63b79 100644 (file)
@@ -33,8 +33,6 @@ using namespace __gnu_test;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   cmatch m;
   VERIFY(regex_search_debug("*** this is a string !!!", m,
                            regex("(\\w+) (\\w+) (\\w+) (\\w+)")));
@@ -48,8 +46,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   regex re("asdf");
   cmatch m;
   regex_match("asdf", m, re);
index e096f5dffe339199cd7472d4cabac62de418c1d6..eb83131cac346c000b1bf28a5696a42d011684e5 100644 (file)
@@ -28,8 +28,6 @@ using namespace __gnu_test;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   const char s[] = "abc";
   const std::regex re("(\\d+)|(\\w+)");
 
@@ -55,8 +53,6 @@ test01()
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::match_results<const char*> m;
   const char s[] = "a";
   VERIFY(regex_search_debug(s, m, std::regex("a")));
index 4db85f49692f8bd1f6747d6a5e4080442367ea08..b25b02d083e7f2036aa87c59dc7784eede6d88ec 100644 (file)
@@ -24,8 +24,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cmatch m;
   std::regex_match("a", m, std::regex("a"));
   std::cmatch mm1 = m, mm2;
index 1d31318cac5a9e46ebdde41f29687f28d770ced6..ad96752723d36c9cd135c69471afd6be27d31628 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef std::match_results<char*> mr;
 
   typedef mr::value_type       value_type;
index 11744a9203899c9dc6f116b414777f3e4d9f69a5..a87f0e5e3ce6aeeca11e9e7412bfcc1aae863555 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
+  std::regex_error error(std::regex_constants::error_collate);
+  VERIFY(error.code() == std::regex_constants::error_collate);
 
-       std::regex_error error(std::regex_constants::error_collate);
-       VERIFY(error.code() == std::regex_constants::error_collate);
-
-       try
-       {
-               throw error;
-       }
-       catch (std::runtime_error& ex)
-       {
-       }
+  try
+    {
+      throw error;
+    }
+  catch (std::runtime_error& ex)
+    {
+    }
 }
 
 int main()
index 53a19afe4c3d0cdbe42ddf4223f4076b769822d3..effb356075e0cfb52a8fb494cd2ce7169257a4f9 100644 (file)
@@ -28,16 +28,12 @@ using namespace std;
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   regex re("((.)", regex_constants::basic);
 }
 
 void
 test02()
 {
-  bool test __attribute__((unused)) = true;
-
   std::string re_str
     {
       "/abcd" "\n"
@@ -51,8 +47,6 @@ test02()
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_match_debug("a.", regex(R"(a\b.)"), regex_constants::match_not_eow));
   VERIFY(regex_match_debug(".a", regex(R"(.\ba)"), regex_constants::match_not_bow));
   VERIFY(regex_search_debug("a", regex(R"(^\b)")));
@@ -65,8 +59,6 @@ test03()
 void
 test04()
 {
-  bool test __attribute__((unused)) = true;
-
   static const char* kNumericAnchor ="(\\$|usd)(usd|\\$|to|and|up to|[0-9,\\.\\-\\sk])+";
   const std::regex re(kNumericAnchor);
   (void)re;
@@ -75,8 +67,6 @@ test04()
 void
 test05()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY(regex_match_debug("!", std::regex("[![:alnum:]]")));
   VERIFY(regex_match_debug("-", std::regex("[a-]", regex_constants::basic)));
   VERIFY(regex_match_debug("-", std::regex("[a-]")));
index 9a947c64a837f34c33d3140a6a5442a3b48dde3d..267f4e5295f2fba988ac2e19fdd9d2390d57af0f 100644 (file)
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef char                          value_type;
   typedef std::basic_string<value_type> string_type;
   typedef std::sub_match<value_type*>   sub_match_type;
   value_type test_data[] = "cabbage";
 
-       sub_match_type sm;
-       sm.first = std::begin(test_data);
-       sm.second  = std::end(test_data) - 1;
-       sm.matched = true;
+  sub_match_type sm;
+  sm.first = std::begin(test_data);
+  sm.second  = std::end(test_data) - 1;
+  sm.matched = true;
 
-       string_type sm_string = sm;
+  string_type sm_string = sm;
 
-       VERIFY( sm_string == string_type(test_data) );
+  VERIFY( sm_string == string_type(test_data) );
 }
index c74bde059e65617c401888775aad3c8110d57c5f..49f9bd3c6d252f4ff8d24b72ad57ac00f642488e 100644 (file)
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef wchar_t                       value_type;
   typedef std::basic_string<value_type> string_type;
   typedef std::sub_match<value_type*>   sub_match_type;
   value_type test_data[] = L"cabbage";
 
-       sub_match_type sm;
-       sm.first = std::begin(test_data);
-       sm.second  = std::end(test_data) - 1;
-       sm.matched = true;
+  sub_match_type sm;
+  sm.first = std::begin(test_data);
+  sm.second  = std::end(test_data) - 1;
+  sm.matched = true;
 
-       string_type sm_string = sm;
+  string_type sm_string = sm;
 
-       VERIFY( sm_string == string_type(test_data) );
+  VERIFY( sm_string == string_type(test_data) );
 }
index 39644822c854fc93651c7c70b1bc0c9736ea7d95..9244f9dae1a4e17f4bd1b437e187ded2b054e764 100644 (file)
@@ -28,8 +28,6 @@
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef char                          value_type;
   typedef std::basic_string<value_type> string_type;
   typedef std::sub_match<value_type*>   sub_match_type;
@@ -37,19 +35,19 @@ int main()
   value_type test_data2[] = {'a', 'b', 'c'};
   const string_type test_data3("abc");
 
-       sub_match_type sm;
-       sm.first = std::begin(test_data2);
-       sm.second  = std::end(test_data2);
-       sm.matched = true;
-
-       VERIFY( test_data1 != sm );
-       VERIFY( sm != test_data1 );
-       VERIFY( sm < test_data1 );
-       VERIFY( !(test_data1 < sm) );
-       VERIFY( test_data1 > sm );
-
-       VERIFY( test_data3 == sm );
-       VERIFY( sm == test_data3 );
-       VERIFY( !(sm < test_data3) );
-       VERIFY( !(test_data3 < sm) );
+  sub_match_type sm;
+  sm.first = std::begin(test_data2);
+  sm.second  = std::end(test_data2);
+  sm.matched = true;
+
+  VERIFY( test_data1 != sm );
+  VERIFY( sm != test_data1 );
+  VERIFY( sm < test_data1 );
+  VERIFY( !(test_data1 < sm) );
+  VERIFY( test_data1 > sm );
+
+  VERIFY( test_data3 == sm );
+  VERIFY( sm == test_data3 );
+  VERIFY( !(sm < test_data3) );
+  VERIFY( !(test_data3 < sm) );
 }
index 403a625b33dc439e7d2b1352eaf93b5424d89dff..6f6bb24be9b4c8dff8d388793e2bd2bdd2d3783e 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef std::sub_match<const char*> sm_t;
   const char*           test_data = "cabbage";
   sm_t::difference_type test_len = 3;
 
-       sm_t sm1;
-       sm1.first   = test_data + 0;
-       sm1.second  = test_data + test_len;
-       sm1.matched = true;
+  sm_t sm1;
+  sm1.first   = test_data + 0;
+  sm1.second  = test_data + test_len;
+  sm1.matched = true;
 
-       sm_t sm2;
-       sm2.matched = false;
+  sm_t sm2;
+  sm2.matched = false;
 
-       VERIFY( sm1.length() == test_len );
-       VERIFY( sm2.length() == 0 );
+  VERIFY( sm1.length() == test_len );
+  VERIFY( sm2.length() == 0 );
 }
 
 int main()
index 629cb56c63df3a7587ea1ddc19743b6daa741f94..5ab57497a98aded9e4b33ccd8784d86f866c19fa 100644 (file)
 // [28.7] class template regex_traits
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests default constructor of the regex_traits class.  There is only the
 // default constructor.
 void test01()
 {
-       bool test __attribute__((unused)) = true;
   typedef std::regex_traits<char> test_type;
 
   // required default constructor
index b71796b848437714834ebad8c4f40a699bafba06..01f8a6f4ca35b893214750ef20c1817ae0364b9b 100644 (file)
@@ -31,7 +31,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
 
index e38aa67eac7f0c178f15a17a7f02e0e57e9c9715..ddd00f8c5762f94c2329da797e9c618723344967 100644 (file)
@@ -33,16 +33,15 @@ test01()
 {
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
-  bool test __attribute__((unused)) = true;
   const CharT* p = "";
 
-       std::size_t i = traits::length(p);
+  std::size_t i = traits::length(p);
 
-       VERIFY( i == 0 );
+  VERIFY( i == 0 );
 }
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 25c07ae71a93db1a34c6d312db74c0d8a6e4d4ce..6b93d616e13b80a5acf0849aea6654b66d361118 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
 
-       char n1[] = "lower";
-       char n2[] = "alpha";
-       traits t;
+  char n1[] = "lower";
+  char n2[] = "alpha";
+  traits t;
 
   traits::char_class_type c1 = t.lookup_classname(n1, n1+sizeof(n1)-1);
   VERIFY( c1 != 0 );
 
   traits::char_class_type c2 = t.lookup_classname(n1, n1+sizeof(n1)-1, true);
   traits::char_class_type c3 = t.lookup_classname(n2, n2+sizeof(n2)-1, true);
-       VERIFY( c2 == c3 );
+  VERIFY( c2 == c3 );
 }
 
 // Test forward iterator
index a40c1bc8fe22ecc6b240a1df9e8e9beb70ba94e6..7fcbc2f8439c3f79a8b66980872a7df84c3b5cd5 100644 (file)
@@ -31,7 +31,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
 
index ddcb94ece01c84c8af9c53dd9ff3004ff84589a9..e3eda194a9e37e24a64dc0ccc41c2eaf515bde30 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
 
-       traits t;
-       traits::string_type G = "abc";
-       traits::string_type H = "def";
+  traits t;
+  traits::string_type G = "abc";
+  traits::string_type H = "def";
 
   VERIFY( G < H );
   VERIFY( t.transform(G.begin(), G.end()) < t.transform(H.begin(), H.end()) );
@@ -45,6 +44,6 @@ test01()
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 17c5ca357c8921fa0863d1ce10f75606b07ba2ba..2a65256d1bd84caef1a0c4ab5854bdaeb7b2a589 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
   typedef std::regex_traits<CharT> traits;
 
-       traits t;
-       traits::string_type G = "abc";
-       traits::string_type H = "def";
-       traits::string_type J = "ABC";
+  traits t;
+  traits::string_type G = "abc";
+  traits::string_type H = "def";
+  traits::string_type J = "ABC";
 
   VERIFY( G < H );
   VERIFY( t.transform_primary(G.begin(), G.end())
index e198656df16d2aeb31cfe35ef8cf59155dc37d29..6709d63b0af583311bd525498b7a73ebedd02ce5 100644 (file)
@@ -32,7 +32,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
 
   std::regex_traits<CharT> t;
index d43864673883adcfb96da2ff4800c4760bf6282c..fab1859d3b43c16dca94c34f8ad52c298b0d541b 100644 (file)
@@ -27,7 +27,6 @@
 // Verifies the workings of the regex_traits translate_nocase function.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef char CharT;
 
   std::regex_traits<CharT> t;
index 926c07c1feb8a401d368e7503b0473b0a1fa5fcd..4af05634b2391fa7fd62b11a6c6b2384d94473c9 100644 (file)
@@ -45,8 +45,6 @@ template<typename CharT>
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   basic_regex<char, MyRegexTraits<char>> re(".");
   VERIFY(!regex_match("\n", re));
   VERIFY(!regex_match("\r", re));
index 1a119860b8334cc43752c78771a0a1a7df40ca5c..cecfc8787da82fd53a95635db5cf832d39beac04 100644 (file)
@@ -27,7 +27,6 @@
 // Tests the value() function of the regex_traits<char> class.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_traits<char> t;
   VERIFY( t.value('7', 8)  == 7 );
   VERIFY( t.value('7', 10) == 7 );
index 32aa46ad22dce04b8fc7bb6bcb56b2fc021250a5..378ce3570e76d3dc94e0faabdc44ca0d5a6891bd 100644 (file)
@@ -22,7 +22,6 @@
 // [28.7] class template regex_traits
 
 #include <regex>
-#include <testsuite_hooks.h>
 
 // Tests default constructor of the regex_traits class.  There is only the
 // default constructor.
index 8ab25eedc56c4ddc7eed5540fcd25222393bc1fb..bcaafb74edfb9f64da88b74fc9e05b2f39e5f0f6 100644 (file)
@@ -28,7 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
 
index f4b786ef2a62b3ca818b9e2481fb577a03296d60..ff5c5284027a092fd48834e5728b887040dfbc83 100644 (file)
@@ -33,16 +33,15 @@ test01()
 {
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
-  bool test __attribute__((unused)) = true;
   const CharT* p = L"";
 
-       std::size_t i = traits::length(p);
+  std::size_t i = traits::length(p);
 
-       VERIFY( i == 0 );
+  VERIFY( i == 0 );
 }
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 6c9bb491c5b9cf2572275b2d0ca15fc0bb16e1c0..665ce176b97021bb928224ffe2a0e91d00cb3879 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
 
index 8e3437cf4aa9115f42159c1d86e7ccf2c87545f7..171f24895aa966823c9ef98a0886fc7a6e359542 100644 (file)
@@ -28,7 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
 
@@ -39,6 +38,6 @@ test01()
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index da49cd33cc0ecdc11baf47adc35fcc485290e8e0..795f62a0978830bfdd806e84e26781f3e71fc9ee 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
 
-       traits t;
-       traits::string_type G = L"abc";
-       traits::string_type H = L"def";
+  traits t;
+  traits::string_type G = L"abc";
+  traits::string_type H = L"def";
 
   VERIFY( G < H );
   VERIFY( t.transform(G.begin(), G.end()) < t.transform(H.begin(), H.end()) );
@@ -45,6 +44,6 @@ test01()
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 97742cc9b316356b6ff1fcac9127726cb5285e2f..0a6fb920446bf8a857dab3d60e0f70b49b97c82c 100644 (file)
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
   typedef std::regex_traits<CharT> traits;
 
-       traits t;
-       traits::string_type G = L"abc";
-       traits::string_type H = L"def";
-       traits::string_type J = L"ABC";
+  traits t;
+  traits::string_type G = L"abc";
+  traits::string_type H = L"def";
+  traits::string_type J = L"ABC";
 
   VERIFY( G < H );
   VERIFY( t.transform_primary(G.begin(), G.end())
@@ -49,6 +48,6 @@ test01()
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 5e53b71d82554d0c7eea971802d6e9d44c9b1a2a..abf822be798514aa6dc301ae3c050380cf8b8565 100644 (file)
@@ -31,7 +31,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
 
   std::regex_traits<CharT> t;
@@ -43,6 +42,6 @@ test01()
 
 int main()
 {
-       test01();
-       return 0;
+  test01();
+  return 0;
 }
index 92901f99687eb62f86ad40f2d49462548b2fd54b..a935b1ab74cabab6856fb60933d6210e1f301744 100644 (file)
@@ -27,7 +27,6 @@
 // Verifies the workings of the regex_traits translate_nocase function.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef wchar_t CharT;
 
   std::regex_traits<CharT> t;
index b81d4e296bcd424c32389ae2ae9ed58482784894..901e042ba89455a81033bda3e7d0238a525b917e 100644 (file)
@@ -45,8 +45,6 @@ template<typename CharT>
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   basic_regex<wchar_t, MyRegexTraits<wchar_t>> re(L".");
   VERIFY(!regex_match(L"\n", re));
   VERIFY(!regex_match(L"\r", re));
index 1dc643c78654180707e1878dd6e2847296320ef1..92dd046397f8b6ed26e24c99b0cae75e8ef69d59 100644 (file)
@@ -27,7 +27,6 @@
 // Tests the value() function of the regex_traits<wchar_t> class.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_traits<wchar_t> t;
   VERIFY( t.value(L'7', 8)  == 7 );
   VERIFY( t.value(L'7', 10) == 7 );
index 2daa2dcf0ff51d1442c3fd901374e6eae9137fac..cf14e8e4dae3d95145dc9fc64d5c396e0c654dc2 100644 (file)
@@ -34,8 +34,6 @@ struct Bar {
 int
 main ()
 {
-  bool test __attribute__((unused)) = true;
-
   std::atomic<Foo*> a;
   std::atomic<Bar*> b;
 
index 9aa7cb054f35b45d2b1ca673de70df9705468a68..7b013d4c32f0bf264ab55aa35649e678872534d6 100644 (file)
@@ -26,8 +26,6 @@
 // pointer arithimetic vs. atomic<_Tp*> specialization
 int main(void)
 {
-  bool test __attribute__((unused)) = true;
-
   using namespace std;
 
   typedef int  value_type;
index d695cc851ffabe83db214066df478267686e3bbe..1457dc90bb3bfb75b44e895510909dc070b2c71b 100644 (file)
@@ -23,7 +23,6 @@
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
   std::atomic_flag f = ATOMIC_FLAG_INIT;
 
   f.clear(); // set to false
index 01d33b209511de1afa0b8bcb06d21149c1fc2142..8aa55995c0291afcb722c0b8dde427128f0a3c2d 100644 (file)
@@ -35,8 +35,6 @@ public:
 // libstdc++/11460
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef std::strstreambuf::traits_type Traits;
   const char str[] = "a\xff";
   
index a662df61cdf9a819ca758a627f5e5caad5e0faec..a9b4210c0f1a2f4063da9729d345abf778b61ebb 100644 (file)
@@ -66,7 +66,6 @@ namespace __gnu_cxx
 void test01()
 {
   const int Size = 5;
-  bool test __attribute__((unused)) = true;
 
   using std::string;
   using std::pair;
index 1ec565b3bce617fedc9c898af3a5aeddac7e5171..cf1610bf3f792843b667be4b341f35b6f3807ab8 100644 (file)
@@ -56,8 +56,6 @@ namespace __gnu_cxx
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::hash_map<std::string, int> Map;
   typedef Map::iterator       iterator;
   typedef Map::const_iterator const_iterator;
index 3ecc424edd71873dfffe70173b42ce625cfca19a..aea81e279e730a99784edea1c1f703c92926e568 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   const int werte[] = { 1, 25, 9, 16, -36};
   const int anzahl = sizeof(werte) / sizeof(int);
   __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl);
index 57ae4819cef0e54d7fb94436e25e8c3480baa70f..bfedf5109ee2ca6c8e2a267be09dfa29fa0f4c48 100644 (file)
@@ -56,8 +56,6 @@ namespace __gnu_cxx
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::hash_set<std::string> Set;
   typedef Set::iterator       iterator;
   typedef Set::const_iterator const_iterator;
index 223659217ab85c79b9ac68a76ea2083271085414..eb6ac3e34fce2cac3a387a69b8fd178040ad59c7 100644 (file)
@@ -37,7 +37,6 @@ unsigned long long ull = 50;
 void
 binary_add_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = si + a;   VERIFY (b == 980);
@@ -64,7 +63,6 @@ binary_add_32 (void)
 void
 binary_subtract_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a - si;   VERIFY (b == 1020);
@@ -92,7 +90,6 @@ binary_subtract_32 (void)
 void
 binary_multiply_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a * si;   VERIFY (b == -20000);
@@ -119,7 +116,6 @@ binary_multiply_32 (void)
 void
 binary_divide_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a / si;   VERIFY (b == -50);
@@ -147,7 +143,6 @@ binary_divide_32 (void)
 void
 binary_add_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a + si;   VERIFY (b == 980);
@@ -174,7 +169,6 @@ binary_add_64 (void)
 void
 binary_subtract_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a - si;   VERIFY (b == 1020);
@@ -202,7 +196,6 @@ binary_subtract_64 (void)
 void
 binary_multiply_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a * si;   VERIFY (b == -20000);
@@ -229,7 +222,6 @@ binary_multiply_64 (void)
 void
 binary_divide_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a / si;   VERIFY (b == -50);
@@ -257,7 +249,6 @@ binary_divide_64 (void)
 void
 binary_add_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a + si;   VERIFY (b == 980);
@@ -284,7 +275,6 @@ binary_add_128 (void)
 void
 binary_subtract_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a - si;   VERIFY (b == 1020);
@@ -312,7 +302,6 @@ binary_subtract_128 (void)
 void
 binary_multiply_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a * si;   VERIFY (b == -20000);
@@ -339,7 +328,6 @@ binary_multiply_128 (void)
 void
 binary_divide_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a / si;   VERIFY (b == -50);
index cf9716f0922db08a7d43da1b205eca8a2ef604b3..5834e4ec891cdf405c992073b062fd60a4f95d8b 100644 (file)
@@ -37,7 +37,6 @@ unsigned long long ull = 50;
 void
 compare_eq_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
 
   a = si;   VERIFY (a == si);   VERIFY (si == a);
@@ -54,7 +53,6 @@ compare_eq_32 (void)
 void
 compare_ne_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a = 100;
 
   VERIFY (a != si);   VERIFY (si != a);
@@ -71,7 +69,6 @@ compare_ne_32 (void)
 void
 compare_lt_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a = -100;
 
   VERIFY (a < si);
@@ -99,7 +96,6 @@ compare_lt_32 (void)
 void
 compare_le_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
 
   a = si;   VERIFY (a <= si);   VERIFY (si <= a);
@@ -138,7 +134,6 @@ compare_le_32 (void)
 void
 compare_gt_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a = 100;
 
   VERIFY (a > si);
@@ -166,7 +161,6 @@ compare_gt_32 (void)
 void
 compare_ge_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
 
   a = si;   VERIFY (a >= si);   VERIFY (si <= a);
@@ -205,7 +199,6 @@ compare_ge_32 (void)
 void
 compare_eq_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
 
   a = si;   VERIFY (a == si);   VERIFY (si == a);
@@ -222,7 +215,6 @@ compare_eq_64 (void)
 void
 compare_ne_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a = 100;
 
   VERIFY (a != si);   VERIFY (si != a);
@@ -239,7 +231,6 @@ compare_ne_64 (void)
 void
 compare_lt_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a = -100;
 
   VERIFY (a < si);
@@ -267,7 +258,6 @@ compare_lt_64 (void)
 void
 compare_le_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
 
   a = si;   VERIFY (a <= si);   VERIFY (si <= a);
@@ -306,7 +296,6 @@ compare_le_64 (void)
 void
 compare_gt_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a = 100;
 
   VERIFY (a > si);
@@ -334,7 +323,6 @@ compare_gt_64 (void)
 void
 compare_ge_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
 
   a = si;   VERIFY (a >= si);   VERIFY (si <= a);
@@ -373,7 +361,6 @@ compare_ge_64 (void)
 void
 compare_eq_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
 
   a = si;   VERIFY (a == si);   VERIFY (si == a);
@@ -390,7 +377,6 @@ compare_eq_128 (void)
 void
 compare_ne_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a = 100;
 
   VERIFY (a != si);   VERIFY (si != a);
@@ -407,7 +393,6 @@ compare_ne_128 (void)
 void
 compare_lt_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a = -100;
 
   VERIFY (a < si);
@@ -435,7 +420,6 @@ compare_lt_128 (void)
 void
 compare_le_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
 
   a = si;   VERIFY (a <= si);   VERIFY (si <= a);
@@ -474,7 +458,6 @@ compare_le_128 (void)
 void
 compare_gt_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a = 100;
 
   VERIFY (a > si);
@@ -502,7 +485,6 @@ compare_gt_128 (void)
 void
 compare_ge_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
 
   a = si;   VERIFY (a >= si);   VERIFY (si <= a);
index c19d611afbb2f3477d48081c495e434fa20eec49..aa2a756b3f5f79e85861c38d3a9b676f50a5912e 100644 (file)
@@ -41,7 +41,6 @@ unsigned long long ull = 50;
 void
 compound_assignment_add_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b.operator+=(d32);  VERIFY (b == 1005);
@@ -58,7 +57,6 @@ compound_assignment_add_32 (void)
 void
 compound_assignment_subtract_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b.operator-=(d32);  VERIFY (b == 995);
@@ -75,7 +73,6 @@ compound_assignment_subtract_32 (void)
 void
 compound_assignment_multiply_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b.operator*=(d32);  VERIFY (b == 5000);
@@ -92,7 +89,6 @@ compound_assignment_multiply_32 (void)
 void
 compound_assignment_divide_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b.operator/=(d32);  VERIFY (b == 200);
@@ -109,7 +105,6 @@ compound_assignment_divide_32 (void)
 void
 compound_assignment_add_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b.operator+=(d32);  VERIFY (b == 1005);
@@ -126,7 +121,6 @@ compound_assignment_add_64 (void)
 void
 compound_assignment_subtract_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b.operator-=(d32);  VERIFY (b == 995);
@@ -143,7 +137,6 @@ compound_assignment_subtract_64 (void)
 void
 compound_assignment_multiply_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b.operator*=(d32);  VERIFY (b == 5000);
@@ -160,7 +153,6 @@ compound_assignment_multiply_64 (void)
 void
 compound_assignment_divide_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b.operator/=(d32);  VERIFY (b == 200);
@@ -177,7 +169,6 @@ compound_assignment_divide_64 (void)
 void
 compound_assignment_add_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b.operator+=(d32);  VERIFY (b == 1005);
@@ -194,7 +185,6 @@ compound_assignment_add_128 (void)
 void
 compound_assignment_subtract_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b.operator-=(d32);  VERIFY (b == 995);
@@ -211,7 +201,6 @@ compound_assignment_subtract_128 (void)
 void
 compound_assignment_multiply_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b.operator*=(d32);  VERIFY (b == 5000);
@@ -228,7 +217,6 @@ compound_assignment_multiply_128 (void)
 void
 compound_assignment_divide_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b.operator/=(d32);  VERIFY (b == 200);
index e14b72a62f1272007f3bab12817560e50c3641fe..ff70268200b1072464a04e0b913235577a8fdb46 100644 (file)
@@ -39,7 +39,6 @@ unsigned long long ull = 50;
 void
 compound_assignment_add_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b += d32;  VERIFY (b == 1005);
@@ -56,7 +55,6 @@ compound_assignment_add_32 (void)
 void
 compound_assignment_subtract_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b -= d32;  VERIFY (b == 995);
@@ -73,7 +71,6 @@ compound_assignment_subtract_32 (void)
 void
 compound_assignment_multiply_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b *= d32;  VERIFY (b == 5000);
@@ -90,7 +87,6 @@ compound_assignment_multiply_32 (void)
 void
 compound_assignment_divide_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a (1000), b;
 
   b = a; b /= d32;  VERIFY (b == 200);
@@ -107,7 +103,6 @@ compound_assignment_divide_32 (void)
 void
 compound_assignment_add_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b += d32;  VERIFY (b == 1005);
@@ -124,7 +119,6 @@ compound_assignment_add_64 (void)
 void
 compound_assignment_subtract_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b -= d32;  VERIFY (b == 995);
@@ -141,7 +135,6 @@ compound_assignment_subtract_64 (void)
 void
 compound_assignment_multiply_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b *= d32;  VERIFY (b == 5000);
@@ -158,7 +151,6 @@ compound_assignment_multiply_64 (void)
 void
 compound_assignment_divide_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a (1000), b;
 
   b = a; b /= d32;  VERIFY (b == 200);
@@ -175,7 +167,6 @@ compound_assignment_divide_64 (void)
 void
 compound_assignment_add_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b += d32;  VERIFY (b == 1005);
@@ -192,7 +183,6 @@ compound_assignment_add_128 (void)
 void
 compound_assignment_subtract_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b -= d32;  VERIFY (b == 995);
@@ -209,7 +199,6 @@ compound_assignment_subtract_128 (void)
 void
 compound_assignment_multiply_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b *= d32;  VERIFY (b == 5000);
@@ -226,7 +215,6 @@ compound_assignment_multiply_128 (void)
 void
 compound_assignment_divide_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a (1000), b;
 
   b = a; b /= d32;  VERIFY (b == 200);
index b9a08d73e3025ea53b869210412ab5f636241bcf..8e2ab87c7a69ac7deeb8bd56d6d6e3c18d7760ec 100644 (file)
@@ -29,7 +29,6 @@ using namespace std::decimal;
 void
 conversion_from_float_32 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d32(123);
   decimal64 d64(234);
   decimal128 d128(345);
@@ -52,7 +51,6 @@ conversion_from_float_32 ()
 void
 conversion_from_float_64 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d32(123);
   decimal64 d64(234);
   decimal128 d128(345);
@@ -75,7 +73,6 @@ conversion_from_float_64 ()
 void
 conversion_from_float_128 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d32(123);
   decimal64 d64(234);
   decimal128 d128(345);
index 1c535951567d9415f06a81fad68c895af1e5b856..9f11890f3a70c86eeec2603ace8a10ecfdcac695 100644 (file)
@@ -29,7 +29,6 @@ using namespace std::decimal;
 void
 conversion_from_integral_p32 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d;
   decimal32 from_si (1);
   decimal32 from_ui (2U);
@@ -62,7 +61,6 @@ conversion_from_integral_p32 ()
 void
 conversion_from_integral_m32 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d;
   decimal32 from_si (-1);
   decimal32 from_sl (-2L);
@@ -83,7 +81,6 @@ conversion_from_integral_m32 ()
 void
 conversion_from_integral_p64 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal64 d;
   decimal64 from_si (1);
   decimal64 from_ui (2U);
@@ -116,7 +113,6 @@ conversion_from_integral_p64 ()
 void
 conversion_from_integral_m64 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal64 d;
   decimal64 from_si (-1);
   decimal64 from_sl (-2L);
@@ -137,7 +133,6 @@ conversion_from_integral_m64 ()
 void
 conversion_from_integral_p128 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal128 d;
   decimal128 from_si (1);
   decimal128 from_ui (2U);
@@ -169,7 +164,6 @@ conversion_from_integral_p128 ()
 void
 conversion_from_integral_m128 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal128 d;
   decimal128 from_si (-1);
   decimal128 from_sl (-2L);
index 8fa416e732af4e529c0997e91bc09cf1db83a06c..afdd73acc4e3fd28c3a3791c2973bc92fbcd60ad 100644 (file)
@@ -27,7 +27,6 @@ using namespace std::decimal;
 void
 conversion_to_generic_float_32 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 d32(123);
   float f;
   double d;
@@ -52,7 +51,6 @@ conversion_to_generic_float_32 ()
 void
 conversion_to_generic_float_64 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal64 d64(234);
   float f;
   double d;
@@ -77,7 +75,6 @@ conversion_to_generic_float_64 ()
 void
 conversion_to_generic_float_128 ()
 {
-  bool test __attribute__((unused)) = true;
   decimal128 d128(345);
   float f;
   double d;
index a7d6bf070bdd39cd9fe84fee235719279620bfc2..913b92135272ccefe5950e35bd0b3b45b27c79ab 100644 (file)
@@ -35,7 +35,6 @@ conversion_to_integral_32 (void)
 {
   #undef MAXVAL
   #define MAXVAL 999999LL
-  bool test __attribute__((unused)) = true;
   decimal32 a, b (1), c (-1), d (MAXVAL), e (-MAXVAL);
   long long ll;
 
@@ -51,7 +50,6 @@ conversion_to_integral_64 (void)
 {
   #undef MAXVAL
   #define MAXVAL 999999999999999LL
-  bool test __attribute__((unused)) = true;
   decimal64 a, b (1), c (-1), d (MAXVAL), e (-MAXVAL);
   long long ll;
 
@@ -67,7 +65,6 @@ conversion_to_integral_128 (void)
 {
   #undef MAXVAL
   #define MAXVAL LONG_LONG_MAX
-  bool test __attribute__((unused)) = true;
   decimal128 a, b (1), c (-1), d (MAXVAL), e (-MAXVAL);
   long long ll;
 
index b289ed04e06508506946652268bee643f86c8b29..d873f26e2d4a3b592ed85fdd66abd7ad34b7031d 100644 (file)
@@ -33,7 +33,6 @@ using namespace std::decimal;
 void
 ctor_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
   float b __attribute__((mode(SD))) = 0.e-101DF;
 
@@ -43,7 +42,6 @@ ctor_32 (void)
 void
 ctor_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
   float b __attribute__((mode(DD))) = 0.e-398DD;
 
@@ -53,7 +51,6 @@ ctor_64 (void)
 void
 ctor_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
   float b __attribute__((mode(TD))) = 0.e-6176DL;
 
index dd2efc237fbf7892e466c4fb40292088a1f27b8b..36f9110360887fc827f69ede7121c958bc735f7a 100644 (file)
@@ -34,7 +34,6 @@ using namespace std::decimal;
 void
 incdec32 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal32 a(11), b, c;
 
@@ -82,7 +81,6 @@ incdec32 (void)
 void
 incdec64 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal64 a(11), b, c;
 
@@ -130,7 +128,6 @@ incdec64 (void)
 void
 incdec128 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal128 a(11), b, c;
 
index 9196aa771b6b2ed2515a527fb49005f1d8b0e4f8..11c81408619d1376b29b9217462d99f0b3dc3e2d 100644 (file)
@@ -32,7 +32,6 @@ using namespace std::decimal;
 void
 incdec32 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal32 a(11), b, c;
 
@@ -80,7 +79,6 @@ incdec32 (void)
 void
 incdec64 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal64 a(11), b, c;
 
@@ -128,7 +126,6 @@ incdec64 (void)
 void
 incdec128 (void)
 {
-  bool test __attribute__((unused)) = true;
   int ival;
   decimal128 a(11), b, c;
 
index b5aafa25e6667d864f1c3612e066362051e5d2c9..1ed0ebe27ee01344594b615fd7208eeca4c619d3 100644 (file)
@@ -55,7 +55,6 @@ using namespace std::decimal;
 void
 make_decimal_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a, b, c, d;
   float x __attribute__((mode(SD)));
   int i;
@@ -80,7 +79,6 @@ make_decimal_32 (void)
 void
 make_decimal_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a, b, c, d;
   float x __attribute__((mode(DD)));
   int i;
@@ -105,7 +103,6 @@ make_decimal_64 (void)
 void
 make_decimal_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a, b, c, d;
   float x __attribute__((mode(TD)));
   int i;
index 3a74b9731b1bca206816373de815b60382963a31..9b6d6040c7b4ff77d814b541a0722eb82118df9a 100644 (file)
@@ -44,7 +44,6 @@ my_inf32 (void)
 int
 main ()
 {
-  bool test __attribute__((unused)) = true;
   decimal32 v;
 
   v = my_nan32 ();
index 8d036a2106ab767cd6cffbb6fdadd6310c77d5b3..158735b5b31296245aef8f9d1144052dddd9f1e0 100644 (file)
@@ -44,7 +44,6 @@ my_inf64 (void)
 int
 main ()
 {
-  bool test __attribute__((unused)) = true;
   decimal64 v;
 
   v = my_nan64 ();
index c370f7045fda100def035a21d468df395b028aba..36a0984b4e0b6b58d62013f6c2dcb9216a466b92 100644 (file)
@@ -44,7 +44,6 @@ my_inf128 (void)
 int
 main ()
 {
-  bool test __attribute__((unused)) = true;
   decimal128 v;
 
   v = my_nan128 ();
index d34ebd2f669b538a01be25f8e46586d781a71e17..70299609786014d0e2ef90959a6ca99d60f429f5 100644 (file)
@@ -31,7 +31,6 @@ decimal128 a128 (5001), b128 (-5001);
 void
 unary_plus_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
 
   a = +a32; VERIFY (a == a32);
@@ -41,7 +40,6 @@ unary_plus_32 (void)
 void
 unary_minus_32 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal32 a;
 
   a = -a32; VERIFY (a == b32);
@@ -51,7 +49,6 @@ unary_minus_32 (void)
 void
 unary_plus_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
 
   a = +a64; VERIFY (a == a64);
@@ -61,7 +58,6 @@ unary_plus_64 (void)
 void
 unary_minus_64 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal64 a;
 
   a = -a64; VERIFY (a == b64);
@@ -71,7 +67,6 @@ unary_minus_64 (void)
 void
 unary_plus_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
 
   a = +a128; VERIFY (a == a128);
@@ -81,7 +76,6 @@ unary_plus_128 (void)
 void
 unary_minus_128 (void)
 {
-  bool test __attribute__((unused)) = true;
   decimal128 a;
 
   a = -a128; VERIFY (a == b128);
index 60c6871811d85ab93744c4cd31deb07a598d1e65..664502c5c4323cdebe4575d9d6adc1f860bcba4e 100644 (file)
@@ -29,7 +29,6 @@
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
   float xf = std::numeric_limits<float>::quiet_NaN();
   double xd = std::numeric_limits<double>::quiet_NaN();
   long double xl = std::numeric_limits<long double>::quiet_NaN();
index d6a4f55fb7cc0599c29ffed4364d091ba7ddab1f..d38775d3a0372307bc6d2fbedc2f0afeff2e2b94 100644 (file)
@@ -2026,7 +2026,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_assoc_laguerre<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 ec916ff8cfe616c7e7bc065ce1c7a1a0de7907f1..e15c9341583063f983bcb94aebcf04cbcd553ea5 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::assoc_legendre(l, m, xl);
   long double e = std::assoc_legendrel(l, m, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 9028872c87e0075681554bbc88603a816bebd9e4..b7e975f81308e82e7eaecc9d3378eb7338f944f6 100644 (file)
@@ -1878,7 +1878,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_assoc_legendre<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 07ea9fa8bd8537b43a82c67a9d74705b5aae3a73..e88451833740055c9ba9da8d1e7735de1db42434 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::beta(xl, yl);
   long double e = std::betal(xl, yl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::beta(xl, yl);
   long double e = std::betal(xl, yl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 93348810f790dd6b5f867df5c6d008fb9ff82c6c..5c516033928fc3e9ec0bda4646fc0157c2094486 100644 (file)
@@ -232,7 +232,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_beta<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 7d0eb0a2f81d2a0a13af1262c84586c4bf9410fb..c8e5dc07658eb8fd58581924566d10c6f324d06d 100644 (file)
@@ -38,7 +38,6 @@ test01()
   long double d = std::comp_ellint_1(kl);
   long double e = std::comp_ellint_1l(kl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index f9e99528d449252696bb634f4c211f608672cecc..06de6fc1307496d2f05340e837ed69b4a44d349c 100644 (file)
@@ -70,7 +70,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_comp_ellint_1<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 72e1d107a6929e490092993b028cd831d0e0c631..80ff3bc1c1c1b12bf3c2913d171a073131fdbce2 100644 (file)
@@ -38,7 +38,6 @@ test01()
   long double d = std::comp_ellint_2(kl);
   long double e = std::comp_ellint_2l(kl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index eda301254d034c9b444ace8d4eb87ae057af0838..85ae28268324c55b7bfd16534cbbb1dcafb1c5e8 100644 (file)
@@ -70,7 +70,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_comp_ellint_2<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 62be47da3bdd1bc6e77a359c4b5c2944c8a7c6c5..f41022ca88e2d73715b4e0bfc4f62d8b20f37b1f 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::comp_ellint_3(kl, nul);
   long double e = std::comp_ellint_3l(kl, nul);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::comp_ellint_3(kl, nul);
   long double e = std::comp_ellint_3l(kl, nul);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 6ac640fbe07af0745af36cb5d268844c273557a1..016cf48e62c928cdeed2dfd42491755a671718b8 100644 (file)
@@ -403,7 +403,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_comp_ellint_3<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 0bf026414c82ad9951c787505417c78b52519d6e..e7f515c52fae119c9094bfffe6d726aa1605a9ef 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::cyl_bessel_i(nul, xl);
   long double e = std::cyl_bessel_il(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::cyl_bessel_i(nul, xl);
   long double e = std::cyl_bessel_il(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 923122118ecec072b03789e92805362d32f50e5a..d958dbad9da1e3f1b753c39f291f583087c652b7 100644 (file)
@@ -643,7 +643,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_cyl_bessel_i<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 e4a2ef46281a789d5727a61615462be2f28306f9..cb6d8e746fb74ccb4d35c32bded12b10e6873d85 100644 (file)
@@ -30,7 +30,6 @@ test01()
   double j1 = std::cyl_bessel_j(1.0, 0.0);
   double i1 = std::cyl_bessel_i(1.0, 0.0);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(j0 == 1.0);
   VERIFY(i0 == 1.0);
   VERIFY(j1 == 0.0);
index 719dac93dd508549018f77e2f5e9628bd73f0efd..07bab72133f945817f7cd111efe17a6ad006c3c0 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::cyl_bessel_j(nul, xl);
   long double e = std::cyl_bessel_jl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::cyl_bessel_j(nul, xl);
   long double e = std::cyl_bessel_jl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 1c7c16a85b9edf11ddca33b120f3d747702e3db1..d183ba9e435d4173446f448fe8560880104d644d 100644 (file)
@@ -643,7 +643,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_cyl_bessel_j<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 b58a6fb95509a959b217c32805bccf4ad9c03c5b..5d324341560f8c64212563eb199b5633bc37cbea 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::cyl_bessel_k(nul, xl);
   long double e = std::cyl_bessel_kl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::cyl_bessel_k(nul, xl);
   long double e = std::cyl_bessel_kl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index b3607aa7e5b64daf77557711372bde067f4b303c..0d9782a2c8d051500504dd612d9f0c14c5e8fd63 100644 (file)
@@ -681,7 +681,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_cyl_bessel_k<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 487d82e048925b651cae614ff42f2015245aab99..589f36eadd1c9462e67da8ec143f4fe9ec8c5cf2 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::cyl_neumann(nul, xl);
   long double e = std::cyl_neumannl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::cyl_neumann(nul, xl);
   long double e = std::cyl_neumannl(nul, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 03d6b82b5d098b469bd1afc9a89d6bf7098cefd3..c9f0cd5946ec091891e3d8676619bb6441a42108 100644 (file)
@@ -667,7 +667,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_cyl_neumann<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 71760204bf900d94893df434ef0b93ec30dcc67e..54151348c6180aef9135c8a472a86cee32d6b9e4 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::ellint_1(kl, phil);
   long double e = std::ellint_1l(kl, phil);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::ellint_1(kl, phil);
   long double e = std::ellint_1l(kl, phil);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index b2040c7c9e738f65dcb02aba2833072a1b900382..139323ed6dbdebec510a53560c298360dd69ee3b 100644 (file)
@@ -403,7 +403,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_ellint_1<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 9b2eba0738bfa05d7fa3e69c067db1e466209a1d..a122e23ff26b8fec26e170127b433693b3d5bcee 100644 (file)
@@ -42,7 +42,6 @@ test01()
   long double d = std::ellint_2(kl, phil);
   long double e = std::ellint_2l(kl, phil);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
@@ -69,7 +68,6 @@ test02()
   long double d = std::ellint_2(kl, phil);
   long double e = std::ellint_2l(kl, phil);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index b49a4cc61a56ceb90f68fc710b0887ef0c5f90b2..e936f270207bb6aac9dbb5dc3b6c7b0992187aa9 100644 (file)
@@ -403,7 +403,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_ellint_2<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 bdec59e5e1b3c0df28d0e17bde52f3ece895f0e0..7d6977bacbafa3e7ca80427d876a07aee33c058d 100644 (file)
@@ -46,7 +46,6 @@ test01()
   long double d = std::ellint_3(kl, nul, phil);
   long double e = std::ellint_3l(kl, nul, phil);
 
-  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 = std::ellint_3(kl, nul, phil);
   long double e = std::ellint_3l(kl, nul, phil);
 
-  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 = std::ellint_3(kl, nul, phil);
   long double e = std::ellint_3l(kl, nul, phil);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index d806d4880f0b6103c81801458df68dac813a217e..a7051d5963733f8b3824bdbf31d6cb6092cb4313 100644 (file)
@@ -5552,7 +5552,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_ellint_3<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 7c0c5e49e9c5547476163a4a90123b07a24699c7..f7a228ad3e0875e1d05d4ad5c6c74859d00bfa5c 100644 (file)
@@ -38,7 +38,6 @@ test01()
   long double d = std::expint(xl);
   long double e = std::expintl(xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 5b3f8e0bea6454530ff4d6f2bfe11f96bccb0efe..4b276c98433a49ce8c8164f29ae1d5371cc8e24c 100644 (file)
@@ -162,7 +162,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_expint<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 cf5357e2e55f9ae34eea1e06e88ed9abfc55bd2e..4227b78f2fa5a42fcc33ca1fd2cdee247824d592 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::hermite(n, xl);
   long double e = std::hermitel(n, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index a805549758af319c234e795ac522daf5f8bbb663..f71e0a68d7a2cdf92b7a22f197dcaf06e13607e6 100644 (file)
@@ -1722,7 +1722,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_hermite<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 b73c3db3508b44a835ecac75a469bd1fb18e1f58..9c8cd69a564ac9dfaf9fe461a87194d07280515a 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::laguerre(n, xl);
   long double e = std::laguerrel(n, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 3447ad8e14a2e0ae2cde0011bce2cc53676077fa..bed4f9cb4fa0bbf1cca9a99d1006753679608485 100644 (file)
@@ -282,7 +282,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_laguerre<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 26fa341ec8b479bf93735f8a82caa403ba52bde3..b45f2b35ad0b7c12ade8bdba6ba976680726e6fa 100644 (file)
@@ -41,7 +41,6 @@ test01()
   long double d = std::legendre(l, xl);
   long double e = std::legendrel(l, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 626bdc9063537d50f2a5aa50963b38255d2efb05..34db45e5a0e3b10d52dc6487cc24012e9361f55b 100644 (file)
@@ -282,7 +282,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_legendre<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 1e49e9312c74415f81d0f1715d3c95d80803955b..d795161e7a8dbb58a2cb39fbb039e7fac8da9650 100644 (file)
@@ -38,7 +38,6 @@ test01()
   long double d = std::riemann_zeta(xl);
   long double e = std::riemann_zetal(xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 7ab4ea0988a41e69885a9406747dba76a9165c83..90b7dda735966556a84371c7d7ac4470d8d6c0e7 100644 (file)
@@ -273,7 +273,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_riemann_zeta<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 dd99d669e774c85a9f99651da87eb646974d0f24..50df77d3eb0c24b1b32723c5fb6e2d03df18d9f7 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::sph_bessel(n, xl);
   long double e = std::sph_bessell(n, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 38e61626b3d5b59f934c90237b9168e03e07869f..27b7633c53d7704675fbb6b1db7797b99d414c9b 100644 (file)
@@ -463,7 +463,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_sph_bessel<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 8e2558d41183284a07d6e4b3954c41470a8a3280..e96263b796e82f8ee0dd04f6052c626c9680291d 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::sph_legendre(l, m, thetal);
   long double e = std::sph_legendrel(l, m, thetal);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 5e4344e8572414b9101a97b219fc0e6974db2cad..65594efaec28d7db575d9fdc0f6ae249a6744851 100644 (file)
@@ -1878,7 +1878,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_sph_legendre<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 03bc64399d0309ebfc15525e861e953e4e7780fb..51dbb7840de03da40cbf9021f74ff7a615e1c266 100644 (file)
@@ -40,7 +40,6 @@ test01()
   long double d = std::sph_neumann(n, xl);
   long double e = std::sph_neumannl(n, xl);
 
-  bool test [[gnu::unused]] = true;
   VERIFY(std::isnan(a));
   VERIFY(std::isnan(b));
   VERIFY(std::isnan(c));
index 371501d0e05c5cc2d7b4d2632d59edb49aee05b6..001fa530a78872073376281af06a5f8231b2b114 100644 (file)
@@ -507,7 +507,6 @@ template<typename Tp, unsigned int Num>
   void
   test(const testcase_sph_neumann<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 60de61fb65e2faf52c34f692cdb55604693e0ed1..d4b63686643823ba38ae8ee9366da25b5bb868b9 100644 (file)
@@ -28,8 +28,6 @@ struct C : public B1, public B2 { };
 
 void test()
 {
-  bool test __attribute__((unused)) = true;
-
   // 1
   {
     typedef std::tr2::bases<A>::type tl;
index d03da6a71e60f2fd2d746e6d783bfda175935d47..d464d8770a714a544b3546187787adfccab5ae83 100644 (file)
@@ -28,8 +28,6 @@ struct C : public B1, public B2 { };
 
 void test()
 {
-  bool test __attribute__((unused)) = true;
-
   // 1
   {
     typedef std::tr2::direct_bases<A>::type tl;
index 872fa1a5fe4d5c31572e3c03ad90bd196e3f73e3..a079d46fa6e6c41ccd7c2ba988f65f6747436ee3 100644 (file)
@@ -88,8 +88,6 @@ namespace __gnu_test
     void
     check_assign1()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -118,8 +116,6 @@ namespace __gnu_test
     void
     check_assign2()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -147,8 +143,6 @@ namespace __gnu_test
     void
     check_assign3()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -176,8 +170,6 @@ namespace __gnu_test
     void
     check_construct1()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -201,8 +193,6 @@ namespace __gnu_test
     void
     check_construct2()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -226,8 +216,6 @@ namespace __gnu_test
     void
     check_construct3()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -300,8 +288,6 @@ namespace __gnu_test
     void
     check_insert1()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -329,8 +315,6 @@ namespace __gnu_test
     void
     check_insert2()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -358,8 +342,6 @@ namespace __gnu_test
     void
     check_insert3()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -387,8 +369,6 @@ namespace __gnu_test
     void
     check_insert4()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -414,8 +394,6 @@ namespace __gnu_test
   template<typename _Tp>
     void use_invalid_iterator()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
index 5982c181f7872b2a791d5d1df8fdfd9a45de9a5f..4b5074284fafd98df9fdeba702edf63ffe50c55e 100644 (file)
@@ -79,8 +79,6 @@ namespace __gnu_test
   template<typename _Tp>
     void use_erased_local_iterator()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -106,8 +104,6 @@ namespace __gnu_test
   template<typename _Tp>
     void use_invalid_local_iterator()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -132,8 +128,6 @@ namespace __gnu_test
   template<typename _Tp>
     void invalid_local_iterator_compare()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
@@ -165,8 +159,6 @@ namespace __gnu_test
   template<typename _Tp>
     void invalid_local_iterator_range()
     {
-      bool test __attribute__((unused)) = true;
-
       typedef _Tp cont_type;
       typedef typename cont_type::value_type cont_val_type;
       typedef typename CopyableValueType<cont_val_type>::value_type val_type;
index dd7e22d41a7802221196a53453ffc9ab079dfcad..97b770b7c976e480a83242a79bfa918b78e00684 100644 (file)
@@ -351,8 +351,6 @@ namespace __gnu_test
       void
       deallocate(pointer p, size_type n)
       {
-       bool test __attribute__((unused)) = true;
-
        VERIFY( p );
 
        map_type::iterator it = get_map().find(reinterpret_cast<void*>(p));
index 2be2eeec62656605acd64709b20b87cb5df2534d..6bc8d809d2768adb18d0ab429ff14e258ae07782 100644 (file)
@@ -70,7 +70,6 @@ namespace __gnu_test
       // behavior is ambiguity.
       static void test()
       {
-       bool test __attribute__((unused)) = true;
        try
          { throw error_type(); }
        catch (std::exception const&)
index 323367699e56b68ff2264fe297f1e9d8206d070a..19c6adfbac93fbba501cfcc93d620c86b278286a 100644 (file)
@@ -842,7 +842,6 @@ namespace __gnu_test
            _Ttype __a(__v1);
            __v0 = __a;
 
-           bool test __attribute__((unused)) = true;
            VERIFY( __v1 == __v0 );
          }
        };
@@ -869,7 +868,6 @@ namespace __gnu_test
            __a = __v1;
            _Tvalue __vr = __a;
 
-           bool test __attribute__((unused)) = true;
            VERIFY( __v1 == __vr );
          }
        };
index 578e94a78bdd3d9959a2681f88eb0c38c76f2268..7d89efd6a1d383208b326e84cf064fbe3b06d466 100644 (file)
@@ -39,7 +39,6 @@ namespace __gnu_test
     void
     testDiscreteDist(Distribution& f, Pdf pdf)
     {
-      bool test __attribute__((unused)) = true;
       double count[BINS], p[BINS];
 
       for (unsigned long i = 0; i < BINS; i++)
index b5774592d304eeb56060e84e22bb8c18e64673aa..d84a906f37870b742dea8e1e72c2b2f79abe5e9f 100644 (file)
@@ -53,7 +53,6 @@ namespace __gnu_test
 
     rvalstruct(rvalstruct&& in)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( in.valid == true );
       val = in.val;
       in.valid = false;
@@ -66,7 +65,6 @@ namespace __gnu_test
     rvalstruct&
     operator=(rvalstruct&& in)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( this != &in );
       VERIFY( in.valid == true );
       val = in.val;
@@ -87,7 +85,6 @@ namespace __gnu_test
   void
   swap(rvalstruct& lhs, rvalstruct& rhs)
   {
-    bool test __attribute__((unused)) = true;
     VERIFY( lhs.valid && rhs.valid );
     int temp = lhs.val;
     lhs.val = rhs.val;
@@ -112,14 +109,12 @@ namespace __gnu_test
 
     copycounter(const copycounter& in) : val(in.val), valid(true)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( in.valid == true );
       ++copycount;
     }
 
     copycounter(copycounter&& in) noexcept
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( in.valid == true );
       val = in.val;
       in.valid = false;
@@ -137,7 +132,6 @@ namespace __gnu_test
     bool
     operator=(const copycounter& in)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( in.valid == true );
       ++copycount;
       val = in.val;
@@ -148,7 +142,6 @@ namespace __gnu_test
     copycounter&
     operator=(copycounter&& in)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY(in.valid == true);
       val = in.val;
       in.valid = false;
@@ -173,7 +166,6 @@ namespace __gnu_test
   inline void
   swap(copycounter& lhs, copycounter& rhs)
   {
-    bool test __attribute__((unused)) = true;
     VERIFY( lhs.valid && rhs.valid );
     int temp = lhs.val;
     lhs.val = rhs.val;
@@ -192,14 +184,12 @@ namespace __gnu_test
     rvalstruct_compare_by_value(const rvalstruct_compare_by_value& rh)
     : val(rh.val), ok(rh.ok)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY(rh.ok);
     }
 
     rvalstruct_compare_by_value&
     operator=(const rvalstruct_compare_by_value& rh)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( rh.ok );
       val = rh.val;
       ok = rh.ok;
@@ -209,7 +199,6 @@ namespace __gnu_test
     rvalstruct_compare_by_value(rvalstruct_compare_by_value&& rh)
     : val(rh.val), ok(rh.ok)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( rh.ok );
       rh.ok = false;
     }
@@ -217,7 +206,6 @@ namespace __gnu_test
     rvalstruct_compare_by_value&
     operator=(rvalstruct_compare_by_value&& rh)
     {
-      bool test __attribute__((unused)) = true;
       VERIFY( rh.ok );
       val = rh.val;
       ok = rh.ok;
@@ -230,7 +218,6 @@ namespace __gnu_test
   operator<(rvalstruct_compare_by_value lh,
            rvalstruct_compare_by_value rh)
   {
-    bool test __attribute__((unused)) = true;
     VERIFY( rh.ok );
     VERIFY( lh.ok );
     return lh.val < rh.val;
@@ -240,7 +227,6 @@ namespace __gnu_test
   order(rvalstruct_compare_by_value lh,
        rvalstruct_compare_by_value rh)
   {
-    bool test __attribute__((unused)) = true;
     VERIFY( rh.ok );
     VERIFY( lh.ok );
     return lh.val < rh.val;