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 87aa5a09eb0 Daily bump. new 6dc150d9a03 libstdc++: Fix std::get<T> for std::tuple [PR101427] new 0e4fc87837b libstdc++: Remove precondition checks from ranges::subrange new 8000947e544 libstdc++: Fix some problems in PSTL tests
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/ranges_util.h | 22 +++---- libstdc++-v3/include/std/tuple | 69 +++++++++++++++++----- .../20_util/tuple/element_access/101427.cc | 23 ++++++++ .../20_util/tuple/element_access/get_neg.cc | 3 +- .../pstl/alg_nonmodifying/find_end.cc | 8 +-- .../pstl/alg_nonmodifying/search_n.cc | 2 +- .../testsuite/std/ranges/subrange/constexpr.cc | 26 ++++++++ libstdc++-v3/testsuite/util/pstl/test_utils.h | 10 ++-- 8 files changed, 125 insertions(+), 38 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/element_access/101427.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/constexpr.cc