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
backward
config
data
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
libstdc++-dg
performance
thread
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
Makefile.in