Landing: 3c8fe00fc193

Project / Subsystem

gcc / fortran

Date

2026-07-20

Author

Mikael Morin

Commit

3c8fe00fc193fbf54109a0f8213e50918515a8e9

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
fortran
patch_id
commit_hash
3c8fe00fc193fbf54109a0f8213e50918515a8e9
source_type
github
headline
fortran: Rename dim subfields internal accessors
tldr
Fortran array descriptor dim subfield accessors are renamed for consistency.
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

Internal accessor functions for the lbound, ubound, and stride fields of Fortran array descriptors have been renamed. The gfc_ prefix has been dropped, aligning these function names with the compiler’s convention for static internal functions and improving code consistency.