This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 0ab5df4 gcc/testsuite/ChangeLog: new c2aad6f [PR 69355] Correct hole detection when total_scalarization fails new 5b7c6f3 PR rtl-opt/69447
The 2 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 | 16 ++++++ gcc/lra-remat.c | 77 +++++++++++++++------------ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.c-torture/execute/pr69447.c | 26 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr69355.c | 44 +++++++++++++++ gcc/tree-sra.c | 2 +- 6 files changed, 136 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69447.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69355.c