gcc/libstdc++-v3/testsuite
Paolo Carlini 4f39bf5c6b re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>)
2007-11-15  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/34105
	* include/bits/stl_algobase.h: Do not include <bits/algorithmfwd.h>.
	(lexicographical_compare(const unsigned char*, const unsigned char*,
	const unsigned char*, const unsigned char*),
	lexicographical_compare(const char*, const char*, const char*,
	const char*)): Move to namespace (std, _GLIBCXX_STD_P).
	* include/parallel/algobase.h: Do not include <bits/algorithmfwd.h>.
	(equal): Move after mismatch.
	* include/bits/stl_heap.h (is_heap, is_heap_until): Reorder.
	* include/bits/char_traits.h: Include <bits/stl_algobase.h> instead
	of <bits/algorithmfwd.h>.
	* include/bits/stl_algo.h: Include first <bits/algorithmfwd.h>.
	* include/bits/algorithmfwd.h (lexicographical_compare): Do not
	declare overloads.
	* include/parallel/partition.h: Include <parallel/random_number.h>.
	* testsuite/util/testsuite_abi.cc: Include <algorithm>.

From-SVN: r130207
2007-11-15 19:05:17 +00:00
..
17_intro re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)) 2007-10-15 09:34:49 +00:00
18_support
19_diagnostics acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EOVERFLOW for Tru64. 2007-10-11 23:22:22 +00:00
20_util stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +00:00
21_strings PR libstdc++/33773 (cont) 2007-10-15 13:43:33 +00:00
22_locale locale_facets.h (ctype<char>::taple, [...]): Implement trivial resolution of DR 695 [Ready]. 2007-11-08 10:55:32 +00:00
23_containers stl_deque.h (deque<>::push_back<>(_Args...), [...]): Add. 2007-11-12 16:01:09 +00:00
24_iterators
25_algorithms stl_algo.h (minmax, [...]): Add. 2007-11-02 15:55:32 +00:00
26_numerics re PR testsuite/25352 (xfail within dg-do command has no effect) 2007-11-01 16:22:36 +00:00
27_io basic_file_stdio.cc (fopen_mode): Add modes missing per DR 596. 2007-11-08 16:22:21 +00:00
28_regex/headers/regex
abi
backward re PR libstdc++/30085 (switch debug mode hash containers from ext to tr1) 2007-10-18 15:22:58 +00:00
config
data
ext throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. 2007-10-27 00:41:21 +00:00
lib
libstdc++-abi
libstdc++-dg
performance
thread
tr1 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. 2007-10-18 23:22:23 +00:00
util re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +00:00
Makefile.am
Makefile.in