This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 947b22d9d06 Fortran: Fix uninitialized reads for pdt_13.f03 etc. [PR122002] new 11ce485bcff libstdc++: Fix unsafe comma operators in <random> [PR122062] new aaeca77a79a libstdc++: Eliminate __gnu_cxx::__ops function objects new b83c2e52a21 libstdc++: Simplify std::erase functions for sequence containers new 1cf6cda0554 libstdc++: Reuse predicates in std::search and std::is_permutation
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/predefined_ops.h | 444 ++++++--------------- libstdc++-v3/include/bits/random.tcc | 4 +- libstdc++-v3/include/bits/stl_algo.h | 403 ++++++++----------- libstdc++-v3/include/bits/stl_algobase.h | 69 ++-- libstdc++-v3/include/bits/stl_function.h | 52 +++ libstdc++-v3/include/bits/stl_heap.h | 53 +-- libstdc++-v3/include/std/deque | 19 +- libstdc++-v3/include/std/inplace_vector | 18 +- libstdc++-v3/include/std/string | 14 +- libstdc++-v3/include/std/vector | 19 +- .../piecewise_linear_distribution/cons/122062.cc | 16 + 11 files changed, 429 insertions(+), 682 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_dist [...]