https://gcc.gnu.org/g:1596f8f5380a6e045adfe3da5accefcebb6bc268
commit 1596f8f5380a6e045adfe3da5accefcebb6bc268 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 077630ee0026..6bc9f3910292 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;