This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 2524961677e Adjust email address new 59f3803357d Fix crash on array component with nonstandard index type new c1bb90f4c11 Fix ICE on nested packed variant record type
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/ada/gcc-interface/decl.c | 12 +++++------ gcc/ada/gcc-interface/utils.c | 37 +++++++++++++++++++++++++++++----- gcc/testsuite/gnat.dg/pack27.adb | 10 +++++++++ gcc/testsuite/gnat.dg/pack27_pkg.ads | 33 ++++++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/specs/discr7.ads | 14 +++++++++++++ 5 files changed, 95 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/pack27.adb create mode 100644 gcc/testsuite/gnat.dg/pack27_pkg.ads create mode 100644 gcc/testsuite/gnat.dg/specs/discr7.ads