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_lto in repository toolchain/ci/gcc.
from 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] adds a60a3a95d0f libsanitizer: cherry-pick db7bca28638e from upstream adds 344e6f9f2ab Enable libsanitizer build on mips64 adds 6abc4e46f8c Fix libitm.c/memset-1.c test fails with new peephole2s. adds c6f7a9fcbf1 Update gcc de.po, fr.po, sv.po new 510613e76c2 Daily bump. new 373a2dc2be0 Avoid -Wdangling-pointer for by-transparent-reference argum [...]
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: ChangeLog | 5 + configure | 2 +- configure.ac | 2 +- gcc/ChangeLog | 59 + gcc/DATESTAMP | 2 +- 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/i386/i386.md | 10 +- gcc/config/mips/mips.cc | 9 +- gcc/config/mips/mips.h | 7 + gcc/cp/ChangeLog | 7 + gcc/cp/call.cc | 21 + gcc/doc/extend.texi | 5 + gcc/gimple-ssa-warn-access.cc | 13 +- gcc/lra.cc | 35 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 2312 ++++++++------------ gcc/po/fr.po | 1286 +++++------ gcc/po/sv.po | 708 +++--- gcc/range-op.cc | 2 +- gcc/testsuite/ChangeLog | 33 + gcc/testsuite/c-c++-common/Wdangling-pointer-8.c | 20 + .../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/g++.dg/warn/Wdangling-pointer-5.C | 34 + gcc/testsuite/gcc.target/i386/pr104666.c | 49 + gcc/testsuite/gcc.target/i386/pr98335.c | 5 + 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 + libsanitizer/ChangeLog | 9 + libsanitizer/configure.tgt | 4 - .../sanitizer_common/sanitizer_atomic_clang.h | 4 +- libstdc++-v3/ChangeLog | 6 + libstdc++-v3/src/c++11/codecvt.cc | 14 +- 39 files changed, 2335 insertions(+), 2593 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wdangling-pointer-8.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/builtin-clear-padding1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-5.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