This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c7107778f1 ipa: Fix removal of multi-target speculation. new 5b9e89c922d SRA: Add verification of accesses new 636e80eea24 SRA: Total scalarization after access propagation [PR92706] new 6693911f069 SRA: Also propagate accesses from LHS to RHS [PR92706]
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: gcc/ChangeLog | 64 ++ gcc/testsuite/ChangeLog | 11 + gcc/testsuite/gcc.dg/guality/pr59776.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr92706-1.c | 17 + gcc/testsuite/gcc.dg/tree-ssa/pr92706-2.c | 19 + gcc/tree-sra.c | 1058 ++++++++++++++++++++++------- 6 files changed, 914 insertions(+), 259 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr92706-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr92706-2.c