This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd00010ba21 Fix PR 118884, Lapack build failure. new 08f70200ce0 libstdc++: Combine three tests into one new 7bc72a3d209 libstdc++: Add conditional noexcept to remaining range acce [...] new e9ed0a05fdd libstdc++: Simplify and comment std::jthread extension [PR100612] new 7698d2079ba libstdc++: Remove unused header from <bits/shared_ptr_base.h>
The 4 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/bits/range_access.h | 18 ++-- libstdc++-v3/include/bits/shared_ptr_base.h | 1 - libstdc++-v3/include/std/thread | 6 +- .../24_iterators/headers/iterator/range_access.cc | 107 +++++++++++++++++++++ .../headers/iterator/range_access_c++11.cc | 40 -------- .../headers/iterator/range_access_c++14.cc | 64 ------------ .../headers/iterator/range_access_c++17.cc | 63 ------------ 7 files changed, 123 insertions(+), 176 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access.cc delete mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/range_acce [...] delete mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/range_acce [...] delete mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/range_acce [...]