gcc/libstdc++-v3/testsuite/ext
Benjamin Kosnik c3e7f18406 acconfig.h: Add _GLIBCXX_USE___CXA_ATEXIT.
2004-10-08  Benjamin Kosnik  <bkoz@redhat.com>

	* acconfig.h: Add _GLIBCXX_USE___CXA_ATEXIT.
	* acinclude.m4 (GLIBCXX_ENABLE_CXA_ATEXIT): New.
	* configure.ac: Call GLIBCXX_ENABLE_CXA_EXIT.
	* configure: Regenerate.
	* src/mt_allocator.cc (__pool::~__pool): Make conditional on
	_GLIBCXX_USE___CXA_ATEXIT macro.
	* docs/html/ext/mt_allocator.html: Add note about deallocation.
	* testsuite/ext/mt_allocator/deallocate_local-2.cc: Guard checks
	with _GLIBCXX_USE___CXA_ATEXIT.
	* testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
	* testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.

From-SVN: r88809
2004-10-09 02:30:10 +00:00
..
array_allocator tr1: New. 2004-10-07 22:06:23 +00:00
debug_allocator re PR libstdc++/16614 (Excessive resource usage in __mt_alloc) 2004-09-01 22:17:00 +00:00
enc_filebuf [multiple changes] 2004-03-27 16:21:21 +00:00
malloc_allocator re PR libstdc++/17780 (std::allocator vs. static init) 2004-10-06 04:22:42 +00:00
mt_allocator acconfig.h: Add _GLIBCXX_USE___CXA_ATEXIT. 2004-10-09 02:30:10 +00:00
new_allocator re PR libstdc++/17780 (std::allocator vs. static init) 2004-10-06 04:22:42 +00:00
pool_allocator re PR libstdc++/16614 (Excessive resource usage in __mt_alloc) 2004-09-01 22:17:00 +00:00
rope rope (rope(_CharT, const allocator_type&)): Fix to use _Data_allocate. 2004-06-16 17:29:16 +00:00
stdio_filebuf/char 1-in.cc: XFAIL more arm simulator targets. 2004-09-24 02:04:39 +00:00
stdio_sync_filebuf 9555-ic.cc: Clarify assertion, set test variable to false before assert. 2004-04-19 19:00:09 +00:00
14648.cc re PR libstdc++/14648 (rope is broken (regression)) 2004-03-19 16:08:15 +00:00
concept_checks.cc 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
hash_check_construct_destroy.cc stl_construct.h (_Destroy): New three-argument overload that takes an allocator argument. 2004-07-28 16:37:20 +00:00
hash_map.cc 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
hash_set_explicit_instantiation.cc re PR libstdc++/16844 (Explicit instantiation failing) 2004-08-02 04:40:19 +00:00
hash_set.cc 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
headers.cc [multiple changes] 2003-06-11 15:52:11 +00:00
pod_char_traits.cc locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
slist_check_construct_destroy.cc stl_construct.h (_Destroy): New three-argument overload that takes an allocator argument. 2004-07-28 16:37:20 +00:00
slist_explicit_instantiation.cc re PR libstdc++/16844 (Explicit instantiation failing) 2004-08-02 04:40:19 +00:00