This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c560cf2399 Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabi new 2db38d9fcac libstdc++: Add pretty printer for std::error_code and std:: [...] new 42cfa1bd6c0 libstdc++: Add conditional noexcept to std::exchange new c09cabb2391 libstdc++: Rename __detail::__not_same_as helper new 3b3f2f7c265 libstdc++: Only define basic_string::contains for C++23 new 0808b0df9c4 libstdc++: Optimize std::function move constructor [PR101923]
The 5 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/cow_string.h | 3 +- libstdc++-v3/include/bits/ranges_util.h | 12 ++--- libstdc++-v3/include/bits/std_function.h | 12 ++++- libstdc++-v3/include/std/ranges | 2 +- libstdc++-v3/include/std/utility | 2 + libstdc++-v3/python/libstdcxx/v6/printers.py | 55 +++++++++++++++++++++- .../testsuite/20_util/exchange/noexcept.cc | 39 +++++++++++++++ .../testsuite/libstdc++-prettyprinters/cxx11.cc | 19 ++++++++ 8 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/exchange/noexcept.cc