https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521
--- Comment #22 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:2e24ea4ffce680986316c4ea070e297af8c37cd5 commit r17-2552-g2e24ea4ffce680986316c4ea070e297af8c37cd5 Author: Mikael Morin <[email protected]> Date: Mon Jul 20 11:10:00 2026 +0200 fortran: array descriptor: Add internal field accessor for data [PR122521] Add a static function producing a reference to the data field of array descriptors, like those existing for the other fields. PR fortran/122521 gcc/fortran/ChangeLog: * trans-descriptor.cc (conv_descriptor_data): New function. (gfc_conv_descriptor_data_get, gfc_conv_descriptor_data_set): Use it.
