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-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 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] adds dcf59c5c010 Darwin : Begin rework of zero-fill sections. new 900c0ca2267 Objective-C: Addess a FIXME (NFC). new a788c4555c6 Objective-C, Darwin : Use special string sections for V2 Ne [...] new ecd616f6806 Objective-C, Darwin : Update metadata section uses. new bb675539ba2 Darwin : Only emit Objective-C section switches for older linkers. new c28d91bf23a Objective-C, Darwin : Pick up super refs directly.
The 5 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-sections.def | 15 +++ gcc/config/darwin.c | 63 ++++----- gcc/gimple-range-gori.cc | 10 +- gcc/objc/objc-gnu-runtime-abi-01.c | 32 +---- gcc/objc/objc-next-runtime-abi-02.c | 87 ++++++------- 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/std/variant | 67 +++++++++- .../testsuite/20_util/variant/visit_neg.cc | 2 +- 17 files changed, 468 insertions(+), 137 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97359.c