aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 626c8fe..03eab2e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,17 @@
+2025-03-22 Hans-Peter Nilsson <hp@axis.com>
+
+ * intrinsics/reduce.c (reduce_scalar_c): Correct type of parameter DIM.
+
+2025-03-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR libfortran/85836
+ * Makefile.am : Add reduce.c
+ * Makefile.in : Regenerated
+ * gfortran.map : Add _gfortran_reduce, _gfortran_reduce_scalar,
+ _gfortran_reduce_c and _gfortran_reduce_scalar_c to the list.
+ * intrinsics/reduce.c (reduce, reduce_scalar, reduce_c,
+ reduce_scalar_c): New functions and prototypes
+
2025-02-27 Thomas Schwinge <tschwinge@baylibre.com>
PR target/107635