https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521
--- Comment #5 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:324bcf458b608c6a454489bd3152156a7c2ad551 commit r17-2083-g324bcf458b608c6a454489bd3152156a7c2ad551 Author: Mikael Morin <[email protected]> Date: Thu Jul 2 10:44:11 2026 +0200 fortran: array descriptor: Move debug info generation function [PR122521] Move the gfc_get_descriptor_offsets_for_info function, which is used to build debug info of array descriptors, to the trans-descriptor.cc file. PR fortran/122521 gcc/fortran/ChangeLog: * trans-array.cc (gfc_get_descriptor_offsets_for_info): Move function ... * trans-descriptor.cc (gfc_get_descriptor_offsets_for_info): ... to this file. * trans-array.h (gfc_get_descriptor_offsets_for_info): Move declaration ... * trans-descriptor.h (gfc_get_descriptor_offsets_for_info): ... to this file. * trans-types.cc: Include trans-descriptor.h.
