aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 01989e8..71cc3d8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,17 @@
+2021-05-10 Martin Liska <mliska@suse.cz>
+
+ * decl.c (variable_decl): Use startswith
+ function instead of strncmp.
+ (gfc_match_end): Likewise.
+ * gfortran.h (gfc_str_startswith): Likewise.
+ * module.c (load_omp_udrs): Likewise.
+ (read_module): Likewise.
+ * options.c (gfc_handle_runtime_check_option): Likewise.
+ * primary.c (match_arg_list_function): Likewise.
+ * trans-decl.c (gfc_get_symbol_decl): Likewise.
+ * trans-expr.c (gfc_conv_procedure_call): Likewise.
+ * trans-intrinsic.c (gfc_conv_ieee_arithmetic_function): Likewise.
+
2021-05-06 Paul Thomas <pault@gcc.gnu.org>
PR fortran/46991