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

commit cccfef22d40c7e3bf0f597c2fcaab59e5f44473c
Author: Mikael Morin <[email protected]>
Date:   Thu Oct 30 12:51:03 2025 +0100

    fortran: Cleanup obsolete comment
    
    gcc/fortran/ChangeLog:
    
            * trans-array.cc: Cleanup obsolete comment.

Diff:
---
 gcc/fortran/trans-array.cc | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc
index e2b17a725be8..cb40816558e6 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -268,13 +268,7 @@ gfc_conv_descriptor_data_get (tree desc)
   return fold_convert (GFC_TYPE_ARRAY_DATAPTR_TYPE (type), field);
 }
 
-/* This provides WRITE access to the data field.
-
-   TUPLES_P is true if we are generating tuples.
-
-   This function gets called through the following macros:
-     gfc_conv_descriptor_data_set
-     gfc_conv_descriptor_data_set.  */
+/* This provides WRITE access to the data field.  */
 
 void
 gfc_conv_descriptor_data_set (stmtblock_t *block, tree desc, tree value)

Reply via email to