This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 5a835639533 Daily bump. new 7d3d58554cf tree-sra: Fix grp_covered flag computation when totally sca [...] new 2f21edc2a76 tree-sra: Avoid total SRA if there are incompat. aggregate [...]
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/tree-ssa/pr117423.c | 49 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr119085.c | 37 ++++++++++++++++++++++++ gcc/tree-sra.cc | 15 ++++++++-- 3 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117423.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr119085.c