aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-01 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-01 00:16:31 +0000
commit4a7274ddc4970c1ad011343ed285d6219dffa396 (patch)
treec1a9b82f01aaae2b135d5e825c28ea0768b12213 /gcc/fortran
parent525a1a73a5a563c829a5f76858fe122c9b39f254 (diff)
downloadgcc-4a7274ddc4970c1ad011343ed285d6219dffa396.zip
gcc-4a7274ddc4970c1ad011343ed285d6219dffa396.tar.gz
gcc-4a7274ddc4970c1ad011343ed285d6219dffa396.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 0473563..74968c9 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,26 @@
+2022-07-31 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/92805
+ * match.cc (gfc_match_small_literal_int): Make gobbling of leading
+ whitespace optional.
+ (gfc_match_name): Likewise.
+ (gfc_match_char): Likewise.
+ * match.h (gfc_match_small_literal_int): Adjust prototype.
+ (gfc_match_name): Likewise.
+ (gfc_match_char): Likewise.
+ * primary.cc (match_kind_param): Match small literal int or name
+ without gobbling whitespace.
+ (get_kind): Do not skip over blanks.
+ (match_string_constant): Likewise.
+
+2022-07-31 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/77652
+ * check.cc (gfc_check_associated): Make the rank check of POINTER
+ vs. TARGET match the allowed forms of pointer assignment for the
+ selected Fortran standard.
+
2022-07-29 Tobias Burnus <tobias@codesourcery.com>
* openmp.cc (resolve_omp_clauses): Permit assumed-size arrays