Landing: 2084afeb6a34
Project / Subsystem
gcc / fortran
Date
2026-07-20
Author
Mikael Morin
Commit
2084afeb6a34045ede326236316d23aac24cd57f
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- fortran
- patch_id
- —
- commit_hash
- 2084afeb6a34045ede326236316d23aac24cd57f
- source_type
- github
- headline
- fortran: Rename internal field accessor for span
- tldr
- Renames Fortran array descriptor's internal span accessor to follow naming conventions.
- author
- Mikael Morin
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • fortran
- • compiler
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-20T00:00:00.000Z
This commit renames the internal accessor function for the span field of Fortran array descriptors from gfc_conv_descriptor_span to conv_descriptor_span. This change adheres to the convention of dropping the gfc_ prefix from static internal functions within the compiler, improving code consistency.