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

commit c55fbf86b0ab261b66416719f2ff5fa4f4feeec4
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Mon Feb 17 15:48:12 2025 +0100

    Correction bootstrap suppression variables inutilisées

Diff:
---
 gcc/fortran/trans-stmt.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/fortran/trans-stmt.cc b/gcc/fortran/trans-stmt.cc
index c8876f1dd03d..c0fdb8a72f67 100644
--- a/gcc/fortran/trans-stmt.cc
+++ b/gcc/fortran/trans-stmt.cc
@@ -1736,9 +1736,6 @@ trans_associate_var (gfc_symbol *sym, gfc_wrapped_block 
*block)
   bool class_target;
   bool unlimited;
   tree desc;
-  tree offset;
-  tree dim;
-  int n;
   tree charlen;
   bool need_len_assign;
   bool whole_array = true;

Reply via email to