]> git.ipfire.org Git - thirdparty/gcc.git/commit
Minimal fixes for -fno-exceptions.
authorPaolo Carlini <pcarlini@suse.de>
Thu, 23 Dec 2004 21:53:36 +0000 (21:53 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 23 Dec 2004 21:53:36 +0000 (21:53 +0000)
commitf22f7e3cf33ee3c9817d309c0d3147aed4d93752
tree9439b4d67ea34f1c3c16929532c56cacecb0de2b
parent19f1644518e31d85d5b0177c2eb9da29d751fde9
Minimal fixes for -fno-exceptions.

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

Minimal fixes for -fno-exceptions.
* testsuite/testsuite_abi.cc (get_symbol, examine_symbol,
create_symbols): Use __throw_exception_again, instead of
plain throw.
* 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: r92570
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/testsuite_abi.cc
libstdc++-v3/testsuite/testsuite_hooks.cc