https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122521
--- Comment #17 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:f7f2d88201603024334c2a75195b8262ca3afafd commit r17-2547-gf7f2d88201603024334c2a75195b8262ca3afafd Author: Mikael Morin <[email protected]> Date: Mon Jul 20 11:09:01 2026 +0200 fortran: array descriptor: Remove access to the attribute field [PR122521] The attribute field is not used, this removes the single function giving direct access to it. PR fortran/122521 gcc/fortran/ChangeLog: * trans-descriptor.cc (gfc_conv_descriptor_attribute): Remove function. * trans-descriptor.h (gfc_conv_descriptor_attribute): Remove declaration.
