This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 1c1b3bb [ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and m [...] new 02769f1 * include/bits/c++config (_GLIBCXX_NOEXCEPT_IF): Define. * [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 72 ++++++++++++++++++++++ libstdc++-v3/include/bits/c++config | 2 + libstdc++-v3/include/bits/forward_list.h | 3 +- libstdc++-v3/include/bits/hashtable.h | 6 +- libstdc++-v3/include/bits/stl_bvector.h | 5 +- libstdc++-v3/include/bits/stl_deque.h | 9 +-- libstdc++-v3/include/bits/stl_list.h | 9 +-- libstdc++-v3/include/bits/stl_map.h | 9 +-- libstdc++-v3/include/bits/stl_multimap.h | 9 +-- libstdc++-v3/include/bits/stl_multiset.h | 9 +-- libstdc++-v3/include/bits/stl_set.h | 9 +-- libstdc++-v3/include/bits/stl_tree.h | 13 ++-- libstdc++-v3/include/bits/stl_vector.h | 9 +-- libstdc++-v3/include/debug/deque | 5 +- libstdc++-v3/include/debug/forward_list | 6 +- libstdc++-v3/include/debug/list | 5 +- libstdc++-v3/include/debug/map.h | 5 +- libstdc++-v3/include/debug/multimap.h | 5 +- libstdc++-v3/include/debug/multiset.h | 5 +- libstdc++-v3/include/debug/set.h | 5 +- libstdc++-v3/include/debug/unordered_map | 6 +- libstdc++-v3/include/debug/unordered_set | 6 +- libstdc++-v3/include/debug/vector | 5 +- libstdc++-v3/include/ext/alloc_traits.h | 6 -- libstdc++-v3/include/profile/deque | 5 +- libstdc++-v3/include/profile/forward_list | 3 +- libstdc++-v3/include/profile/list | 5 +- libstdc++-v3/include/profile/map.h | 5 +- libstdc++-v3/include/profile/multimap.h | 5 +- libstdc++-v3/include/profile/multiset.h | 5 +- libstdc++-v3/include/profile/set.h | 5 +- libstdc++-v3/include/profile/unordered_map | 2 + libstdc++-v3/include/profile/unordered_set | 2 + libstdc++-v3/include/profile/vector | 13 +--- .../23_containers/deque/allocator/noexcept.cc | 12 +--- .../forward_list/allocator/noexcept.cc | 11 +--- .../23_containers/list/allocator/noexcept.cc | 11 +--- .../23_containers/map/allocator/noexcept.cc | 26 ++++---- .../23_containers/multimap/allocator/noexcept.cc | 30 ++++----- .../23_containers/multiset/allocator/noexcept.cc | 24 +++++--- .../23_containers/set/allocator/noexcept.cc | 24 +++++--- .../unordered_map/allocator/noexcept.cc | 43 +++++++++---- .../unordered_multimap/allocator/noexcept.cc | 44 +++++++++---- .../unordered_multiset/allocator/noexcept.cc | 43 +++++++++---- .../unordered_set/allocator/noexcept.cc | 43 +++++++++---- .../23_containers/vector/allocator/noexcept.cc | 11 +--- .../vector/bool/allocator/noexcept.cc | 11 +--- .../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +- 48 files changed, 322 insertions(+), 286 deletions(-)