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 in repository toolchain/ci/gcc.
from 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 new 41da4070a2a graphds: Fix description of SCC algorithm
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/git-commit-mklog.py | 9 ++-- contrib/mklog.py | 26 +++++----- contrib/prepare-commit-msg | 2 +- gcc/graphds.cc | 2 +- gcc/testsuite/gcc.dg/pr106397.c | 17 +++++++ gcc/tree-ssa-loop-prefetch.cc | 27 +++++++---- gcc/tree-ssa-sccvn.cc | 11 +++-- .../sanitizer_common/sanitizer_linux_libcdep.cpp | 44 +++++++++++++---- libsanitizer/sanitizer_common/sanitizer_solaris.h | 56 ++++++++++++++++++++++ 9 files changed, 152 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106397.c create mode 100644 libsanitizer/sanitizer_common/sanitizer_solaris.h