https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521
--- Comment #21 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:2084afeb6a34045ede326236316d23aac24cd57f commit r17-2551-g2084afeb6a34045ede326236316d23aac24cd57f Author: Mikael Morin <[email protected]> Date: Mon Jul 20 11:09:46 2026 +0200 fortran: array descriptor: Rename internal field accessor for span [PR122521] Make the internal accessor for span respect the convention that static functions don't have the `gfc_' prefix. PR fortran/122521 gcc/fortran/ChangeLog: * trans-descriptor.cc (gfc_conv_descriptor_span): Rename ... (conv_descriptor_span): ... to this. (gfc_conv_descriptor_span_get, gfc_conv_descriptor_span_set): Update callers.
