Landing: df2209ba62b2
Project / Subsystem
gcc / ada
Date
2026-01-21
Author
Steve Baird
Commit
df2209ba62b29f1197c484f0aeb45e3eca3d6e01
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- df2209ba62b29f1197c484f0aeb45e3eca3d6e01
- source_type
- github
- headline
- Fixes rejection of deep delta aggregates with core Ada extensions
- tldr
- Enables deep delta aggregates when core Ada extensions are enabled (e.g., -gnatX).
- author
- Steve Baird
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • extensions
- • delta aggregates
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-01-21T00:00:00.000Z
This commit corrects an issue where deep delta aggregates were incorrectly rejected when using core Ada extensions (enabled via -gnatX). The fix modifies the compiler to enable deep delta aggregates when core extensions are enabled, instead of requiring all extensions to be enabled.