This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 13f44099bcc middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart. adds faa0c328ee6 Fix one issue in OpenMP 'requires' directive diagnostics adds f7854e2faf7 middle-end: don't lower past veclower [PR106063] adds 95a234f5cbd lto-dump: Do not print output file adds cf3a120084e tree-optimization/106226 - move vectorizer virtual SSA update adds 6da7f7c5ac0 sanitizer: Fix hwasan related option conflicts [PR106132]
No new revisions were added by this update.
Summary of changes: gcc/lto-cgraph.cc | 2 +- gcc/lto/lto-dump.cc | 16 ++++++---- gcc/match.pd | 14 +++++--- gcc/opts.cc | 4 ++- gcc/testsuite/c-c++-common/hwasan/arguments-3.c | 4 ++- gcc/testsuite/gcc.dg/pr106063.c | 9 ++++++ gcc/testsuite/gfortran.dg/pr106226.f | 37 ++++++++++++++++++++++ gcc/toplev.cc | 2 +- gcc/tree-vect-loop-manip.cc | 11 +++---- gcc/tree-vect-stmts.cc | 8 +++++ gcc/tree-vectorizer.cc | 29 +++++++++++++++-- .../testsuite/libgomp.c-c++-common/requires-1.c | 4 ++- .../testsuite/libgomp.c-c++-common/requires-2.c | 4 ++- .../testsuite/libgomp.c-c++-common/requires-3.c | 4 ++- .../testsuite/libgomp.c-c++-common/requires-7.c | 10 +++++- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 8 +++++ 16 files changed, 139 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106063.c create mode 100644 gcc/testsuite/gfortran.dg/pr106226.f