https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127026
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Eric Botcazou <[email protected]>: https://gcc.gnu.org/g:5050f3391bab222ca6197faeb5f4e08c20b354be commit r16-9600-g5050f3391bab222ca6197faeb5f4e08c20b354be 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.
