gcc/libstdc++-v3/testsuite
Jonathan Wakely ae3ea143ef libstdc++: Move std::iostream_category() definition to new file
This fixes a missing symbol when the dual ABI is disabled, e.g. for the
versioned namespace build.

libstdc++-v3/ChangeLog:

	* src/c++11/Makefile.am: Add new source file.
	* src/c++11/Makefile.in: Regenerate.
	* src/c++11/cxx11-ios_failure.cc (iostream_category):
	Move to ...
	* src/c++11/ios_errcat.cc: New file.
	* testsuite/27_io/ios_base/failure/error_code.cc: Check that
	std::iostream_category() is defined and used for std::io_errc.
2022-05-26 22:28:57 +01:00
..
17_intro libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
18_support libstdc++: Make std::rethrow_if_nested work without RTTI 2022-05-13 20:39:59 +01:00
19_diagnostics libstdc++: Reduce memory usage in std::stacktrace::current 2022-04-12 22:38:31 +01:00
20_util libstdc++: Remove redundancy in test pathnames 2022-05-26 10:05:16 +01:00
21_strings libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.cc 2022-05-26 10:05:51 +01:00
22_locale libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
23_containers libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
24_iterators libstdc++: Add constexpr to std::counted_iterator post-increment (LWG 3643) 2022-05-26 17:14:40 +01:00
25_algorithms libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858] 2022-04-15 14:41:14 -04:00
26_numerics libstdc++: Reduce <random> test iterations for simulators 2022-05-20 15:47:49 +01:00
27_io libstdc++: Move std::iostream_category() definition to new file 2022-05-26 22:28:57 +01:00
28_regex libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
29_atomics libstdc++: Make atomic notify_one and notify_all non-const 2022-04-22 15:53:41 -07:00
30_threads libstdc++: Add deduction guides for std::packaged_task [PR105375] 2022-04-25 16:16:33 +01:00
abi Update copyright years. 2022-01-03 10:42:10 +01:00
backward Update copyright years. 2022-01-03 10:42:10 +01:00
config Update copyright years. 2022-01-03 10:42:10 +01:00
data
decimal Update copyright years. 2022-01-03 10:42:10 +01:00
experimental libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
ext libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
lib libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
libstdc++-abi Update copyright years. 2022-01-03 10:42:10 +01:00
libstdc++-dg Update copyright years. 2022-01-03 10:42:10 +01:00
libstdc++-prettyprinters libstdc++: Add pretty printer for std::atomic 2022-04-27 15:48:32 +01:00
libstdc++-xmethods Update copyright years. 2022-01-03 10:42:10 +01:00
performance libstdc++: Optimize operations on small size hashtable [PR 68303] 2022-01-05 21:46:52 +01:00
special_functions Update copyright years. 2022-01-03 10:42:10 +01:00
std libstdc++: Reduce header dependencies from PSTL headers [PR92546] 2022-03-18 10:16:36 +00:00
tr1 libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
tr2 libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
util libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
Makefile.am Update copyright years. 2022-01-03 10:42:10 +01:00
Makefile.in libstdc++: Define <stacktrace> header for C++23 2022-01-17 12:13:02 +00:00