aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-07-13 00:17:12 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-07-13 00:17:12 +0000
commit15939bae358e9f79f91c51d72c6095facdcbe4e3 (patch)
tree21f015808cc01b545c80acc9c38129f05520dfff /gcc/fortran
parent44f244e4672578be6cc513104473981790a1c164 (diff)
downloadgcc-15939bae358e9f79f91c51d72c6095facdcbe4e3.zip
gcc-15939bae358e9f79f91c51d72c6095facdcbe4e3.tar.gz
gcc-15939bae358e9f79f91c51d72c6095facdcbe4e3.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bc4ad57..82e5a96 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,18 @@
+2023-07-12 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/102003
+ * expr.cc (find_inquiry_ref): Replace len of pdt_string by
+ constant.
+ (simplify_ref_chain): Ensure input to find_inquiry_ref is
+ NULL.
+ (gfc_match_init_expr): Prevent PDT analysis for function calls.
+ (gfc_pdt_find_component_copy_initializer): Get the initializer
+ value for given component.
+ * gfortran.h (gfc_pdt_find_component_copy_initializer): New
+ function.
+ * simplify.cc (gfc_simplify_len): Replace len() of PDT with pdt
+ component ref or constant.
+
2023-07-11 Harald Anlauf <anlauf@gmx.de>
PR fortran/110288