https://gcc.gnu.org/g:2e7ed307c6cf6f5ffadbb11c16a1d2d6ce678c6d
commit 2e7ed307c6cf6f5ffadbb11c16a1d2d6ce678c6d Author: Mikael Morin <mik...@gcc.gnu.org> Date: Thu Feb 13 20:28:23 2025 +0100 Correction typo Diff: --- gcc/fortran/trans-array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc index 80307be1a212..3bfe41c64013 100644 --- a/gcc/fortran/trans-array.cc +++ b/gcc/fortran/trans-array.cc @@ -3654,7 +3654,7 @@ set_temporary_descriptor (stmtblock_t *block, tree desc, tree class_src, { /* Store the stride and bound components in the descriptor. */ set_descriptor_dimension (block, desc, n, gfc_index_zero_node, ubound[n], - srtide[n], nullptr, nullptr); + stride[n], nullptr, nullptr); } }