This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27edc6c3e29 compiler: finalize methods for type aliases of struct types new 44135373fcd Daily bump. new f017952d31b libstdc++: Mark some more algorithms constexpr for C++20 new 813ad9c4dd5 libstdc++: Fix division by zero in std::sample new 37edf28c24b libstdc++: Remove overzealous static_asserts from std::span new d149962d6ac Add no strict aliasing to m128-check.h new 7825399092d libstdc++: Use correct argument type for __use_alloc, again [...]
The 6 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: contrib/ChangeLog | 5 ++ gcc/ChangeLog | 73 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 16 +++++ gcc/c-family/ChangeLog | 4 ++ gcc/cp/ChangeLog | 25 ++++++++ gcc/fortran/ChangeLog | 16 +++++ gcc/testsuite/ChangeLog | 73 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/m128-check.h | 1 + libsanitizer/ChangeLog | 7 +++ libstdc++-v3/ChangeLog | 33 ++++++++++ libstdc++-v3/include/bits/stl_algo.h | 5 ++ libstdc++-v3/include/std/span | 3 - libstdc++-v3/include/std/tuple | 2 +- libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc | 21 +++++++ .../testsuite/23_containers/span/back_neg.cc | 14 +++-- .../testsuite/23_containers/span/front_neg.cc | 14 +++-- .../testsuite/23_containers/span/index_op_neg.cc | 14 +++-- .../testsuite/25_algorithms/for_each/constexpr.cc | 12 ++++ .../sizes.cc => 25_algorithms/sample/3.cc} | 40 +++++------- .../testsuite/25_algorithms/search/constexpr.cc | 4 ++ 21 files changed, 344 insertions(+), 40 deletions(-) copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_value_co [...]