[Bug ada/118731] assertion failure with iterator in container aggregate
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 4 18:50:16 GMT 2025
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 <ebotcazou@gcc.gnu.org>:
https://gcc.gnu.org/g:64c66f5bce60fcc4a943bcac1865db2a72aaa1bd
commit r15-7359-g64c66f5bce60fcc4a943bcac1865db2a72aaa1bd
Author: Eric Botcazou <ebotcazou@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.
More information about the Gcc-bugs
mailing list