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

commit e2c63e89ffb9b7a1fb128222b2d42574cb0aed06
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Mon Jun 30 19:51:21 2025 +0200

    Suppression declaration gfc_array_data_ptr_type

Diff:
---
 gcc/fortran/trans-descriptor.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/fortran/trans-descriptor.h b/gcc/fortran/trans-descriptor.h
index 1ef752a9e478..8e5b9583b9af 100644
--- a/gcc/fortran/trans-descriptor.h
+++ b/gcc/fortran/trans-descriptor.h
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3.  If not see
 #define GFC_TRANS_DESCRIPTOR_H
 
 /* Build a null array descriptor constructor.  */
-tree gfc_array_dataptr_type (tree);
 tree gfc_build_null_descriptor (tree);
 tree gfc_build_default_class_descriptor (tree, gfc_typespec &);
 void gfc_clear_descriptor (stmtblock_t *block, gfc_symbol *, tree);

Reply via email to