This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f0e2714f241 testsuite: Fix guality/ipa-sra-1.c to work with return IPA-VRP new c9ce332b557 libstdc++: Use 128-bit arithmetic for std::linear_congruent [...] new 4d6513f80bd libstdc++: Update tzdata to 2024a new b58f0e5216a libstdc++: Avoid aliasing violation in std::valarray [PR99117] new 4d819db7f22 libstdc++: Use unsigned division in std::rotate [PR113811] new e7ae13a858f libstdc++: Use memset to optimize std::bitset::set() [PR113807] new bf883e6428a libstdc++: Remove redundant zeroing in std::bitset::operato [...]
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: libstdc++-v3/include/bits/random.h | 116 +- libstdc++-v3/include/bits/stl_algo.h | 10 +- libstdc++-v3/include/std/bitset | 16 +- libstdc++-v3/include/std/valarray | 8 +- libstdc++-v3/src/c++20/tzdata.zi | 4016 ++++++++++---------- libstdc++-v3/src/c++20/tzdb.cc | 4 +- .../random/linear_congruential_engine/87744.cc | 22 + .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../testsuite/26_numerics/valarray/99117.cc | 17 + 9 files changed, 2183 insertions(+), 2028 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/random/linear_congruential_e [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/99117.cc