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-aarch64 in repository toolchain/ci/gcc.
from 41da4070a2a graphds: Fix description of SCC algorithm adds cf172561052 libgo: use POSIX shell arithmetic expansion adds 64cb87b2381 xtensa: Optimize "bitwise AND NOT with imm" followed by "br [...] adds b4cc945c045 Fix handling of zero capacity regions in -Wanalyzer-allocat [...] adds 27d2c49c415 Fix CL entry adds b585af38a12 c++: correct ChangeLog PR number adds f77bbc8f869 c++: CTAD from initializer list [PR106366] adds 0fb35a45a28 analyzer: fix ICE in binding_cluster ctor [PR106401] adds 6d5194a10dc analyzer: fix state explosion on va_arg [PR106413] new b563a8dd3fc Daily bump.
The 1 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: contrib/ChangeLog | 11 + gcc/ChangeLog | 85 +++++- gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 21 ++ gcc/analyzer/region-model.cc | 2 +- gcc/analyzer/store.cc | 1 - gcc/analyzer/varargs.cc | 26 +- gcc/config/xtensa/xtensa.md | 84 ++++++ gcc/cp/ChangeLog | 16 +- gcc/cp/pt.cc | 31 ++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 35 +++ gcc/testsuite/g++.dg/cpp1z/class-deduction112.C | 14 + gcc/testsuite/gcc.dg/analyzer/memcpy-2.c | 8 + gcc/testsuite/gcc.dg/analyzer/pr106394.c | 19 ++ gcc/testsuite/gcc.dg/analyzer/torture/stdarg-4.c | 329 +++++++++++++++++++++++ libgo/match.sh | 2 +- libgo/testsuite/gotest | 2 +- libiberty/ChangeLog | 6 + libsanitizer/ChangeLog | 7 + 20 files changed, 674 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction112.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/memcpy-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr106394.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/stdarg-4.c