Landing: 22df349bbc04

Project / Subsystem

gcc / ada

Date

2026-02-13

Author

Piotr Trojanek

Commit

22df349bbc047cd15e5df2187afc59c8c3cb3618

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
22df349bbc047cd15e5df2187afc59c8c3cb3618
source_type
github
headline
Ada: Fix error in deep delta array aggregate with others
tldr
The compiler no longer attempts an illegal scalar range check on the "others" choice in deep delta array aggregates.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • compiler
  • bugfix
discussion_id_link
bugzilla_pr
date
2026-02-13T00:00:00.000Z

The compiler was trying to apply a scalar range check to the “others” choice in deep delta array aggregates, which is illegal. This commit special-cases the “others” clause to prevent this error during expansion.