-
- Downloads
PR libstdc++/21772 part 1
2009-12-15 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/21772 part 1 * include/ext/throw_allocator.h: Rework. (__gnu_cxx::throw_allocator): To... (__gnu_cxx::throw_allocator_limit): ...this. (__gnu_cxx::throw_allocator_random): ...and this. (throw_value_base, throw_value_limit, throw_value_random): Add. (condition_base, random_condition, limit_condition): Add. (forced_exception_error): To... (forced_error): ...this. * testsuite/ext/throw_value: New. * testsuite/ext/throw_value/cons.cc: New. * testsuite/ext/throw_allocator/deallocate_global.cc: Adjust for throw_allocator, forced_exception_error changes. * testsuite/ext/throw_allocator/check_delete.cc: Same. * testsuite/ext/throw_allocator/check_allocate_max_size.cc: Same. * testsuite/ext/throw_allocator/check_deallocate_null.cc: Same. * testsuite/ext/throw_allocator/explicit_instantiation.cc: Same. * testsuite/ext/throw_allocator/check_new.cc: Same. * testsuite/ext/throw_allocator/variadic_construct.cc: Same. * testsuite/ext/throw_allocator/deallocate_local.cc: Same. * testsuite/23_containers/list/modifiers/insert/25288.cc: Same. * testsuite/23_containers/list/modifiers/insert/25288.h: Same. * testsuite/util/regression/common_type.hpp: Same. * testsuite/util/regression/rand/priority_queue/ container_rand_regression_test.tcc: Same. * testsuite/util/regression/rand/assoc/ container_rand_regression_test.h: Same. * testsuite/util/regression/rand/assoc/ container_rand_regression_test.tcc: Same. * testsuite/util/regression/basic_type.hpp: Same. * testsuite/ext/forced_exception_error/cons_virtual_derivation.cc: To... * testsuite/ext/forced_error/cons_virtual_derivation.cc: ...this, same. From-SVN: r155283
Showing
- libstdc++-v3/ChangeLog 76 additions, 40 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/ext/throw_allocator.h 373 additions, 76 deletionslibstdc++-v3/include/ext/throw_allocator.h
- libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc 1 addition, 1 deletion...v3/testsuite/23_containers/list/modifiers/insert/25288.cc
- libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h 2 additions, 2 deletions...-v3/testsuite/23_containers/list/modifiers/insert/25288.h
- libstdc++-v3/testsuite/ext/forced_error/cons_virtual_derivation.cc 1 addition, 1 deletion...-v3/testsuite/ext/forced_error/cons_virtual_derivation.cc
- libstdc++-v3/testsuite/ext/throw_allocator/check_allocate_max_size.cc 1 addition, 1 deletion.../testsuite/ext/throw_allocator/check_allocate_max_size.cc
- libstdc++-v3/testsuite/ext/throw_allocator/check_deallocate_null.cc 1 addition, 1 deletion...v3/testsuite/ext/throw_allocator/check_deallocate_null.cc
- libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc
- libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/ext/throw_allocator/check_new.cc
- libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc 1 addition, 1 deletion...c++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
- libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc 1 addition, 1 deletion...dc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc
- libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc 2 additions, 1 deletion...3/testsuite/ext/throw_allocator/explicit_instantiation.cc
- libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc 1 addition, 1 deletion...++-v3/testsuite/ext/throw_allocator/variadic_construct.cc
- libstdc++-v3/testsuite/ext/throw_value/cons.cc 43 additions, 0 deletionslibstdc++-v3/testsuite/ext/throw_value/cons.cc
- libstdc++-v3/testsuite/util/regression/basic_type.hpp 1 addition, 1 deletionlibstdc++-v3/testsuite/util/regression/basic_type.hpp
- libstdc++-v3/testsuite/util/regression/common_type.hpp 1 addition, 1 deletionlibstdc++-v3/testsuite/util/regression/common_type.hpp
- libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h 1 addition, 1 deletion...il/regression/rand/assoc/container_rand_regression_test.h
- libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc 16 additions, 16 deletions.../regression/rand/assoc/container_rand_regression_test.tcc
- libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc 10 additions, 10 deletions...on/rand/priority_queue/container_rand_regression_test.tcc
Loading
Please register or sign in to comment