This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a90dad293ce [vxworks] [x86] disable vxworks6 PIC on vxworks7 new 2fd6f42c17a libstdc++: Make debug iterator pointer sequence const [PR116369]
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: .../config/abi/pre/gnu-versioned-namespace.ver | 18 +-- libstdc++-v3/config/abi/pre/gnu.ver | 14 ++ libstdc++-v3/include/debug/deque | 5 +- libstdc++-v3/include/debug/formatter.h | 10 +- libstdc++-v3/include/debug/forward_list | 71 ++++----- libstdc++-v3/include/debug/list | 15 +- libstdc++-v3/include/debug/safe_base.h | 77 ++++++--- libstdc++-v3/include/debug/safe_container.h | 25 ++- libstdc++-v3/include/debug/safe_iterator.h | 14 +- libstdc++-v3/include/debug/safe_local_iterator.h | 102 ++++++------ libstdc++-v3/include/debug/safe_local_iterator.tcc | 4 +- libstdc++-v3/include/debug/safe_sequence.h | 9 +- libstdc++-v3/include/debug/safe_sequence.tcc | 6 +- libstdc++-v3/include/debug/safe_unordered_base.h | 67 ++++++-- .../include/debug/safe_unordered_container.h | 4 + .../include/debug/safe_unordered_container.tcc | 4 +- libstdc++-v3/src/c++11/debug.cc | 174 ++++++++++++++++----- .../23_containers/unordered_map/const_container.cc | 19 +++ .../unordered_multimap/const_container.cc | 22 +++ .../unordered_multiset/const_container.cc | 15 ++ .../23_containers/unordered_set/const_container.cc | 14 ++ .../vector/debug/mutex_association.cc | 2 +- libstdc++-v3/testsuite/util/testsuite_containers.h | 6 + 23 files changed, 491 insertions(+), 206 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/const_container.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/const_c [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/const_c [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/const_container.cc