https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113868
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:89f21c18af96a3b994595081939e19d8b042c963 commit r14-10922-g89f21c18af96a3b994595081939e19d8b042c963 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.