https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521
--- Comment #8 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:4fd6d2ca2aef4713bfb5d0f4442face377b1300d commit r17-2086-g4fd6d2ca2aef4713bfb5d0f4442face377b1300d Author: Mikael Morin <[email protected]> Date: Thu Jul 2 10:44:47 2026 +0200 fortran: array descriptor: Move bound shift utility function [PR122521] Move gfc_conv_shift_descriptor_lbound to trans-descriptor.cc PR fortran/122521 gcc/fortran/ChangeLog: * trans-array.cc (gfc_conv_shift_descriptor_lbound): Move function ... * trans-descriptor.cc (gfc_conv_shift_descriptor_lbound): ... to this file. * trans-array.h (gfc_conv_shift_descriptor_lbound): Move declaration ... * trans-descriptor.h (gfc_conv_shift_descriptor_lbound): ... to this file.
