This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7a2b8b76ae Fix PR 119928, formal arguments used to wrongly inferred fo [...] new ccf0b93b3cc libstdc++: Fix -Wmismatched-tags warnings for _Safe_iterato [...] new a067cbcdcc5 libstdc++: Fix dangling pointer in fs::path::operator+=(*th [...] new df1d436d17c libstdc++: Fix <numeric> parallel algos for move-only value [...] new 86627faec10 libstdc++: Rewrite atomic builtin checks [PR70560]
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/acinclude.m4 | 303 ++++++--------- libstdc++-v3/config.h.in | 4 +- libstdc++-v3/configure | 420 +++++++-------------- libstdc++-v3/configure.host | 2 +- libstdc++-v3/include/bits/ptr_traits.h | 2 +- libstdc++-v3/include/debug/debug.h | 2 +- libstdc++-v3/include/ext/atomicity.h | 4 +- libstdc++-v3/include/pstl/glue_numeric_impl.h | 16 +- libstdc++-v3/include/pstl/numeric_impl.h | 36 +- libstdc++-v3/include/std/numeric | 6 +- libstdc++-v3/src/c++17/fs_path.cc | 10 + .../26_numerics/pstl/numeric_ops/108236.cc | 25 -- .../26_numerics/pstl/numeric_ops/move_only.cc | 90 +++++ .../27_io/filesystem/path/concat/120029.cc | 72 ++++ .../experimental/filesystem/path/concat/120029.cc | 74 ++++ 15 files changed, 521 insertions(+), 545 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/move_only.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/concat/120029.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/concat/120029.cc