mirror of git://gcc.gnu.org/git/gcc.git
2013-09-21 Paul Pluzhnikov <ppluzhnikov@google.com> * include/bits/functexcept.h (__throw_out_of_range_fmt): New. * src/c++11/functexcept.cc (__throw_out_of_range_fmt): New. * src/c++11/snprintf_lite.cc: New. * src/c++11/Makefile.am: Add snprintf_lite.cc. * src/c++11/Makefile.in: Regenerate. * config/abi/pre/gnu.ver: Add _ZSt24__throw_out_of_range_fmtPKcz. * include/std/array (at): Use __throw_out_of_range_fmt. * include/debug/array (at): Likewise. * include/profile/array (at): Likewise. * include/std/bitset (_M_check_initial_position, _M_check): New. (bitset::bitset): Use _M_check_initial_position. (set, reset, flip, test): Use _M_check. * include/ext/vstring.h (_M_check, at): Use __throw_out_of_range_fmt. * include/bits/stl_vector.h (_M_range_check): Likewise. * include/bits/stl_bvector.h (_M_range_check): Likewise. * include/bits/stl_deque.h (_M_range_check): Likewise. * include/bits/basic_string.h (_M_check, at): Likewise. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Adjust. * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise. * testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise. * testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise. * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Likewise. * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Likewise. * testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc: Likewise. * testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc: Likewise. * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: Likewise. * testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc: Likewise. * testsuite/23_containers/array/tuple_interface/get_neg.cc: Likewise. * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Likewise. * testsuite/util/exception/safety.h (generate): Use __throw_out_of_range_fmt. From-SVN: r202818 |
||
|---|---|---|
| .. | ||
| pb_ds | ||
| algorithm | ||
| aligned_buffer.h | ||
| alloc_traits.h | ||
| array_allocator.h | ||
| atomicity.h | ||
| bitmap_allocator.h | ||
| cast.h | ||
| cmath | ||
| codecvt_specializations.h | ||
| concurrence.h | ||
| debug_allocator.h | ||
| enc_filebuf.h | ||
| extptr_allocator.h | ||
| functional | ||
| iterator | ||
| malloc_allocator.h | ||
| memory | ||
| mt_allocator.h | ||
| new_allocator.h | ||
| numeric | ||
| numeric_traits.h | ||
| pod_char_traits.h | ||
| pointer.h | ||
| pool_allocator.h | ||
| random | ||
| random.tcc | ||
| rb_tree | ||
| rc_string_base.h | ||
| rope | ||
| ropeimpl.h | ||
| slist | ||
| sso_string_base.h | ||
| stdio_filebuf.h | ||
| stdio_sync_filebuf.h | ||
| string_conversions.h | ||
| throw_allocator.h | ||
| type_traits.h | ||
| typelist.h | ||
| vstring.h | ||
| vstring.tcc | ||
| vstring_fwd.h | ||
| vstring_util.h | ||