https://gcc.gnu.org/g:e7a1b6fe6fbd99c74600b66a488898d47cb73216
commit e7a1b6fe6fbd99c74600b66a488898d47cb73216 Author: Mikael Morin <mik...@gcc.gnu.org> Date: Wed Jun 18 15:36:33 2025 +0200 Suppression gfc_conv_descriptor_data_addr Diff: --- gcc/fortran/trans-descriptor.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/fortran/trans-descriptor.cc b/gcc/fortran/trans-descriptor.cc index 03da9eb51263..8b9a39b933b3 100644 --- a/gcc/fortran/trans-descriptor.cc +++ b/gcc/fortran/trans-descriptor.cc @@ -687,9 +687,6 @@ gfc_conv_descriptor_data_set (stmtblock_t *block, tree desc, tree value) } -/* This provides address access to the data field. This should only be - used by array allocation, passing this on to the runtime. */ - tree gfc_conv_descriptor_offset_get (tree desc) {