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-allyesconfig 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] new 9d8b2307782 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: 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