This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f2d4952feb5 bpf: use the default asm_named_section target hook new 7eb76b3b172 libstdc++: Use __throw_exception_again macro for -fno-exceptions new 33c34c4c246 libstdc++: Fix three-way comparison for std::array [PR 96851] new 31782bd4533 libstdc++: Fix std::gcd and std::lcm for unsigned integers [...]
The 3 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/cpp_type_traits.h | 44 ++++++++ libstdc++-v3/include/bits/ranges_algo.h | 5 +- libstdc++-v3/include/bits/stl_algobase.h | 7 +- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/experimental/numeric | 38 ++++--- libstdc++-v3/include/std/array | 22 ++-- libstdc++-v3/include/std/numeric | 83 +++++++------- .../array/comparison_operators/96851.cc | 119 +++++++++++++++++++++ .../23_containers/array/tuple_interface/get_neg.cc | 6 +- .../94831.cc => 26_numerics/gcd/92978.cc} | 20 +++- libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 10 +- .../94051.cc => 26_numerics/lcm/92978.cc} | 8 +- libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 10 +- .../testsuite/experimental/numeric/92978.cc | 48 +++++++++ 14 files changed, 326 insertions(+), 96 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/array/comparison_operators [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_value_co [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 26 [...] create mode 100644 libstdc++-v3/testsuite/experimental/numeric/92978.cc