https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113868
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Marc Poulhi?s <d...@gcc.gnu.org>: https://gcc.gnu.org/g:1aebc8bfdbe0d2e62e94943356d99174b525f1cb commit r15-5148-g1aebc8bfdbe0d2e62e94943356d99174b525f1cb Author: Eric Botcazou <ebotca...@adacore.com> Date: Mon Oct 28 09:30:07 2024 +0100 ada: Fix bogus error for delta aggregate as expression function The compiler correctly accepts the other forms of aggregates. gcc/ada/ChangeLog: PR ada/113868 * par-ch6.adb (P_Subprogram) <Scan_Body_Or_Expression_Function>: Add delta aggregate alongside the other forms of aggregates.