aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-04-13 00:16:48 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-04-13 00:16:48 +0000
commit66c7257b675068fe62505d74873371fd0508b499 (patch)
tree14392c348c33bc8959fe234bfcf81bf9de282752 /gcc/fortran
parentadda0e288727eab5635d8df153f104021e0121d6 (diff)
downloadgcc-66c7257b675068fe62505d74873371fd0508b499.zip
gcc-66c7257b675068fe62505d74873371fd0508b499.tar.gz
gcc-66c7257b675068fe62505d74873371fd0508b499.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 bed6844..a4c7eab 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,21 @@
+2023-04-12 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/104312
+ * resolve.cc (resolve_entries): Handle functions with ENTRY and
+ ALLOCATABLE results.
+ * trans-expr.cc (gfc_conv_procedure_call): Functions with a result
+ with the POINTER or ALLOCATABLE attribute shall not get any special
+ treatment with -ff2c, as they cannot be written in Fortran 77.
+ * trans-types.cc (gfc_return_by_reference): Likewise.
+ (gfc_get_function_type): Likewise.
+
+2023-04-12 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/61615
+ PR fortran/99982
+ * interface.cc (compare_parameter): Enable type and rank checks for
+ arguments of derived type from the intrinsic module ISO_C_BINDING.
+
2023-04-08 Paul Thomas <pault@gcc.gnu.org>
PR fortran/87477