This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 9c7d5e8846e d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos [...] adds db184a3453b libstdc++: Fix diagnostic pragma push that should be pop adds a5f65cf7ad6 pr103523: Check for PLUS/MINUS support adds 4a87a8e4b13 amdgcn: Change offload variable table discovery adds 2a1c3b69c01 PR ipa/103601: ICE compiling CSiBE in ipa-modref's insert_kill. adds 207775085ff param: Add missing . in description. adds 68fd247e15e Replace t-ppccomm by t-vxworks in libgcc/config/rs6000 new ca1c7065e9d libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro new ffb632517fc libstdc++: Guard mutex and condvar with gthreads macro [PR103638] new 8a404feb400 Remove assignment to STMP_FIXINC from t-vxworks new 57b291c27ee Fix inaccuracies in VxWorks LINK_SPEC
The 4 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/config/gcn/mkoffload.c | 51 ++++++++++----------------- gcc/config/t-vxworks | 1 - gcc/config/vxworks.h | 4 +-- gcc/ipa-modref-tree.h | 3 +- gcc/params.opt | 2 +- gcc/testsuite/gcc.dg/ipa/pr103601.c | 35 ++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr103523.c | 8 +++++ gcc/tree-vect-loop.c | 13 ++++--- include/gomp-constants.h | 2 +- libgcc/config.host | 4 +-- libgcc/config/rs6000/t-vxworks | 1 + libgomp/plugin/plugin-gcn.c | 39 ++++++++++---------- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config.h.in | 6 ++-- libstdc++-v3/configure | 2 +- libstdc++-v3/include/bits/atomic_timed_wait.h | 4 +++ libstdc++-v3/include/bits/char_traits.h | 2 +- 17 files changed, 111 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr103601.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103523.c create mode 100644 libgcc/config/rs6000/t-vxworks