https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127026
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:2902782b60cbddc4e9cb4208f6ff515f5a391f2c commit r17-3682-g2902782b60cbddc4e9cb4208f6ff515f5a391f2c Author: Eric Botcazou <[email protected]> Date: Thu Aug 27 00:18:13 2026 +0200 Ada: Small tweak to fix for missing sliding The Must_Slide predicate now unnecessarily returns True for an aggregate that contains only an Others_Clause. gcc/ada/ PR ada/127026 * exp_aggr.adb (Must_Slide): Check for the unconstrained case only after all the negative tests.
