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

--- Comment #6 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:1b30f0f5eba2596c55cd60baf5e85b3dd072ac8a

commit r17-2084-g1b30f0f5eba2596c55cd60baf5e85b3dd072ac8a
Author: Mikael Morin <[email protected]>
Date:   Thu Jul 2 10:44:25 2026 +0200

    fortran: array descriptor: Move null factory function [PR122521]

    Move null descriptor factory function to trans-descriptor.cc.

            PR fortran/122521

    gcc/fortran/ChangeLog:

            * trans-array.cc (DATA_FIELD, OFFSET_FIELD, DTYPE_FIELD,
SPAN_FIELD,
            DIMENSION_FIELD, CAF_TOKEN_FIELD, STRIDE_SUBFIELD, LBOUND_SUBFIELD,
            UBOUND_SUBFIELD): Remove preprocessor constants.
            (gfc_build_null_descriptor): Move function to ...
            * trans-descriptor.cc (gfc_build_null_descriptor): ... this file.
            * trans-array.h (gfc_build_null_descriptor): Move declaration to
...
            * trans-descriptor.h (gfc_build_null_descriptor): ... this file.

Reply via email to