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_profiled in repository toolchain/ci/gcc.
from 19077677351 c++: Add support for __real__/__imag__ modifications in con [...] adds ef54eb74cab [Committed] Add -mno-stv to new gcc.target/i386/cmpti2.c te [...] adds 37e8e63d3c6 Daily bump. adds 2633c8d8f33 Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/co [...] adds 2a1448f2763 lto/106540 - fix LTO tree input wrt dwarf2out_register_exte [...] adds e6a8ae900b4 AArch64: Fix 128-bit sequential consistency atomic operations. adds 5471f55f001 AArch32: Fix 128-bit sequential consistency atomic operations. adds 21c7aab0980 Fix middle-end/103645: empty struct store not removed when [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 8 ++++ gcc/dwarf2out.cc | 7 +--- gcc/gimplify.cc | 7 +++- gcc/lto-streamer-in.cc | 7 +++- gcc/testsuite/ChangeLog | 15 +++++++ .../tree-ssa => gcc.c-torture/compile}/pr93776.c | 4 +- gcc/testsuite/gcc.dg/pr87052.c | 6 +-- gcc/testsuite/gcc.target/i386/cmpti2.c | 2 +- libatomic/config/aarch64/aarch64-config.h | 23 +++++++++++ libatomic/config/aarch64/host-config.h | 46 ++++++++++++++++++++++ libatomic/config/arm/host-config.h | 19 +++++++++ 13 files changed, 135 insertions(+), 17 deletions(-) rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/compile}/pr93776.c (76%) create mode 100644 libatomic/config/aarch64/aarch64-config.h create mode 100644 libatomic/config/aarch64/host-config.h