https://gcc.gnu.org/g:5bd5c8ac247961f570e529d2bb1ef8ab178d2582
commit 5bd5c8ac247961f570e529d2bb1ef8ab178d2582 Author: Mikael Morin <mik...@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 72103cfd4e89..32218ddb185b 100644 --- a/gcc/fortran/trans-array.cc +++ b/gcc/fortran/trans-array.cc @@ -11364,7 +11364,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++)