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-stable-allnoconfig in repository toolchain/ci/gcc.
from 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. adds 900c0ca2267 Objective-C: Addess a FIXME (NFC). adds a788c4555c6 Objective-C, Darwin : Use special string sections for V2 Ne [...] adds ecd616f6806 Objective-C, Darwin : Update metadata section uses. adds bb675539ba2 Darwin : Only emit Objective-C section switches for older linkers. adds c28d91bf23a Objective-C, Darwin : Pick up super refs directly. adds f1f1008c7cd Improve tree-ssa-alias dump files. new c8fd2be174a Fix modref handling of parameter adjustments and jump functions. new 6a6c85f4e11 Fix ipa-modref ICE with not allocated summaries.
The 2 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/ipa-modref-tree.h | 3 +- gcc/ipa-modref.c | 99 +++++++++++++++++++-- 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 + gcc/tree-ssa-alias.c | 44 +++++++--- libgcc/ChangeLog | 6 ++ libstdc++-v3/ChangeLog | 52 +++++++++++ libstdc++-v3/include/std/variant | 4 +- 19 files changed, 530 insertions(+), 156 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97359.c