gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 4c27c6584d libstdc++: Make testsuite usable with -fno-exceptions
Previously it was not possible to add -fno-exceptions to the testsuite
flags, because some files that are compiled by the v3-build_support
procedure failed with exceptions disabled.

This adjusts those files to still compile without exceptions (with
degraded functionality in some cases).

The sole testcase that explicitly checks for -fno-exceptions has also
been adjusted to use the more robust exceptions_enabled effective-target
keyword from gcc/testsuite/lib/target-supports.exp.

libstdc++-v3/ChangeLog:

	* testsuite/23_containers/vector/bool/72847.cc: Use the
	exceptions_enabled effective-target keyword instead of
	checking for an explicit -fno-exceptions option.
	* testsuite/util/testsuite_abi.cc (examine_symbol): Remove
	redundant try-catch.
	* testsuite/util/testsuite_allocator.h [!__cpp_exceptions]:
	Do not define check_allocate_max_size and memory_resource.
	* testsuite/util/testsuite_containers.h: Replace comment with
	#error if wrong standard dialect used.
	* testsuite/util/testsuite_shared.cc: Likewise.
2020-07-30 12:50:02 +01:00
..
common_type Update copyright years. 2020-01-01 12:51:42 +01:00
debug Update copyright years. 2020-01-01 12:51:42 +01:00
exception Update copyright years. 2020-01-01 12:51:42 +01:00
hash_fn Update copyright years. 2020-01-01 12:51:42 +01:00
io Update copyright years. 2020-01-01 12:51:42 +01:00
native_type libstdc++: Fix testsuite utility's use of allocators 2020-04-18 00:12:26 +01:00
performance Update copyright years. 2020-01-01 12:51:42 +01:00
pstl Synchronize libstdc++ PSTL with upstream LLVM PSTL 2019-06-07 22:01:16 +00:00
regression Update copyright years. 2020-01-01 12:51:42 +01:00
statistic Update copyright years. 2020-01-01 12:51:42 +01:00
thread Update copyright years. 2020-01-01 12:51:42 +01:00
replacement_memory_operators.h Update copyright years. 2020-01-01 12:51:42 +01:00
slow_clock.h libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
specfun_testcase.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_abi_check.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_abi.cc libstdc++: Make testsuite usable with -fno-exceptions 2020-07-30 12:50:02 +01:00
testsuite_abi.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_allocator.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_allocator.h libstdc++: Make testsuite usable with -fno-exceptions 2020-07-30 12:50:02 +01:00
testsuite_api.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_character.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_character.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_common_types.h PR libstdc++/95915 2020-06-29 00:36:38 +03:00
testsuite_container_traits.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_containergen.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_containers.h libstdc++: Make testsuite usable with -fno-exceptions 2020-07-30 12:50:02 +01:00
testsuite_counter_type.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_error.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_fs.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_greedy_ops.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_hooks.cc Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_hooks.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_io.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_iterators.h libstdc++: Make std::copy_n work with negative and non-integral sizes 2020-06-04 14:21:34 +01:00
testsuite_new_operators.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_performance.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_random.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_regex.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_rng.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_rvalref.h Update copyright years. 2020-01-01 12:51:42 +01:00
testsuite_shared.cc libstdc++: Make testsuite usable with -fno-exceptions 2020-07-30 12:50:02 +01:00
testsuite_tr1.h Update copyright years. 2020-01-01 12:51:42 +01:00