diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2005-01-06 07:08:48 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2005-01-06 07:08:48 +0000 |
commit | 56ffd9b3ba4aabf87ccea018096abf64ac7a1fba (patch) | |
tree | fb2d84bf63906b7e344def297290378960b40a45 /libstdc++-v3/ChangeLog | |
parent | e358acde2cc2c540b85ab7c5df397d653032b70d (diff) | |
download | gcc-56ffd9b3ba4aabf87ccea018096abf64ac7a1fba.zip gcc-56ffd9b3ba4aabf87ccea018096abf64ac7a1fba.tar.gz gcc-56ffd9b3ba4aabf87ccea018096abf64ac7a1fba.tar.bz2 |
2005-01-05 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/testsuite_hooks.h:
(copy_constructor::mark_call): Use __throw_runtime_error.
(assignment_operator::mark_call): Same.
* testsuite/testsuite_hooks.cc (verify_demangle): Same.
(locale_data): Remove, just use runtime_error directly.
(environment_variable): Same.
(not_found): Same.
(run_tests_wrapped_locale): Use __throw_runtime_error.
(run_tests_wrapped_env): Same.
(semaphore::semaphore): Same.
(semaphore::signal): Same.
(semaphore::wait): Same.
* testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
* testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
(create_symbols): Use __throw_runtime_error.
* src/bitmap_allocator.cc: Use __throw_bad_alloc.
From-SVN: r92989
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 521f8fb..ee303ac 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2005-01-05 Benjamin Kosnik <bkoz@redhat.com> + + * testsuite/testsuite_hooks.h: + (copy_constructor::mark_call): Use __throw_runtime_error. + (assignment_operator::mark_call): Same. + * testsuite/testsuite_hooks.cc (verify_demangle): Same. + (locale_data): Remove, just use runtime_error directly. + (environment_variable): Same. + (not_found): Same. + (run_tests_wrapped_locale): Use __throw_runtime_error. + (run_tests_wrapped_env): Same. + (semaphore::semaphore): Same. + (semaphore::signal): Same. + (semaphore::wait): Same. + * testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error. + * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error. + (create_symbols): Use __throw_runtime_error. + * src/bitmap_allocator.cc: Use __throw_bad_alloc. + 2005-01-05 Mark Mitchell <mark@codesourcery.com> * testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child |