https://gcc.gnu.org/g:e5db28d61e54c7a46a53b23648debdb8e7656be6

commit e5db28d61e54c7a46a53b23648debdb8e7656be6
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)
 {

Reply via email to