This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from bb37ad8cc0f Don't keep strict_low_part in reloads for non-registers. [PR97313] adds 3ee44d4c518 libstdc++: Fix incorrect results in std::seed_seq::generate [...] adds 3427e313316 libstdc++: Diagnose visitors with different return types [PR95904] adds c74a0e82fa3 Daily bump. adds 14db1dfcd18 PR97359: Do not cache relops in GORI cache. adds 02cbd79e472 libstdc++: Fix variant build on 32-bit targets [PR95904] adds 16664e6e4fb x86-64: Check CMPXCHG16B for x86-64-v[234] new dcf59c5c010 Darwin : Begin rework of zero-fill sections.
The 1 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: gcc/ChangeLog | 141 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 42 ++---- gcc/gimple-range-gori.cc | 10 +- gcc/testsuite/ChangeLog | 66 ++++++++++ gcc/testsuite/gcc.dg/darwin-sections.c | 42 +++--- gcc/testsuite/gcc.dg/pr97359.c | 11 ++ gcc/testsuite/gcc.target/i386/x86-64-v2.c | 3 + gcc/testsuite/gcc.target/i386/x86-64-v3.c | 3 + gcc/testsuite/gcc.target/i386/x86-64-v4.c | 3 + libgcc/ChangeLog | 6 + libstdc++-v3/ChangeLog | 52 ++++++++ libstdc++-v3/include/bits/random.tcc | 90 ++++++++----- libstdc++-v3/include/std/variant | 67 +++++++++- .../testsuite/20_util/variant/visit_neg.cc | 2 +- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../random/seed_seq/97311.cc} | 40 +++--- 17 files changed, 469 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97359.c copy libstdc++-v3/testsuite/{20_util/variant/visit_neg.cc => 26_numerics/random/se [...]