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-aarch64-bootstrap_profiled in repository toolchain/ci/gcc.
from 7e287503958 d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos [...] adds b9756c0858f Daily bump. adds 823b3b79cd2 Don't fold builtin into gimple when isa mismatches. adds b4244671660 Spelling fix - cannott -> cannot [PR104899] adds a010954cc19 i386: Fix up _mm_loadu_si{16,32} [PR99754] adds c879b92c30d c++: Reject __builtin_clear_padding on non-trivially-copyab [...] adds 67a1cb2ad16 top-level: Fix comment about --enable-libstdcxx in configure adds 8f7b7c1495f libstdc++: Fix reading UTF-8 characters for 16-bit targets [...] adds 77eb0461abe lra: Fix up debug_p handling in lra_substitute_pseudo [PR104778] new a60a3a95d0f libsanitizer: cherry-pick db7bca28638e from upstream new 344e6f9f2ab Enable libsanitizer build on mips64
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: configure | 2 +- configure.ac | 2 +- gcc/ChangeLog | 6 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/config/bfin/bfin.cc | 3 +- gcc/config/i386/emmintrin.h | 5 +- gcc/config/i386/i386-expand.cc | 97 +++++++++++++--------- gcc/config/i386/i386-protos.h | 5 ++ gcc/config/i386/i386.cc | 4 + gcc/config/mips/mips.cc | 9 +- gcc/config/mips/mips.h | 7 ++ gcc/cp/call.cc | 21 +++++ gcc/d/ChangeLog | 9 ++ gcc/doc/extend.texi | 5 ++ gcc/lra.cc | 35 +++++++- gcc/range-op.cc | 2 +- .../c-c++-common/asan/global-overflow-1.c | 1 + gcc/testsuite/g++.dg/asan/large-func-test-1.C | 1 + .../g++.dg/cpp2a/builtin-clear-padding1.C | 50 +++++++++++ gcc/testsuite/gcc.target/i386/pr104666.c | 49 +++++++++++ gcc/testsuite/gcc.target/i386/pr99754-1.c | 20 +++++ gcc/testsuite/gcc.target/i386/pr99754-2.c | 24 ++++++ gcc/testsuite/gcc.target/powerpc/pr104778.c | 51 ++++++++++++ libgomp/ChangeLog | 4 + libphobos/ChangeLog | 5 ++ libsanitizer/configure.tgt | 4 - .../sanitizer_common/sanitizer_atomic_clang.h | 4 +- libstdc++-v3/src/c++11/codecvt.cc | 14 ++-- 29 files changed, 381 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/builtin-clear-padding1.C create mode 100644 gcc/testsuite/gcc.target/i386/pr104666.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99754-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104778.c