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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 34fac9ef724 Daily bump. adds abdf63d782c Driver: Fix bootstrap with DEFAULT_{ASSEMBLER,LINKER,DSYMUTIL}. adds f92901a5083 tree-optimization/65206 - dependence analysis on mixed poin [...] adds 7d79c3ebc3f Don't record string concatenation data for 'RESERVED_LOCATION_P' adds 9081759b7ea testsuite: Remove .exe suffix in prune_gcc_output
No new revisions were added by this update.
Summary of changes: gcc/gcc.c | 6 +- gcc/input.c | 9 ++ .../plugin/diagnostic-test-string-literals-1.c | 4 +- gcc/testsuite/gcc.dg/torture/20210916.c | 20 +++ gcc/testsuite/gcc.dg/vect/pr65206.c | 22 +++ gcc/testsuite/lib/prune.exp | 3 + gcc/tree-data-ref.c | 174 ++++++++++++++------- gcc/tree-data-ref.h | 9 +- gcc/tree-vectorizer.c | 3 +- 9 files changed, 185 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/20210916.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr65206.c