This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 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 [...] adds 01b1afdc35c libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterat [...] adds 4b0253b0199 d: Fix ICE in in add_stack_var, at cfgexpand.cc:476
No new revisions were added by this update.
Summary of changes: gcc/d/d-target.cc | 2 + gcc/gimplify.cc | 7 +++- gcc/testsuite/gcc.dg/pr87052.c | 6 +-- gcc/testsuite/gdc.dg/imports/pr106555.d | 10 +++++ gcc/testsuite/gdc.dg/pr106555.d | 4 ++ libatomic/config/aarch64/aarch64-config.h | 23 +++++++++++ libatomic/config/aarch64/host-config.h | 46 ++++++++++++++++++++++ libatomic/config/arm/host-config.h | 19 +++++++++ libstdc++-v3/include/debug/formatter.h | 15 ++++++- libstdc++-v3/include/debug/safe_iterator.h | 19 +++++---- libstdc++-v3/include/debug/safe_local_iterator.h | 19 +++++---- libstdc++-v3/src/c++11/debug.cc | 7 +++- .../23_containers/deque/debug/iterator1_neg.cc | 37 +++++++++++++++++ .../23_containers/deque/debug/iterator2_neg.cc | 40 +++++++++++++++++++ .../forward_list/debug/iterator1_neg.cc | 37 +++++++++++++++++ .../forward_list/debug/iterator2_neg.cc | 40 +++++++++++++++++++ .../forward_list/debug/iterator3_neg.cc | 45 +++++++++++++++++++++ 17 files changed, 353 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/imports/pr106555.d create mode 100644 gcc/testsuite/gdc.dg/pr106555.d create mode 100644 libatomic/config/aarch64/aarch64-config.h create mode 100644 libatomic/config/aarch64/host-config.h create mode 100644 libstdc++-v3/testsuite/23_containers/deque/debug/iterator1_neg.cc create mode 100644 libstdc++-v3/testsuite/23_containers/deque/debug/iterator2_neg.cc create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/debug/iterato [...] create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/debug/iterato [...] create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/debug/iterato [...]