[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régressions inline_sum_*
Mikael Morin
mikael@gcc.gnu.org
Fri Jun 13 14:45:26 GMT 2025
https://gcc.gnu.org/g:c2188ed1e9d8951aeeeb3e1db977df9baa00b7db
commit c2188ed1e9d8951aeeeb3e1db977df9baa00b7db
Author: Mikael Morin <mikael@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);
}
More information about the Gcc-cvs
mailing list