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-mainline-allyesconfig 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. adds c8fd2be174a Fix modref handling of parameter adjustments and jump functions. adds 6a6c85f4e11 Fix ipa-modref ICE with not allocated summaries. adds 5d2cedaaa39 Fix modref_transform ICE with more than 32 parameters. adds 988f0466e80 Fix ICE in remap_arguments with removed parameters. adds 2137aa92412 libstdc++: Replace use of reserved name that clashes [PR 97362] adds db52bcfe4a0 [nvptx] Factor out write_fn_proto_1 adds e88b04bda8a [nvptx] Replace dots in function names new 2f61125f6f2 Fix parameter map computation in ipa-modref
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-sections.def | 15 +++ gcc/config/darwin.c | 63 ++++----- gcc/config/nvptx/nvptx.c | 97 +++++++++++--- gcc/gimple-range-gori.cc | 10 +- gcc/ipa-modref-tree.h | 3 +- gcc/ipa-modref.c | 104 +++++++++++++-- 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 ++++++++ .../doc/html/manual/source_code_style.html | 1 + .../doc/xml/manual/appendix_contributing.xml | 6 +- libstdc++-v3/include/debug/functions.h | 6 +- libstdc++-v3/include/std/variant | 4 +- libstdc++-v3/testsuite/17_intro/badnames.cc | 1 + 24 files changed, 620 insertions(+), 182 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97359.c