[gcc(refs/users/mikael/heads/refactor_descriptor_v03)] Correction régression class_transformational_2.f90
Mikael Morin
mikael@gcc.gnu.org
Fri Mar 14 16:16:57 GMT 2025
https://gcc.gnu.org/g:14d53ab4598a8db1fc1f20dbdbfaa88ee8e78bfd
commit 14d53ab4598a8db1fc1f20dbdbfaa88ee8e78bfd
Author: Mikael Morin <mikael@gcc.gnu.org>
Date: Wed Feb 19 14:39:29 2025 +0100
Correction régression class_transformational_2.f90
Diff:
---
gcc/fortran/trans-array.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc
index 28fee25ff7e4..69dbcc31cc4a 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -13632,7 +13632,6 @@ update_reallocated_descriptor (stmtblock_t *block, gfc_loopinfo *loop)
} \
while (0)
- UPDATE_VALUE (info->data, gfc_conv_descriptor_data_get (desc));
UPDATE_VALUE (info->offset, gfc_conv_descriptor_offset_get (desc));
info->saved_offset = info->offset;
for (int i = 0; i < s->dimen; i++)
More information about the Gcc-cvs
mailing list