This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8501c7373a6 MAINTAINERS: Add myself in forge integration maintainers new e166a0f5ee6 libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for [...]
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/include/debug/vector | 26 +++++++++++++++++++ libstdc++-v3/include/std/vector | 17 ++++++------- .../testsuite/23_containers/vector/debug/erase.cc | 28 +++++++++++++++++++++ .../vector/debug/invalidation/erase.cc | 29 ++++++++++++++++++++++ 4 files changed, 90 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/debug/erase.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/ [...]