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-arm in repository toolchain/ci/gcc.
from d362b91fa65 avoid hardreg autoinit adds 2dda00b7348 c-family: Implement -Warray-compare [PR97573]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.h | 1 + gcc/c-family/c-warn.c | 32 +++++++++++++++++++ gcc/c-family/c.opt | 4 +++ gcc/c/c-typeck.c | 9 +++++- gcc/cp/typeck.c | 13 ++++++++ gcc/doc/invoke.texi | 20 ++++++++++-- gcc/testsuite/c-c++-common/Warray-compare-1.c | 44 +++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/Warray-compare-2.c | 44 +++++++++++++++++++++++++++ 8 files changed, 164 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-compare-1.c create mode 100644 gcc/testsuite/c-c++-common/Warray-compare-2.c