This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 113f0a639db libstdc++ Two simplifications for lexicographical_compare new fd335985582 libstdc++: P1645R1 constexpr for <numeric> algorithms new 8ce13842b50 libstdc++: Fix use of inaccessible private member in split_ [...]
The 2 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 | 29 +++++++++++++++ libstdc++-v3/include/bits/stl_numeric.h | 9 +++++ libstdc++-v3/include/std/numeric | 18 +++++++++ libstdc++-v3/include/std/ranges | 2 +- libstdc++-v3/include/std/version | 1 + .../pointer_neg.cc => accumulate/constexpr.cc} | 23 ++++++++++-- .../adjacent_difference/constexpr.cc} | 25 ++++++++----- .../exclusive_scan/constexpr.cc} | 25 ++++++++----- .../inclusive_scan/constexpr.cc} | 36 +++++++++++++----- .../inner_product/constexpr.cc} | 26 ++++++++----- .../{midpoint/pointer_neg.cc => iota/constexpr.cc} | 12 ++++-- .../partial_sum/constexpr.cc} | 25 ++++++++----- .../reduce/constexpr.cc} | 33 ++++++++++++----- .../constexpr.cc} | 14 +++++-- .../transform_inclusive_scan/constexpr.cc} | 25 ++++++++----- .../transform_reduce/constexpr.cc} | 43 +++++++++++++--------- .../testsuite/std/ranges/adaptors/split.cc | 18 +++++++++ 17 files changed, 264 insertions(+), 100 deletions(-) copy libstdc++-v3/testsuite/26_numerics/{midpoint/pointer_neg.cc => accumulate/con [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/adjacen [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/exclusi [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/inclusi [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/inner_p [...] copy libstdc++-v3/testsuite/26_numerics/{midpoint/pointer_neg.cc => iota/constexpr [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/partial [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/reduce/ [...] copy libstdc++-v3/testsuite/26_numerics/{midpoint/pointer_neg.cc => transform_excl [...] copy libstdc++-v3/testsuite/{std/ranges/access/begin_neg.cc => 26_numerics/transfo [...] copy libstdc++-v3/testsuite/{18_support/comparisons/object/93479.cc => 26_numerics [...]