This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bcd6e03 [hsa/69568] Fix ld instruction type for packed data new e400d81 S/390: PR69709 Fix risbg splitter new ff67cbe [PR 69920] Prevent SRA from leaving a removed SSA_NAME in IL new 565f533 PR tree-optimization/69740 * cfghooks.c (remove_edge): Requ [...]
The 3 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 | 21 +++++++++++++ gcc/cfghooks.c | 15 +++++++++- gcc/config/s390/s390.md | 24 ++++++++++++--- gcc/testsuite/ChangeLog | 18 ++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr69740-1.c | 12 ++++++++ gcc/testsuite/gcc.c-torture/compile/pr69740-2.c | 19 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr69932.c | 10 +++++++ gcc/testsuite/gcc.dg/torture/pr69936.c | 24 +++++++++++++++ gcc/testsuite/gcc.target/s390/pr69709.c | 39 +++++++++++++++++++++++++ gcc/tree-sra.c | 3 +- 10 files changed, 179 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69740-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69740-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr69932.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr69936.c create mode 100644 gcc/testsuite/gcc.target/s390/pr69709.c