https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mikael Morin <[email protected]>:

https://gcc.gnu.org/g:48ed10d312ee6a058964f1fa5c4f89fddb2fa2a2

commit r17-2088-g48ed10d312ee6a058964f1fa5c4f89fddb2fa2a2
Author: Mikael Morin <[email protected]>
Date:   Thu Jul 2 10:45:09 2026 +0200

    fortran: array descriptor: Move array growth function [PR122521]

    Move gfc_grow_array, a descriptor growth function used in array constructor
    descriptors initialisation, to trans-descriptor.cc.

            PR fortran/122521

    gcc/fortran/ChangeLog:

            * trans-array.cc (gfc_grow_array): Move function ...
            * trans-descriptor.cc (gfc_grow_array): ... to this file.
            * trans-descriptor.h (gfc_grow_array): Add declaration.

Reply via email to