Landing: fe50fc2518e3

Project / Subsystem

gcc / fortran

Date

2026-07-20

Author

Mikael Morin

Commit

fe50fc2518e382ab97ef002533b2f185861bab5f

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
fortran
patch_id
commit_hash
fe50fc2518e382ab97ef002533b2f185861bab5f
source_type
github
headline
fortran: Remove direct access to individual dim field elements
tldr
Fortran array descriptor no longer exposes direct access to individual dimension elements.
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

Direct access to individual dimension descriptors within Fortran array descriptors has been removed from the public API. While a function allowing access to the entire array of dimension descriptors remains, the specific accessors for single dimensions are now internal, promoting a more controlled and consistent interface for managing array dimensions.