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 afae9879c28 libstdc++: Fix std::to_address for debug iterators (PR 93960) new b445ceec81b gcc-8 sra: Cap number of sub-access propagations with a par [...]
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 | 10 ++ gcc/doc/invoke.texi | 5 + gcc/params.def | 7 ++ gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/tree-ssa/pr93435.c | 159 ++++++++++++++++++++++++++++++++ gcc/tree-sra.c | 34 ++++++- 6 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93435.c