Landing: 2e24ea4ffce6

Project / Subsystem

gcc / fortran

Date

2026-07-20

Author

Mikael Morin

Commit

2e24ea4ffce680986316c4ea070e297af8c37cd5

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
fortran
patch_id
commit_hash
2e24ea4ffce680986316c4ea070e297af8c37cd5
source_type
github
headline
fortran: Add internal field accessor for array descriptor data
tldr
Adds a static function to access the data field of Fortran array descriptors.
author
Mikael Morin
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • fortran
  • compiler
discussion_id_link
bugzilla_pr
date
2026-07-20T00:00:00.000Z

This commit introduces a static internal function, conv_descriptor_data, to provide access to the data field of Fortran array descriptors. This function is then used by gfc_conv_descriptor_data_get and gfc_conv_descriptor_data_set, aligning with existing accessors for other array descriptor fields.