https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118731
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:64c66f5bce60fcc4a943bcac1865db2a72aaa1bd commit r15-7359-g64c66f5bce60fcc4a943bcac1865db2a72aaa1bd Author: Eric Botcazou <ebotca...@adacore.com> Date: Tue Feb 4 19:48:09 2025 +0100 Ada: Fix assertion failure with iterator in container aggregate It's just a missing test for the presence of a nonempty parameter. gcc/ada/ PR ada/118731 * sem_aggr.adb (Resolve_Iterated_Association): Add missing guard.