This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from b45761eab26 Daily bump. new a83c9d5a7eb 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