https://gcc.gnu.org/g:594c3d47fa952a6a78bce3a166620f8090009681

commit 594c3d47fa952a6a78bce3a166620f8090009681
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Thu Jan 9 22:35:38 2025 +0100

    Correction variable inutilisée

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

diff --git a/gcc/fortran/trans-expr.cc b/gcc/fortran/trans-expr.cc
index b65474a0c919..57a976df58ff 100644
--- a/gcc/fortran/trans-expr.cc
+++ b/gcc/fortran/trans-expr.cc
@@ -11595,7 +11595,6 @@ fcncall_realloc_result (gfc_se *se, int rank, tree 
dtype)
   tree desc;
   tree res_desc;
   tree tmp;
-  tree offset;
   tree zero_cond;
   tree not_same_shape;
   stmtblock_t shape_block;

Reply via email to