Landing: 48ed10d312ee
Project / Subsystem
gcc / fortran
Date
2026-07-02
Author
Mikael Morin
Commit
48ed10d312ee6a058964f1fa5c4f89fddb2fa2a2
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- fortran
- patch_id
- —
- commit_hash
- 48ed10d312ee6a058964f1fa5c4f89fddb2fa2a2
- source_type
- github
- headline
- fortran: array descriptor: Move array growth function [PR122521]
- tldr
- Fortran array constructor growth function moved to improve organization.
- author
- Mikael Morin
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • fortran
- • refactor
- • compiler internals
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-02T00:00:00.000Z
The gfc_grow_array function, responsible for growing array descriptors during array constructor initialization in the Fortran front-end, has been relocated. It was moved from trans-array.cc to trans-descriptor.cc to consolidate descriptor-related logic, with its declaration updated in trans-descriptor.h. This change is part of addressing PR122521.