https://gcc.gnu.org/g:dad9a81ebc938760a31f1cc275764cdd2ea9de92
commit dad9a81ebc938760a31f1cc275764cdd2ea9de92 Author: Mikael Morin <[email protected]> Date: Tue Sep 9 22:22:31 2025 +0200 Correction ifindloc0.m4 Diff: --- libgfortran/m4/ifindloc0.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgfortran/m4/ifindloc0.m4 b/libgfortran/m4/ifindloc0.m4 index 4e1d1dccc4e5..a6e50299ccd0 100644 --- a/libgfortran/m4/ifindloc0.m4 +++ b/libgfortran/m4/ifindloc0.m4 @@ -92,7 +92,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see return; } - PTR_DECREMENT_BYTES (base, sstride[0] * 'base_mult`); + PTR_DECREMENT_BYTES (base, sstride[0]); } while(++count[0] != extent[0]); n = 0;
