This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 9622430bfad i386: Change absMMXMODEI:mode2 to an expander. new ad4c21f0f59 libstdc++: Fix installation of python hooks [PR 99453] new f2b76257e9a libstdc++: Change [range.iter.op] functions to function obj [...] new 88ed4abb351 libstdc++: Fix return value of std::ranges::advance [PR 100833] new 10c58754a86 libstdc++: Use __builtin_unreachable for constexpr assertio [...]
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/include/bits/c++config | 40 +-- libstdc++-v3/include/bits/ranges_base.h | 376 +++++++++++---------- libstdc++-v3/include/debug/macros.h | 4 +- libstdc++-v3/python/Makefile.am | 4 + libstdc++-v3/python/Makefile.in | 4 + .../element_access/char/back_constexpr_neg.cc | 2 +- .../element_access/char/constexpr_neg.cc | 2 +- .../element_access/char/front_constexpr_neg.cc | 2 +- .../element_access/wchar_t/back_constexpr_neg.cc | 2 +- .../element_access/wchar_t/constexpr_neg.cc | 2 +- .../element_access/wchar_t/front_constexpr_neg.cc | 2 +- .../testsuite/23_containers/span/back_neg.cc | 2 +- .../testsuite/23_containers/span/front_neg.cc | 2 +- .../testsuite/23_containers/span/index_op_neg.cc | 2 +- .../headers/iterator/synopsis_c++20.cc | 25 +- .../24_iterators/range_operations/100768.cc | 128 +++++++ .../24_iterators/range_operations/advance.cc | 48 ++- .../testsuite/std/ranges/adaptors/elements.cc | 3 + .../testsuite/std/ranges/adaptors/transform.cc | 3 + 19 files changed, 404 insertions(+), 249 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/range_operations/100768.cc