Landing: b0477903bbc8
Project / Subsystem
gcc / ada
Date
2026-02-17
Author
Eric Botcazou
Commit
b0477903bbc879cb9fd09f771d4b260d6c27c24e
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- b0477903bbc879cb9fd09f771d4b260d6c27c24e
- source_type
- github
- headline
- Ensure consistent handling of Master_Id for anonymous access result types
- tldr
- This commit standardizes the handling of `Master_Id` for anonymous access result types in Ada to improve consistency.
- author
- Eric Botcazou
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • consistency
- • tasking
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-17T00:00:00.000Z
This commit addresses a small irregularity in how Master_Id is handled for anonymous access result types. It ensures that the Master_Id is always set to a renaming of the current _Master variable, even for anonymous access result types, resolving an ambiguity in .dg files and improving consistency in the compiler’s internal representation.