This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84a3effa1a22 Do not call streamer_read_hwi in a function call. new affb7b66aa6e Add *.md diff=md. new 86c3a7d891f9 Fix type mismatch in SLPed constructors new 711421af001b PR tree-optimization/93247 - ICE in get_load_store_type
The 3 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: .gitattributes | 4 +++ ChangeLog | 5 ++++ contrib/ChangeLog | 5 ++++ contrib/gcc-git-customization.sh | 2 +- gcc/ChangeLog | 12 +++++++++ gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/gcc.dg/vect/pr93247-1.c | 49 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr93247-2.c | 12 +++++++++ gcc/tree-vect-loop.c | 3 ++- gcc/tree-vect-slp.c | 4 +++ 10 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr93247-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr93247-2.c