This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 7539c2a680c Daily bump. new b463ced5953 sra-8: Fix sra_modify_expr handling of partial writes (PR 94482)
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 | 15 ++++++++++ gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/gcc.dg/torture/pr94482.c | 36 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr94482-2.c | 50 +++++++++++++++++++++++++++++++ gcc/tree-sra.c | 31 ++++++++++++++++--- gcc/tree-ssa-forwprop.c | 3 +- 6 files changed, 139 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94482.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94482-2.c