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 in repository toolchain/ci/gcc.
from 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 [...] new 67a1cb2ad16 top-level: Fix comment about --enable-libstdcxx in configure new 8f7b7c1495f libstdc++: Fix reading UTF-8 characters for 16-bit targets [...] new 77eb0461abe lra: Fix up debug_p handling in lra_substitute_pseudo [PR104778]
The 3 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/config/bfin/bfin.cc | 3 +- gcc/config/i386/emmintrin.h | 5 +-- gcc/cp/call.cc | 21 +++++++++ gcc/doc/extend.texi | 5 +++ gcc/lra.cc | 35 ++++++++++++++- gcc/range-op.cc | 2 +- .../g++.dg/cpp2a/builtin-clear-padding1.C | 50 +++++++++++++++++++++ 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 ++++++++++++++++++++++ libstdc++-v3/src/c++11/codecvt.cc | 14 +++--- 13 files changed, 218 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/builtin-clear-padding1.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