gcc/libstdc++-v3/libsupc++
Paolo Carlini bc2631e0c6 re PR libstdc++/25191 (exception_defines.h #defines try/catch)
2009-02-03  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/25191	
	* libsupc++/exception_defines.h: Depending on __EXCEPTIONS,
	deal consistently with __try and __catch too.
	* src/localename.cc: Replace try -> __try, catch -> __catch.
	* src/ios.cc: Likewise.
	* src/locale.cc: Likewise.
	* src/istream.cc: Likewise.
	* src/thread.cc: Likewise.
	* src/compatibility.cc: Likewise.
	* src/bitmap_allocator.cc: Likewise.
	* src/ios_init.cc: Likewise.
	* include/debug/deque: Likewise.
	* include/debug/list: Likewise.
	* include/tr1_impl/hashtable: Likewise.
	* include/std/bitset: Likewise.
	* include/ext/pb_ds/detail/resize_policy/
	hash_load_check_resize_trigger_imp.hpp: Likewise.
	* include/ext/pb_ds/detail/resize_policy/
	hash_standard_resize_policy_imp.hpp: Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/
	resize_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/
	constructor_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/pat_trie_/
	split_join_branch_bag.hpp: Likewise.
	* include/ext/pb_ds/detail/pat_trie_/
	constructors_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/
	constructors_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/
	resize_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/
	constructor_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/
	constructors_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/
	erase_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/
	split_join_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/
	constructors_destructor_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/debug_map_base.hpp: Likewise.
	* include/ext/pb_ds/detail/list_update_map_/
	constructor_destructor_fn_imps.hpp: Likewise.
	* include/ext/slist: Likewise.
	* include/ext/memory: Likewise.
	* include/ext/rc_string_base.h: Likewise.
	* include/ext/ropeimpl.h: Likewise.
	* include/ext/vstring.tcc: Likewise.
	* include/ext/rope: Likewise.
	* include/ext/sso_string_base.h: Likewise.
	* include/bits/shared_ptr.h: Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/locale_classes.tcc: Likewise.
	* include/bits/locale_facets.tcc: Likewise.
	* include/bits/locale_classes.h: Likewise.
	* include/bits/forward_list.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/istream.tcc: Likewise.
	* include/bits/stl_uninitialized.h: Likewise.
	* include/bits/ostream.tcc: Likewise.
	* include/bits/vector.tcc: Likewise.
	* include/bits/stl_tempbuf.h: Likewise.
	* include/bits/deque.tcc: Likewise.
	* include/bits/basic_string.tcc: Likewise.
	* include/bits/ostream_insert.h: Likewise.
	* include/bits/locale_facets_nonio.tcc: Likewise.
	* include/bits/stl_tree.h: Likewise.
	* include/bits/fstream.tcc: Likewise.
	* include/tr1/shared_ptr.h: Likewise.
	* include/tr1/hypergeometric.tcc: Likewise.
	* include/backward/hashtable.h: Likewise.
	* libsupc++/exception_ptr.h: Likewise.
	* libsupc++/eh_personality.cc: Likewise.
	* libsupc++/eh_call.cc: Likewise.
	* config/locale/gnu/monetary_members.cc: Likewise.
	* config/locale/gnu/time_members.h: Likewise.
	* config/locale/generic/time_members.h: Likewise.

From-SVN: r143913
2009-02-03 23:44:53 +00:00
..
Makefile.am [multiple changes] 2008-08-23 11:28:30 +00:00
Makefile.in re PR libstdc++/32666 (FAIL: abi_check hppa) 2009-01-15 20:02:11 +00:00
array_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
atexit_arm.cc atexit_arm.cc: New file. 2007-05-04 17:42:49 +00:00
bad_cast.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
bad_typeid.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
cxxabi-forced.h cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00
cxxabi.h cxxabi.h (_GLIBCXX_NOTHROW): New macro. 2007-05-09 05:21:36 +00:00
del_op.cc cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std members. 2007-04-11 01:11:56 +00:00
del_opnt.cc
del_opv.cc
del_opvnt.cc
dyncast.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
eh_alloc.cc re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk) 2009-01-07 23:50:42 +01:00
eh_arm.cc [multiple changes] 2008-08-23 11:28:30 +00:00
eh_aux_runtime.cc
eh_call.cc re PR libstdc++/25191 (exception_defines.h #defines try/catch) 2009-02-03 23:44:53 +00:00
eh_catch.cc
eh_exception.cc re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL)) 2007-05-07 17:27:54 -04:00
eh_globals.cc
eh_personality.cc re PR libstdc++/25191 (exception_defines.h #defines try/catch) 2009-02-03 23:44:53 +00:00
eh_ptr.cc re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk) 2009-01-07 23:50:42 +01:00
eh_term_handler.cc
eh_terminate.cc
eh_throw.cc re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk) 2009-01-07 23:50:42 +01:00
eh_type.cc [multiple changes] 2008-08-23 11:28:30 +00:00
eh_unex_handler.cc
enum_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
exception [multiple changes] 2008-08-23 11:28:30 +00:00
exception_defines.h re PR libstdc++/25191 (exception_defines.h #defines try/catch) 2009-02-03 23:44:53 +00:00
exception_ptr.h re PR libstdc++/25191 (exception_defines.h #defines try/catch) 2009-02-03 23:44:53 +00:00
function_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
fundamental_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
guard.cc acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of all used __sync builtins, in two sizes. 2008-04-24 14:40:29 +00:00
initializer_list user.cfg.in: Add complex, ratio, intializer_list. 2008-07-16 07:01:23 +00:00
new throw_allocator.h: Fixes for -fno-exceptions. 2007-06-26 11:01:15 +00:00
new_handler.cc
new_op.cc
new_opnt.cc
new_opv.cc
new_opvnt.cc
pbase_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pmem_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pointer_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
pure.cc
si_class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo.h array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
tinfo2.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
typeinfo re PR libstdc++/33678 (__do_catch, __do_upcast ABI change) 2007-10-06 23:40:32 +00:00
unwind-cxx.h re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from GCC trunk) 2009-01-07 23:50:42 +01:00
vec.cc vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array address. 2008-06-27 23:02:06 +00:00
vmi_class_type_info.cc array_type_info.cc: Likewise. 2007-03-18 22:35:39 +00:00
vterminate.cc