This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8eb9cdd1421 expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted [...] new 3aaf704bca3 tree-optimization/111807 - ICE in verify_sra_access_forest new ce55521bcd1 middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of [...]
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/testsuite/gcc.dg/torture/pr111807.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr111818.c | 11 +++++++++++ gcc/tree-sra.cc | 2 +- gcc/tree-ssa.cc | 17 +++++++++++------ 4 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr111807.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr111818.c