https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61127
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Marc Poulhies <[email protected]>: https://gcc.gnu.org/g:2671814409b19e9ce90c03e6837e21ae5cf085f1 commit r16-4994-g2671814409b19e9ce90c03e6837e21ae5cf085f1 Author: Eric Botcazou <[email protected]> Date: Mon Oct 20 22:33:34 2025 +0200 ada: Fix box accepted as second association of a generic formal package The syntax is plain invalid because a box can be accepted as a positional parameter only in the first place. gcc/ada/ChangeLog: PR ada/61127 * sem_ch12.adb (Associations.Match_Positional): Remove the always false condition that guards the error on a positional box.
