Landing: f7f2d8820160
Project / Subsystem
gcc / fortran
Date
2026-07-20
Author
Mikael Morin
Commit
f7f2d88201603024334c2a75195b8262ca3afafd
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- fortran
- patch_id
- —
- commit_hash
- f7f2d88201603024334c2a75195b8262ca3afafd
- source_type
- github
- headline
- fortran: Remove access to the attribute field
- tldr
- Removes unused public access function for the attribute field of Fortran array descriptors.
- author
- Mikael Morin
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • fortran
- • compiler
- • cleanup
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-20T00:00:00.000Z
The public API function that provided direct access to the attribute field of Fortran array descriptors has been removed. As this field is not currently used by the compiler, its removal simplifies the public interface and cleans up the codebase.