This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig in repository toolchain/ci/gcc.
from 9929fe9e7c3 Daily bump. adds 051040f0642 vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124] adds adee9b8a80c c++: Fix ICE with nullptr comparison (GCC 11) [PR101592] adds 9d8b2307782 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 16 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fold-const.c | 3 ++- gcc/testsuite/ChangeLog | 14 ++++++++++++++ gcc/testsuite/g++.dg/warn/Wlogical-op-3.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr102124.c | 27 +++++++++++++++++++++++++++ gcc/tree-vect-patterns.c | 26 +++++++++++++++++++++++++- 7 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-3.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c