This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 79ae13067f6 vect: Fix uninitialised variable PR104026 new c76b3bc55b4 Fix reverse scalar storage order issues in IPA-SRA
The 1 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/ipa-param-manipulation.c | 2 +- gcc/ipa-sra.c | 56 ++++++++++++++++++------------------- gcc/testsuite/gnat.dg/lto25.adb | 14 ++++++++++ gcc/testsuite/gnat.dg/opt96.adb | 14 ++++++++++ gcc/testsuite/gnat.dg/opt96_pkg.adb | 16 +++++++++++ gcc/testsuite/gnat.dg/opt96_pkg.ads | 32 +++++++++++++++++++++ 6 files changed, 105 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/lto25.adb create mode 100644 gcc/testsuite/gnat.dg/opt96.adb create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.ads