aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-03 00:16:48 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-03 00:16:48 +0000
commit829d597548549709fcbfdba03ad6374174d11ec6 (patch)
treeb1cc8d648c8841e86f89b1328e8e8f2a2e3ce25c /gcc/fortran
parent57b30f0134d9b49f7707b0c2ded6fd7686a312c8 (diff)
downloadgcc-829d597548549709fcbfdba03ad6374174d11ec6.zip
gcc-829d597548549709fcbfdba03ad6374174d11ec6.tar.gz
gcc-829d597548549709fcbfdba03ad6374174d11ec6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index d4e36a3..ea22bff 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,21 @@
+2023-06-02 Steve Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/100607
+ * resolve.cc (resolve_select_rank): Remove duplicate error.
+ (resolve_fl_var_and_proc): Prevent NULL pointer dereference and
+ suppress error message for temporary.
+
+2023-06-02 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/87477
+ * parse.cc (parse_associate): Replace the existing evaluation
+ of the target rank with calls to gfc_resolve_ref and
+ gfc_expression_rank. Identify untyped target function results
+ with structure constructors by finding the appropriate derived
+ type.
+ * resolve.cc (resolve_symbol): Allow associate variables to be
+ assumed shape.
+
2023-06-01 Harald Anlauf <anlauf@gmx.de>
PR fortran/88552