-
- Downloads
2001-10-23 Benjamin Kosnik <bkoz@redhat.com> Make -fno-exceptions work. * config/locale/c_locale_gnu.cc: Use functexcept. * include/bits/c++config (__stl_assert): Remove. (__STL_USE_EXCEPTIONS): Same. (__STL_TRY): Same. (__STL_CATCH_ALL): Same. (__STL_THROW): Same. (__STL_RETHROW): Same. (__STL_NOTHROW): Same. (__STL_UNWIND): Same. * include/bits/pthread_allocimpl.h: Fix. * include/bits/std_bitset.h: Same. * include/bits/std_list.h: Same. * include/bits/std_memory.h: Same. * include/bits/std_queue.h: Same. * include/bits/stl_alloc.h: Same. * include/bits/stl_deque.h: Same. * include/bits/stl_list.h: Same. * include/bits/stl_queue.h: Same. * include/bits/stl_tempbuf.h: Same. * include/bits/stl_tree.h: Same. * include/bits/stl_uninitialized.h: Same. * include/bits/stl_vector.h: Same. * include/ext/ropeimpl.h: Same. * include/ext/slist: Same. * include/ext/stl_hashtable.h: Same. * include/ext/stl_rope.h: Same. * libsupc++/new_op.cc: Include cstdlib. * libsupc++/eh_personality.cc: Add exception_defines include. Use __throw_exception_again, tweak. * libsupc++/eh_aux_runtime.cc: Include stdlib for abort. * libsupc++/vec.cc: Tweak. * src/functexcept.cc: Remove unused arguments. * testsuite/23_containers/bitset_members.cc: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46455 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 37 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/config/locale/c_locale_gnu.cc 1 addition, 1 deletionlibstdc++-v3/config/locale/c_locale_gnu.cc
- libstdc++-v3/include/bits/c++config 0 additions, 24 deletionslibstdc++-v3/include/bits/c++config
- libstdc++-v3/include/bits/pthread_allocimpl.h 5 additions, 5 deletionslibstdc++-v3/include/bits/pthread_allocimpl.h
- libstdc++-v3/include/bits/std_bitset.h 11 additions, 11 deletionslibstdc++-v3/include/bits/std_bitset.h
- libstdc++-v3/include/bits/std_list.h 1 addition, 0 deletionslibstdc++-v3/include/bits/std_list.h
- libstdc++-v3/include/bits/std_memory.h 14 additions, 14 deletionslibstdc++-v3/include/bits/std_memory.h
- libstdc++-v3/include/bits/std_queue.h 1 addition, 0 deletionslibstdc++-v3/include/bits/std_queue.h
- libstdc++-v3/include/bits/stl_alloc.h 17 additions, 17 deletionslibstdc++-v3/include/bits/stl_alloc.h
- libstdc++-v3/include/bits/stl_deque.h 118 additions, 56 deletionslibstdc++-v3/include/bits/stl_deque.h
- libstdc++-v3/include/bits/stl_list.h 12 additions, 4 deletionslibstdc++-v3/include/bits/stl_list.h
- libstdc++-v3/include/bits/stl_queue.h 28 additions, 12 deletionslibstdc++-v3/include/bits/stl_queue.h
- libstdc++-v3/include/bits/stl_tempbuf.h 8 additions, 2 deletionslibstdc++-v3/include/bits/stl_tempbuf.h
- libstdc++-v3/include/bits/stl_tree.h 12 additions, 5 deletionslibstdc++-v3/include/bits/stl_tree.h
- libstdc++-v3/include/bits/stl_uninitialized.h 42 additions, 14 deletionslibstdc++-v3/include/bits/stl_uninitialized.h
- libstdc++-v3/include/bits/stl_vector.h 34 additions, 14 deletionslibstdc++-v3/include/bits/stl_vector.h
- libstdc++-v3/include/ext/ropeimpl.h 118 additions, 121 deletionslibstdc++-v3/include/ext/ropeimpl.h
- libstdc++-v3/include/ext/slist 12 additions, 4 deletionslibstdc++-v3/include/ext/slist
- libstdc++-v3/include/ext/stl_hashtable.h 14 additions, 8 deletionslibstdc++-v3/include/ext/stl_hashtable.h
- libstdc++-v3/include/ext/stl_rope.h 22 additions, 25 deletionslibstdc++-v3/include/ext/stl_rope.h
Loading
Please register or sign in to comment