gcc/libstdc++-v3/testsuite
Paolo Carlini e182017e46 re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator)
2005-09-11  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/23781
	* include/bits/stl_list.h (_List_iterator<>::
	_List_iterator(_List_node_base*), _List_const_iterator<>::
	_List_const_iterator(const _List_node_base*)): Make explicit.
	(list<>::begin(), list<>::end(), list<>::pop_back()): Adjust
	consistently.
	* include/bits/list.tcc (list<>::insert, list<>::erase): Adjust
	consistently.
	* include/bits/stl_tree.h (_Rb_tree_iterator<>::
	_Rb_tree_iterator(_Link_type), _Rb_tree_const_iterator<>::
	_Rb_tree_const_iterator(_Link_type)): Make explicit.
	(_Rb_tree<>::begin(), _Rb_tree<>::end()): Adjust consistently.
	* include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
	Make explicit.
	(slist<>::erase(iterator), slist<>::erase(iterator, iterator)):
	Adjust consistently.
	* include/tr1/hashtable (hashtable_iterator<>::
	hashtable_iterator(hash_node<>**)): Make explicit.
	* testsuite/23_containers/list/23781.cc: New.
	* testsuite/23_containers/map/23781.cc: Likewise.
	* testsuite/23_containers/multimap/23781.cc: Likewise.
	* testsuite/23_containers/multiset/23781.cc: Likewise.
	* testsuite/23_containers/set/23781.cc: Likewise.
	* testsuite/ext/slist/23781.cc: Likewise.
	* testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
	* testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
	line numbers.
	* testsuite/23_containers/set/operators/1_neg.cc: Likewise.

	* include/tr1/array (array<>::begin(), array<>::end()): Adjust
	stylistically for consistency with the other containers.

From-SVN: r104139
2005-09-11 09:48:41 +00:00
..
17_intro All files: Update FSF address. 2005-08-17 02:28:44 +00:00
18_support All files: Update FSF address. 2005-08-17 02:28:44 +00:00
19_diagnostics All files: Update FSF address. 2005-08-17 02:28:44 +00:00
20_util All files: Update FSF address. 2005-08-17 02:28:44 +00:00
21_strings re PR libstdc++/23550 (char_traits requirements/1.cc test bad math) 2005-08-24 20:29:27 +00:00
22_locale All files: Update FSF address. 2005-08-17 02:28:44 +00:00
23_containers re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator) 2005-09-11 09:48:41 +00:00
24_iterators All files: Update FSF address. 2005-08-17 02:28:44 +00:00
25_algorithms All files: Update FSF address. 2005-08-17 02:28:44 +00:00
26_numerics c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu. 2005-09-10 17:12:53 +01:00
27_io 1.cc: XFAIL on darwin8. 2005-08-23 01:16:45 +00:00
backward All files: Update FSF address. 2005-08-17 02:28:44 +00:00
config All files: Update FSF address. 2005-08-17 02:28:44 +00:00
data re PR libstdc++/23462 (27_io/basic_filebuf/sgetn/char/[12]-i[no].cc execution tests fail) 2005-08-23 23:05:38 +00:00
demangle All files: Update FSF address. 2005-08-17 02:28:44 +00:00
ext re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator) 2005-09-11 09:48:41 +00:00
lib libstdc++.exp (check_v3_target_cxa_atexit): Fix comment. 2005-09-01 16:58:25 +00:00
libstdc++-abi All files: Update FSF address. 2005-08-17 02:28:44 +00:00
libstdc++-dg All files: Update FSF address. 2005-08-17 02:28:44 +00:00
performance All files: Update FSF address. 2005-08-17 02:28:44 +00:00
thread All files: Update FSF address. 2005-08-17 02:28:44 +00:00
tr1 re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator) 2005-09-11 09:48:41 +00:00
Makefile.am All files: Update FSF address. 2005-08-17 02:28:44 +00:00
Makefile.in Index: gcc/ChangeLog 2005-07-27 18:28:32 +00:00
testsuite_abi.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_abi.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_abi_check.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_allocator.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_allocator.h libstdc++.exp (check_v3_target_cxa_atexit): New. 2005-09-01 07:06:05 +00:00
testsuite_character.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_character.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_common_types.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_hooks.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_hooks.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_io.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_iterators.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_performance.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_tr1.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
testsuite_visualization.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00