This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 1ad7ee43a0e d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419] new 19b33d2388a Ada: Fix stack corruption with concatenation and 'Image of [...] new 1fdbcef462b Ada: Fix crash on Unchecked_Union parameter with -gnateV -gnata
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/checks.adb | 14 +++-- gcc/ada/exp_imgv.adb | 4 ++ gcc/ada/exp_put_image.adb | 96 ++++++++++-------------------- gcc/ada/exp_put_image.ads | 4 +- gcc/testsuite/gnat.dg/put_image2.adb | 18 ++++++ gcc/testsuite/gnat.dg/unchecked_union4.adb | 19 ++++++ 6 files changed, 86 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/put_image2.adb create mode 100644 gcc/testsuite/gnat.dg/unchecked_union4.adb