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

--- Comment #18 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:fe50fc2518e382ab97ef002533b2f185861bab5f

commit r17-2548-gfe50fc2518e382ab97ef002533b2f185861bab5f
Author: Mikael Morin <[email protected]>
Date:   Mon Jul 20 11:09:11 2026 +0200

    fortran: array descriptor: Remove access to dim field elements [PR122521]

    Remove from the public API the function giving direct acces to individual
    dimension descriptors.  Another function remains giving access to the full
    array of dimension descriptors.

            PR fortran/122521

    gcc/fortran/ChangeLog:

            * trans-descriptor.cc (gfc_conv_descriptor_dimension): Make static
            and rename ...
            (conv_descriptor_dimension): ... to this.
            (gfc_conv_descriptor_subfield): Update caller.
            * trans-descriptor.h (gfc_conv_descriptor_dimension): Remove
            declaration.

Reply via email to