https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113036
--- Comment #3 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:7bcfdac0ef763587efd014310b779e192b143c62 commit r15-4918-g7bcfdac0ef763587efd014310b779e192b143c62 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.