[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction bootstrap suppression variables inutilisées
Mikael Morin
mikael@gcc.gnu.org
Fri Jun 13 14:45:41 GMT 2025
https://gcc.gnu.org/g:77016ddcd05705d88a6b996a51ce2ea44006a8b5
commit 77016ddcd05705d88a6b996a51ce2ea44006a8b5
Author: Mikael Morin <mikael@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 c7c685285afe..b8d565444a72 100644
--- a/gcc/fortran/trans-stmt.cc
+++ b/gcc/fortran/trans-stmt.cc
@@ -1806,9 +1806,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;
More information about the Gcc-cvs
mailing list