https://gcc.gnu.org/g:7bed5363364cad904d31937f5f39798c42bbb8e6

commit 7bed5363364cad904d31937f5f39798c42bbb8e6
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Fri Feb 14 18:55:55 2025 +0100

    Correction régressions inline_sum_*

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 05fb9c3119d7..008829140eb7 100644
--- a/gcc/fortran/trans-array.cc
+++ b/gcc/fortran/trans-array.cc
@@ -8187,7 +8187,7 @@ late_set_loop_bounds (gfc_loopinfo *loop)
     }
 
   for (loop = loop->nested; loop; loop = loop->next)
-    set_loop_bounds (loop);
+    late_set_loop_bounds (loop);
 }

Reply via email to