Minimal fixes for -fno-exceptions.
authorPaolo Carlini <pcarlini@suse.de>
Thu, 30 Dec 2004 00:21:10 +0000 (00:21 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 30 Dec 2004 00:21:10 +0000 (00:21 +0000)
commitd98fd13429d8819de437e6a681aebea99e3edbfe
tree53fbaf5bf7be5d0613a639ddf4b5d53dbddcadd2
parentb53948b951e8fddb8f1cafa910c3da5a2a158fee
Minimal fixes for -fno-exceptions.

2004-12-29  Paolo Carlini  <pcarlini@suse.de>

Minimal fixes for -fno-exceptions.
* src/bitmap_allocator.cc (free_list::_M_get): Use
__throw_exception_again, instead of plain throw.
* testsuite/testsuite_abi.cc (get_symbol, examine_symbol,
create_symbols): Likewise.
* testsuite/testsuite_hooks.cc (verify_demangle,
run_tests_wrapped_locale, run_tests_wrapped_env): Likewise.
(try_named_locale): Wrap the whole catch in __EXCEPTIONS.

From-SVN: r92720
libstdc++-v3/ChangeLog
libstdc++-v3/src/bitmap_allocator.cc
libstdc++-v3/testsuite/testsuite_abi.cc
libstdc++-v3/testsuite/testsuite_hooks.cc