This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from e98e12c40bf Remove storage only description for _Float16 w/o avx512fp16. adds fe2771b291c Fortran: Fix associated intrinsic with assumed rank [PR101334] adds 1932e1169a2 Daily bump. adds e7b8d702005 Revert "Optimize v4sf reduction.". adds 6390c5047ad Allow different vector types for stmt groups adds e1d01f4973e Convert some evrp uses in DOM to the range_query API. adds d5f8abe1d3f Use on-demand ranges in ssa_name_has_boolean_range before q [...] new 76773d3fea4 Fix PR c/94726: ICE with __builtin_shuffle and changing of types
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 | 5 + gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 39 +--- gcc/fortran/ChangeLog | 6 + gcc/fortran/trans-intrinsic.c | 30 ++- gcc/gimple-ssa-evrp-analyze.h | 7 - gcc/gimplify.c | 3 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/pr94726.c | 11 + gcc/testsuite/gcc.target/i386/sse2-pr101059.c | 32 --- gcc/testsuite/gcc.target/i386/sse3-pr101059.c | 13 -- gcc/testsuite/gcc.target/i386/vect-pr82426.c | 31 +++ gcc/testsuite/gcc.target/i386/vect-pr97352.c | 22 ++ .../gfortran.dg/associated_assumed_rank.f90 | 126 ++++++++++++ gcc/tree-ssa-dom.c | 17 +- gcc/tree-ssanames.c | 19 +- gcc/tree-vect-data-refs.c | 227 +++++++++++---------- gcc/tree-vect-slp.c | 59 ------ gcc/tree-vect-stmts.c | 77 ++++--- gcc/tree-vectorizer.h | 32 ++- libgfortran/ChangeLog | 5 + libgfortran/intrinsics/associated.c | 3 +- 22 files changed, 456 insertions(+), 315 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94726.c delete mode 100644 gcc/testsuite/gcc.target/i386/sse2-pr101059.c delete mode 100644 gcc/testsuite/gcc.target/i386/sse3-pr101059.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr82426.c create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr97352.c create mode 100644 gcc/testsuite/gfortran.dg/associated_assumed_rank.f90