gcc/libstdc++-v3/testsuite
Paolo Carlini b8b4301eec [multiple changes]
2010-09-29  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/Makefile.am: Add debug/forward_list.
	* include/Makefile.in: Regenerate.

	* testsuite/util/testsuite_container_traits.h (traits_base):
	Add has_erase_after and hash_insert_after typedefs.
	(traits<forward_list<>>): Adjust.
	* testsuite/util/exception/safety.h (erase_point, erase_range,
	insert_point): Deal correctly with forward_list.
	* include/Makefile.am: Add.

2010-09-29  François Dumont  <francois.cppdevs@free.fr>

	* src/debug.cc: Add forward_list specific debug messages.
	* include/debug/forward_list: New.
	* include/debug/formatter.h: Add debug message ids and before begin
	iterator state.
	* include/debug/macros.h (__glibcxx_check_insert_after,
	__glibcxx_check_insert_range_after, __glibcxx_check_erase_after,
	__glibcxx_check_erase_range_after): Add.
	* include/debug/safe_iterator.h (_BeforeBeginHelper): Add.
	(_Safe_iterator<>::_M_before_dereferenceable,
	_Safe_iterator<>::_M_is_before_begin): Add.
	(_Safe_iterator<>::_M_dereferenceable, _Safe_iterator<>::_M_is_end,
	_Safe_iterator<>::_M_incrementable): Adjust.
	* include/std/forward_list: Include debug/forward when _GLIBCXX_DEBUG
	defined.
	* include/bits/forward_list.h, forward_list.tcc: Put in std::__norm
	when debug mode is active.
	* testsuite/23_containers/forward_list/capacity/1.cc: Fix to compile
	even in debug mode.
	* testsuite/23_containers/forward_list/debug/erase_after1.cc,
	erase_after2.cc, erase_after3.cc, erase_after4.cc, erase_after5.cc,
	insert_after1.cc,erase_after6.cc, erase_after7.cc, insert_after2.cc,
	erase_after8.cc, insert_after3.cc, erase_after9.cc: New.

From-SVN: r164717
2010-09-29 11:56:34 +00:00
..
17_intro
18_support typeindex: New. 2010-09-22 12:04:08 +00:00
19_diagnostics system_error (system_error::system_error(error_code), [...]): Fix for what() to return the NBTS recommended in the Note in 19.5.6.2/14. 2010-09-16 14:55:37 +00:00
20_util chi2_quality.cc: New. 2010-09-28 10:35:53 +00:00
21_strings libstdc++.exp ([check_v3_target_debug_mode]): Fix so that it really detects when debug mode is activated. 2010-09-03 18:10:46 +00:00
22_locale [multiple changes] 2010-09-15 10:46:39 +00:00
23_containers [multiple changes] 2010-09-29 11:56:34 +00:00
24_iterators [multiple changes] 2010-07-27 17:27:06 +00:00
25_algorithms stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 121). 2010-08-11 17:10:04 +00:00
26_numerics cmath: Implement US 136. 2010-08-08 10:07:16 +00:00
27_io re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer) 2010-09-22 19:40:43 +00:00
28_regex [multiple changes] 2010-07-27 17:27:06 +00:00
29_atomics
30_threads * include/std/thread: Add deleted thread(thread&). 2010-08-06 15:41:23 -04:00
abi
backward
config
data
decimal
ext [multiple changes] 2010-09-15 10:46:39 +00:00
lib libstdc++.exp, ([check_v3_target_namedlocale]): Clean temporary source file once compiled. 2010-09-15 20:54:48 +00:00
libstdc++-abi abi.exp: Add "libstdc++-abi/" to abi_check FAIL message. 2010-09-06 09:55:40 -04:00
libstdc++-dg
performance [multiple changes] 2010-09-14 10:27:36 +00:00
tr1
util [multiple changes] 2010-09-29 11:56:34 +00:00
Makefile.am
Makefile.in