This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b5e83b9bb7f S/390: Don't fetch the return address early with ooo new af9eb532d4c [PR 80898] Propagate grp_write from disqualified SRA candidates
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 | 11 +++++ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/tree-ssa/pr80898-2.c | 71 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr80898.c | 20 +++++++++ gcc/tree-sra.c | 56 +++++++++++++++--------- 5 files changed, 143 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr80898-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr80898.c