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 9fa411d7596 Daily bump. new 18eecb8c4a9 libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133] new 45a31caac6d libstdc++: Remove precondition checks from ranges::subrange new d1b51c15312 libstdc++: Optimize std::any_cast by replacing indirect call new f05b125a8d7 libstdc++: Avoid try-catch and O(N) size in std::list::merg [...] new de802e47366 libstdc++: Add valid range checks to std::span constructors [...]
The 5 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/config/os/gnu-linux/os_defines.h | 6 +++++ libstdc++-v3/include/bits/list.tcc | 4 ++++ libstdc++-v3/include/std/any | 26 ++++++++++++++-------- libstdc++-v3/include/std/ranges | 2 -- libstdc++-v3/include/std/span | 2 ++ .../23_containers/span/cons_1_assert_neg.cc | 14 ++++++++++++ .../23_containers/span/cons_2_assert_neg.cc | 14 ++++++++++++ .../testsuite/std/ranges/subrange/constexpr.cc | 26 ++++++++++++++++++++++ 8 files changed, 83 insertions(+), 11 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/span/cons_1_assert_neg.cc create mode 100644 libstdc++-v3/testsuite/23_containers/span/cons_2_assert_neg.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/constexpr.cc