gcc/libstdc++-v3/testsuite
Paolo Carlini 681a691966 PR libstdc++/28080 (partial)
2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/28080 (partial)
	* include/std/bitset: Do not include <istream> and <ostream>,
	<ios> is enough.
	* include/std/iomanip: Do not include the whole <istream>,
	<ios> is enough; do not include <functional>; reformat.
	* include/std/functional: Do not include <cstddef>.
	* include/std/list: Do not include <bits/stl_uninitialized.h>.
	* include/std/numeric: Do not include the whole <iterator> and
	<bits/stl_function.h>.
	* include/std/valarray: Do not include <numeric>.
	* include/bits/stl_numeric.h: Include <bits/concept_check.h>.
	* src/iostream-inst.cc: Include <istream>.
	* include/ext/functional: Include <cstddef>.
	* testsuite/util/testsuite_hooks.h: Do not include <locale>,
	<ctime> is enough; qualify tm.
	* testsuite/util/testsuite_hooks.cc: Qualify tm.

2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.h (class ctype_byname<char>,
	class ctype_byname<wchar_t>): Declare.
	* src/ctype.cc (ctype_byname<wchar_t>::ctype_byname(const char*,
	size_t), ctype_byname<wchar_t>::~ctype_byname): Define.
	* config/locale/generic/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/gnu/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/darwin/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* testsuite/22_locale/headers/locale/synopsis.cc: Remove xfail.

From-SVN: r122329
2007-02-26 09:36:39 +00:00
..
17_intro [multiple changes] 2007-02-20 18:15:01 +00:00
18_support macros.cc: Include the right header. 2007-02-25 12:26:16 +00:00
19_diagnostics macros.cc: Include the right header. 2007-02-25 12:26:16 +00:00
20_util Directory layout flattening. 2007-02-20 19:47:35 +00:00
21_strings 3.cc: Fixed type mismatches in explicit instantiations. 2007-02-22 20:57:12 +00:00
22_locale PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
23_containers [multiple changes] 2007-02-20 18:15:01 +00:00
24_iterators [multiple changes] 2007-02-20 18:15:01 +00:00
25_algorithms [multiple changes] 2007-02-20 18:15:01 +00:00
26_numerics target-supports.exp (check_effective_target_unwrapped): New. 2007-02-23 22:08:01 +00:00
27_io target-supports.exp (check_effective_target_unwrapped): New. 2007-02-23 22:12:49 +00:00
abi re PR libstdc++/30586 (Namespace pollution in c++ headers) 2007-01-26 18:00:42 +00:00
backward All files: Update FSF address. 2005-08-17 02:28:44 +00:00
config default.exp (${tool}_target_compile): Use v3_target_compile. 2006-10-30 14:03:05 +00:00
data pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
ext [multiple changes] 2007-02-20 18:15:01 +00:00
lib wrapper.exp (${tool}_maybe_build_wrapper): Allow the caller to set options for compiling testglue. 2007-02-22 04:39:35 +00:00
libstdc++-abi util: New directory. 2006-06-07 14:58:24 +00:00
libstdc++-dg re PR libstdc++/29095 (cxxabi.h __cxa_cdtor_type not declared when included from "C") 2006-10-09 23:53:35 +00:00
performance valarray-inst.cc (__gslice_to_index): Optimize performance. 2006-12-10 16:47:27 +00:00
thread [multiple changes] 2005-12-28 09:57:57 +00:00
tr1 re PR libstdc++/25896 ([DR 526] hash_map::erase, unordered_map::erase fail if key is inside the table) 2007-02-23 23:34:18 +00:00
util PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
Makefile.am pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
Makefile.in enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00