This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 71f3036b8a8 sve2: Fix expansion of division [PR107830] new 6bd8d119227 libstdc++: Add always_inline to trivial iterator operations new 48e4a9d9388 libstdc++: Do not define operator!= in <random> for C++20 new f54ceb2062c libstdc++: Call predicate with non-const values in std::era [...] new 7b648e8313f libstdc++: Fix orphaned/nested output of configure checks
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/acinclude.m4 | 6 +- libstdc++-v3/configure | 12 +-- libstdc++-v3/include/bits/erase_if.h | 2 +- libstdc++-v3/include/bits/random.h | 106 +++++++++++++++++---- .../include/bits/stl_iterator_base_funcs.h | 8 +- libstdc++-v3/include/experimental/map | 6 +- libstdc++-v3/include/experimental/set | 4 +- libstdc++-v3/include/experimental/unordered_map | 4 +- libstdc++-v3/include/experimental/unordered_set | 4 +- libstdc++-v3/include/ext/random | 72 +++++++++++--- libstdc++-v3/include/std/map | 6 +- libstdc++-v3/include/std/set | 4 +- libstdc++-v3/include/std/unordered_map | 4 +- libstdc++-v3/include/std/unordered_set | 4 +- .../testsuite/23_containers/map/erasure.cc | 13 +++ .../testsuite/23_containers/set/erasure.cc | 13 +++ .../23_containers/unordered_map/erasure.cc | 13 +++ .../23_containers/unordered_set/erasure.cc | 13 +++ libstdc++-v3/testsuite/experimental/map/erasure.cc | 13 +++ libstdc++-v3/testsuite/experimental/set/erasure.cc | 13 +++ .../experimental/unordered_map/erasure.cc | 13 +++ .../experimental/unordered_set/erasure.cc | 13 +++ 22 files changed, 283 insertions(+), 63 deletions(-)