This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 038c48eb789 AVR: target/121608 - Don't add --relax when linking with -r. new 10925479cb6 tree-sra: Fix grp_covered flag computation when totally sca [...] new dabac057141 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