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 932d1c3adb5 Add regression test new c9fe4eae41c ada: Fix internal error on elsif part of if-statement conta [...] new f45fc31bd61 ada: Fix negative value returned by 'Image for array with n [...] new 4390e95fa53 Add regression test new f8e9c36aa3d ada: Fix wrong finalization of anonymous array aggregate new 70c46d8e455 Add regression test
The 5 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/exp_aggr.adb | 22 ++++++++++++++++------ gcc/ada/exp_aggr.ads | 4 ++++ gcc/ada/exp_ch3.adb | 15 ++++++++++----- gcc/ada/exp_put_image.adb | 3 +-- gcc/ada/exp_util.adb | 1 + gcc/testsuite/gnat.dg/aggr31.adb | 17 +++++++++++++++++ gcc/testsuite/gnat.dg/put_image1.adb | 21 +++++++++++++++++++++ 7 files changed, 70 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/aggr31.adb create mode 100644 gcc/testsuite/gnat.dg/put_image1.adb