https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113036
--- Comment #4 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:eb929c391fe1e6c2e343abbf9464210554da415b commit r14-10879-geb929c391fe1e6c2e343abbf9464210554da415b Author: Eric Botcazou <ebotca...@adacore.com> Date: Wed Oct 16 09:05:55 2024 +0200 ada: Fix crash on default value with nested iterated component associations The problem is that the freeze node for the type of the element ends up in the component list of the record type declared with the default value. gcc/ada/ChangeLog: PR ada/113036 * freeze.adb (Freeze_Expression): Deal with freezing actions coming from within nested internal loops present in spec expressions.