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

commit da0bdc80e1c407a4d4cb40d32c524009ee86b697
Author: Mikael Morin <[email protected]>
Date:   Sat Sep 27 20:53:30 2025 +0200

    Suppression variable inutilisée

Diff:
---
 gcc/fortran/trans-array.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc
index 171757bbbe1c..59680c633512 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -11131,7 +11131,7 @@ gfc_alloc_allocatable_for_assignment (gfc_loopinfo 
*loop,
 void
 gfc_trans_class_array (gfc_symbol * sym, gfc_wrapped_block * block)
 {
-  tree type, etype;
+  tree type;
   tree descriptor;
   stmtblock_t init;
   int rank;

Reply via email to