This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d1a1cb1b81 libgomp: Fixes + cleanup for OpenACC's Fortran module + ope [...] new 665c5bad168 sra: Avoid totally scalarizing overallping field_decls (PR 93667) new 51faf07cef9 sra: Do not create zero sized accesses (PR 93776)
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/ChangeLog | 12 ++++++++++++ gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/tree-ssa/pr93667.C | 11 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr93776.c | 27 +++++++++++++++++++++++++++ gcc/tree-sra.c | 19 ++++++++++++++++++- 5 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr93667.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr93776.c