This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 669d54f7dd1 Simplify linker script patterns for std::exception_ptr new 4e6aac30df5 PR libstdc++/84928 use std::move in <numeric> algorithms
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/ChangeLog | 10 ++ libstdc++-v3/include/bits/stl_numeric.h | 27 +++-- .../testsuite/26_numerics/accumulate/lwg2055.cc | 93 +++++++++++++++ .../26_numerics/adjacent_difference/lwg2055.cc | 126 +++++++++++++++++++++ .../testsuite/26_numerics/inner_product/lwg2055.cc | 107 +++++++++++++++++ .../testsuite/26_numerics/partial_sum/lwg2055.cc | 125 ++++++++++++++++++++ 6 files changed, 480 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/accumulate/lwg2055.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/adjacent_difference/lwg2055.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/inner_product/lwg2055.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/partial_sum/lwg2055.cc