gcc/libstdc++-v3/testsuite
Paolo Carlini c3f0f556db re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened)
2007-02-01  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/14493
	* libsupc++/typeinfo (bad_cast::what, bad_typeid::what): Declare.
	* libsupc++/tinfo.cc: Define.	
	* libsupc++/exception (bad_exception::what): Declare.
	* libsupc++/eh_exception.cc: Define.
	(exception::what): Adjust, don't use typeid.
	* libsupc++/new (bad_alloc::what): Declare.
	* libsupc++/new_handler.cc: Define.
	* config/abi/pre/gnu.ver: Export the new methods @3.4.9; adjust
	existing 3.4.10 exports to 3.4.9.
	* configure.ac: Adjust to 6.0.9.
	* configure: Regenerate.
	* testsuite/util/testsuite_abi.cc: Update.
	* testsuite/18_support/14493.cc: New.

From-SVN: r121461
2007-02-01 13:36:51 +00:00
..
17_intro re PR libstdc++/30571 (Use of C++0x keywords in libstdc++-v3 headers) 2007-01-30 18:04:59 +00:00
18_support re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened) 2007-02-01 13:36:51 +00:00
19_diagnostics re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread) 2005-11-22 06:54:08 +00:00
20_util DR 541, [WP]. 2006-12-22 12:49:48 +00:00
21_strings PR libstdc++/28277 (partial: ostream bits 2) 2006-10-13 09:00:31 +00:00
22_locale enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
23_containers deque.tcc (deque<>::erase(iterator, iterator)): Fix condition. 2007-01-24 23:52:37 +00:00
24_iterators re PR libstdc++/26020 (std::advance() isn't stable for floating point numbers) 2006-10-17 15:17:32 +00:00
25_algorithms PR libstdc++/30449 (fill, fill_n) 2007-01-21 09:57:42 +00:00
26_numerics re PR libstdc++/30416 (SIGSEGV in valarray::cshift(n) on empty array) 2007-01-12 11:09:26 +00:00
27_io PR libstdc++/28277 (partial: ostream bits 2) 2006-10-13 09:00:31 +00:00
abi re PR libstdc++/30586 (Namespace pollution in c++ headers) 2007-01-26 18:00:42 +00:00
backward All files: Update FSF address. 2005-08-17 02:28:44 +00:00
config default.exp (${tool}_target_compile): Use v3_target_compile. 2006-10-30 14:03:05 +00:00
data pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
ext re PR libstdc++/30571 (Use of C++0x keywords in libstdc++-v3 headers) 2007-01-30 18:04:59 +00:00
lib PR libstdc++/29722 continued 2007-01-24 15:03:40 +00:00
libstdc++-abi util: New directory. 2006-06-07 14:58:24 +00:00
libstdc++-dg re PR libstdc++/29095 (cxxabi.h __cxa_cdtor_type not declared when included from "C") 2006-10-09 23:53:35 +00:00
performance valarray-inst.cc (__gslice_to_index): Optimize performance. 2006-12-10 16:47:27 +00:00
thread [multiple changes] 2005-12-28 09:57:57 +00:00
tr1 DR 541, [WP]. 2006-12-22 12:49:48 +00:00
util re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened) 2007-02-01 13:36:51 +00:00
Makefile.am pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
Makefile.in enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00