From 14d336dd1ac8fefad0469e98a84a6097edf81b89 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 25 May 2023 00:16:49 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 134809c..71d4b9b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2023-05-24 Harald Anlauf + + PR fortran/104350 + * simplify.cc (simplify_size): Reject DIM argument of intrinsic SIZE + with error when out of valid range. + +2023-05-24 Harald Anlauf + + PR fortran/103794 + * check.cc (gfc_check_reshape): Expand constant arguments SHAPE and + ORDER before checking. + * gfortran.h (gfc_is_constant_array_expr): Add prototype. + * iresolve.cc (gfc_resolve_reshape): Expand constant argument SHAPE. + * simplify.cc (is_constant_array_expr): If array is determined to be + constant, expand small array constructors if needed. + (gfc_is_constant_array_expr): Wrapper for is_constant_array_expr. + (gfc_simplify_reshape): Fix check for insufficient elements in SOURCE + when no padding specified. + 2023-05-23 Paul Thomas PR fortran/103716 -- cgit v1.1