This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 816da497dfb opts: include missing header files. adds 0ee3dc60523 loop: Fix profile updates after unrolling [PR102385] adds a23653c6a68 libsanitizer: Add AM_CCASFLAGS to Makefile.am adds a1fc4075fcd libstdc++: Reduce header dependencies of <algorithm> in C++ [...] adds 4d9070315aa Implement irange::debug() adds 946486ab4f8 Grow non_null_ref bitmap when num_ssa_names increases. adds e6f6972b5f4 libstdc++: Detect miscompilation of src/c++11/limits.cc adds 9046e0d46fc [PR102627] Use at least natural mode during splitting hard [...]
No new revisions were added by this update.
Summary of changes: gcc/gimple-loop-jam.c | 3 +- gcc/gimple-range-cache.cc | 3 + gcc/lra-constraints.c | 5 +- gcc/predict.c | 37 ++++++++++ gcc/predict.h | 1 + gcc/testsuite/gcc.dg/pr102385.c | 14 ++++ gcc/testsuite/gcc.target/i386/pr102627.c | 41 ++++++++++ gcc/tree-predcom.c | 3 +- gcc/tree-ssa-loop-manip.c | 111 +++++++++++++++++++++------- gcc/tree-ssa-loop-manip.h | 5 +- gcc/tree-ssa-loop-prefetch.c | 3 +- gcc/value-range.cc | 7 ++ gcc/value-range.h | 1 + libsanitizer/asan/Makefile.am | 1 + libsanitizer/asan/Makefile.in | 1 + libsanitizer/hwasan/Makefile.am | 1 + libsanitizer/hwasan/Makefile.in | 1 + libsanitizer/interception/Makefile.am | 1 + libsanitizer/interception/Makefile.in | 1 + libsanitizer/lsan/Makefile.am | 1 + libsanitizer/lsan/Makefile.in | 1 + libsanitizer/tsan/Makefile.am | 1 + libsanitizer/tsan/Makefile.in | 1 + libsanitizer/ubsan/Makefile.am | 1 + libsanitizer/ubsan/Makefile.in | 1 + libstdc++-v3/include/bits/ranges_algobase.h | 4 +- libstdc++-v3/src/c++11/limits.cc | 4 + 27 files changed, 214 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102385.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102627.c