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_ubsan in repository toolchain/ci/gcc.
from 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 adds 510613e76c2 Daily bump. adds 373a2dc2be0 Avoid -Wdangling-pointer for by-transparent-reference argum [...] adds a2645cd8fb3 ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814] adds efd1582926f c++: Fix up cp_parser_skip_to_pragma_eol [PR104623] new 49fb0af9bf8 PR tree-optimization/101895: Fold VEC_PERM to help recognize FMA. new da24fce323e i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104890]
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/i386/i386.h | 6 +- gcc/config/i386/i386.md | 10 +- gcc/config/mips/mips.cc | 9 +- gcc/config/mips/mips.h | 7 + gcc/cp/ChangeLog | 7 + gcc/cp/parser.cc | 2 - gcc/gimple-ssa-warn-access.cc | 13 +- gcc/ifcvt.cc | 14 +- gcc/lra.cc | 35 +- gcc/match.pd | 21 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 2312 ++++++++------------ gcc/po/fr.po | 1286 +++++------ gcc/po/sv.po | 708 +++--- 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 + gcc/testsuite/g++.dg/gomp/pr104623.C | 9 + gcc/testsuite/g++.dg/warn/Wdangling-pointer-5.C | 34 + gcc/testsuite/gcc.c-torture/execute/pr104814.c | 30 + gcc/testsuite/gcc.target/i386/pr101895.c | 11 + gcc/testsuite/gcc.target/i386/pr98335.c | 5 + 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 +- 34 files changed, 2177 insertions(+), 2559 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wdangling-pointer-8.c create mode 100644 gcc/testsuite/g++.dg/gomp/pr104623.C create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-pointer-5.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104814.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101895.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104778.c