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-arm-bootstrap_debug in repository toolchain/ci/gcc.
from b852aa7f265 analyzer: fix -Wanalyzer-va-list-exhausted false +ve on va_ [...] adds bbb9c03005c Daily bump. adds 75841b04987 [PATCH, rs6000] Additional cleanup of rs6000_builtin_mask adds 45e0683d99c [PATCH, rs6000] Cleanup some vstrir define_expand naming in [...] adds 605b64251c7 Extend 16/32-bit vector bit_op patterns with (m,0,i) alternative. adds 1cc0e9a46e7 Adjust testcase. adds aaf9583d4cf remove 'continue' as last statement in loop adds 3c4af0f0549 tree-optimization/106387 - properly create SSA name for rea [...] adds b2e99bb6900 tree-optimization/106397 - array prefetch and LC SSA adds d85e5aeb766 tree-optimization/106403 - fix ICE with VN of .STORE_LANES adds 03c0b06420b mklog: fill-up subject prefix only for a single PR adds 786e51648bd libsanitizer: Fix Solaris 11.3 compilation [PR105531] adds 18ef76d3a17 Allow space in git commit-mklog args adds 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]
No new revisions were added by this update.
Summary of changes: ChangeLog | 8 ++ contrib/git-commit-mklog.py | 9 +- contrib/mklog.py | 26 +++--- contrib/prepare-commit-msg | 2 +- gcc/ChangeLog | 49 ++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 22 +++++ gcc/analyzer/region-model.cc | 2 +- gcc/config/i386/mmx.md | 70 +++++++------- gcc/config/i386/predicates.md | 4 + gcc/config/rs6000/altivec.md | 26 +++--- gcc/config/rs6000/rs6000-c.cc | 21 ++--- gcc/config/rs6000/rs6000-protos.h | 5 +- gcc/config/rs6000/rs6000.cc | 102 +-------------------- gcc/config/rs6000/rs6000.opt | 4 - gcc/config/xtensa/xtensa.md | 84 +++++++++++++++++ gcc/cp/ChangeLog | 11 +++ gcc/cp/init.cc | 1 - gcc/cp/pt.cc | 31 +++---- gcc/fortran/ChangeLog | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/graphds.cc | 2 +- gcc/testsuite/ChangeLog | 38 ++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction112.C | 14 +++ gcc/testsuite/gcc.dg/analyzer/pr106394.c | 19 ++++ gcc/testsuite/gcc.dg/pr106397.c | 17 ++++ gcc/testsuite/gcc.dg/pr23911.c | 3 +- gcc/testsuite/gcc.target/i386/pr106038-1.c | 27 ++++++ gcc/tree-ssa-loop-prefetch.cc | 27 ++++-- gcc/tree-ssa-sccvn.cc | 11 ++- gcc/tree-vect-stmts.cc | 5 +- libgo/match.sh | 2 +- libgo/testsuite/gotest | 2 +- libiberty/_doprnt.c | 1 - .../sanitizer_common/sanitizer_linux_libcdep.cpp | 44 +++++++-- libsanitizer/sanitizer_common/sanitizer_solaris.h | 56 +++++++++++ 36 files changed, 523 insertions(+), 230 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction112.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr106394.c create mode 100644 gcc/testsuite/gcc.dg/pr106397.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106038-1.c create mode 100644 libsanitizer/sanitizer_common/sanitizer_solaris.h