gcc/libstdc++-v3/testsuite
Jonathan Wakely ab9bd93271 libstdc++: Fix errors from Library Fundamentals TS headers in C++11 [PR 98319]
Currently the <experimental/random>, <experimental/source_location> and
<experimental/utility> headers can be included in C++98 and C++11 modes,
but gives errors. With this change they can be included, but define
nothing.

libstdc++-v3/ChangeLog:

	PR libstdc++/98319
	* include/experimental/random: Only define contents for C++14
	and later.
	* include/experimental/source_location: Likewise.
	* include/experimental/utility: Likewise.
	* testsuite/experimental/feat-lib-fund.cc: Include all LFTS
	headers that are present. Allow test to run for all modes.
2020-12-16 13:37:17 +00:00
..
17_intro libstdc++: Fix test failure on AIX 2020-11-25 17:22:47 +00:00
18_support c++: Fix defaulted <=> fallback to < and == [PR96299] 2020-12-08 15:12:25 -05:00
19_diagnostics libstdc++: Test errno macros directly, not via autoconf [PR 93151] 2020-12-16 13:36:02 +00:00
20_util libstdc++: Set dg-timeout-factor for more slow tests 2020-11-30 14:39:54 +00:00
21_strings libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatible 2020-11-09 21:11:13 +01:00
22_locale libstdc++: Fix required locales of a testcase 2020-12-15 11:45:27 +00:00
23_containers libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTED 2020-12-14 22:28:38 +01:00
24_iterators libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935] 2020-11-25 17:22:47 +00:00
25_algorithms libstdc++: Increase timeout for tests in debug mode 2020-12-15 15:39:58 +00:00
26_numerics libstdc++: Fix typos in #error strings 2020-12-03 19:31:19 +00:00
27_io libstdc++: Fix the test for rvalue stream extraction 2020-12-15 18:03:43 +02:00
28_regex libstdc++: Set dg-timeout-factor for more slow tests 2020-11-30 14:39:54 +00:00
29_atomics Add feature test macro for atomic<T>::wait 2020-12-01 15:43:17 -08:00
30_threads libstdc++: Add "futex" and "gthreads" effective-target keywords 2020-11-26 16:15:52 +00:00
abi Update copyright years. 2020-01-01 12:51:42 +01:00
backward Update copyright years. 2020-01-01 12:51:42 +01:00
config Update copyright years. 2020-01-01 12:51:42 +01:00
data
decimal Update copyright years. 2020-01-01 12:51:42 +01:00
experimental libstdc++: Fix errors from Library Fundamentals TS headers in C++11 [PR 98319] 2020-12-16 13:37:17 +00:00
ext libstdc++: Increase timeout for tests in debug mode 2020-12-15 15:39:58 +00:00
lib libstdc++: Increase timeout for tests in debug mode 2020-12-15 15:39:58 +00:00
libstdc++-abi Update copyright years. 2020-01-01 12:51:42 +01:00
libstdc++-dg Update copyright years. 2020-01-01 12:51:42 +01:00
libstdc++-prettyprinters libstdc++: Fix filesystem::path pretty printer test failure 2020-12-02 00:39:21 +00:00
libstdc++-xmethods Update copyright years. 2020-01-01 12:51:42 +01:00
performance libstdc++: Add performance test for atomic_flag [PR 46447] 2020-12-16 13:36:02 +00:00
special_functions Update copyright years. 2020-01-01 12:51:42 +01:00
std libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500] 2020-11-18 10:23:57 -05:00
tr1 libstdc++: Prevent deprecation warnings from <tr1/shared_ptr> 2020-10-29 22:47:22 +00:00
tr2 Update copyright years. 2020-01-01 12:51:42 +01:00
util libstdc++: Fix testsuite helper functions [PR 97936] 2020-11-25 18:24:12 +00:00
Makefile.am libstdc++: Adjust variable export in makefile 2020-10-09 14:08:42 +01:00
Makefile.in libstdc++: Adjust variable export in makefile 2020-10-09 14:08:42 +01:00