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-master-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from a5c05005499 dojump: Fix up probabilities splitting in dojump.c comparis [...] adds 99d6ba6acb2 Fix feature check for HRESET/AVX_VNNI/UINTR adds fa4a8b6463e tree-optimization/95582 - fix vector pattern with bool conversions new 499651e4385 ira.c: Fix ICE in ira-color [PR97092] new 3e60ddeb822 expansion: Sign or zero extend on MEM_REF stores into SUBRE [...]
The 2 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/common/config/i386/cpuinfo.h | 25 +++++++++++-------- gcc/expr.c | 24 +++++++++++++++++++ gcc/ira-color.c | 6 +++-- gcc/testsuite/gcc.dg/pr98190.c | 33 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr97092.c | 24 +++++++++++++++++++ gcc/tree-vect-patterns.c | 2 +- 6 files changed, 101 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr98190.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr97092.c