gcc/libstdc++-v3/testsuite/20_util
Benjamin Kosnik 0646d8a378 system_error: New file.
2007-08-23  Benjamin Kosnik  <bkoz@redhat.com>

	* include/std/system_error: New file.
	* src/system_error.cc: New file.
	* src/Makefile.am (sources): Add.
	* src/Makefile.in: Regenerate.	
	* include/Makefile.am (std_headers): Add system_error.
	* include/Makefile.in: Regenerate.
	* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): New.
	* configure.ac: Call it.
	* config.h.in: Regenerate.
	* include/bits/functional_hash.h: Add hash<error_code>.
 	* include/std/ostream: Add inserters for error_code.
	
	* docs/doxygen/user.cfg.in: Add system_error.

	* config/abi/pre/gnu.ver(GLIBCXX_3.4.10): Add new symbols.

	* testsuite/19_diagnostics/error_code: New.
	* testsuite/19_diagnostics/error_code/cons: Same.
	* testsuite/19_diagnostics/error_code/cons/1.cc: Same.
	* testsuite/19_diagnostics/error_code/operators: Same.
	* testsuite/19_diagnostics/error_code/operators/bool.cc: Same.
	* testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Same.
	* testsuite/19_diagnostics/error_code/operators/equal.cc: Same.
	* testsuite/19_diagnostics/error_code/operators/not_equal.cc: Same.
	* testsuite/19_diagnostics/error_category: Same.
	* testsuite/19_diagnostics/error_category/cons: Same.
	* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Same.
	* testsuite/19_diagnostics/error_category/cons/default.cc: Same.
	* testsuite/19_diagnostics/error_category/operators: Same.
	* testsuite/19_diagnostics/error_category/operators/equal.cc: Same.
	* testsuite/19_diagnostics/error_category/operators/not_equal.cc: Same.
	* testsuite/19_diagnostics/headers/system_error: Same.
	* testsuite/19_diagnostics/headers/system_error/
	types_std_c++0x.cc: Same.
	* testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc: Same.
	* testsuite/19_diagnostics/system_error: Same.
	* testsuite/19_diagnostics/system_error/
	cons_virtual_derivation.cc: Same.
	* testsuite/19_diagnostics/system_error/cons-1.cc: Same.
	* testsuite/19_diagnostics/system_error/what-1.cc: Same.
	* testsuite/19_diagnostics/system_error/what-2.cc: Same.
	* testsuite/19_diagnostics/system_error/what-big.cc: Same.
	* testsuite/19_diagnostics/system_error/what-3.cc: Same.
	* testsuite/19_diagnostics/system_error/what-4.cc: Same.
	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
	error_code.cc: Same.
	* testsuite/27_io/basic_ostream/inserters_other/char/
	error_code.cc: Same.
	* testsuite/tr1/6_containers/hash/operators: New.
	* testsuite/tr1/6_containers/hash/operators/size_t.cc: Same.
	
	* testsuite/23_containers/hash: Move...
	* testsuite/20_util/hash: ... here.
	* testsuite/20_util/hash/operators: New.
	* testsuite/20_util/hash/operators/size_t.cc: New.

	* testsuite/20_util/function_objects/bad_function_call: Move...
	* testsuite/20_util/bad_function_call: ...here.

From-SVN: r127744
2007-08-23 16:16:41 +00:00
..
add_lvalue_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
add_rvalue_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
allocator
auto_ptr stl_memory.h: Rename to stl_auto_ptr.h. 2007-05-04 18:07:10 +00:00
bad_function_call system_error: New file. 2007-08-23 16:16:41 +00:00
conditional/requirements type_traits (enable_if): New. 2007-05-03 11:49:12 +00:00
decay/requirements type_traits (enable_if): New. 2007-05-03 11:49:12 +00:00
enable_if/requirements type_traits (enable_if): New. 2007-05-03 11:49:12 +00:00
enable_shared_from_this/requirements
forward utility (identity, [...]): Add. 2007-07-10 19:20:51 +00:00
function_objects system_error: New file. 2007-08-23 16:16:41 +00:00
has_nothrow_copy_constructor re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
has_nothrow_default_constructor re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
has_trivial_copy_constructor re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
has_trivial_default_constructor re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
hash system_error: New file. 2007-08-23 16:16:41 +00:00
headers std_c++0x_neg.cc: Force C++98 mode. 2007-06-29 20:05:11 +00:00
identity utility (identity, [...]): Add. 2007-07-10 19:20:51 +00:00
is_lvalue_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
is_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
is_rvalue_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
is_signed re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
is_unsigned re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
make_signed/requirements typedefs_neg.cc: Adjust dg-error lines. 2007-08-17 16:50:35 +00:00
make_unsigned/requirements typedefs_neg.cc: Adjust dg-error lines. 2007-08-17 16:50:35 +00:00
move utility (identity, [...]): Add. 2007-07-10 19:20:51 +00:00
pair
raw_storage_iterator/requirements
remove_reference type_traits (is_reference, [...]): Remove. 2007-06-02 17:24:09 +00:00
shared_ptr/requirements
specialized_algorithms PR c++/32158 (libstdc++ bits) 2007-05-31 11:13:57 +00:00
tuple/requirements re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
weak_ptr/requirements
rel_ops.cc
temporary_buffer.cc