aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-12-24 00:17:19 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-12-24 00:17:19 +0000
commit376d6b8c6a89846b2015033c25f9a9807ef675a9 (patch)
tree0e634d5fdcfd20f783444b26d97a7fe2fd8eb234 /gcc/fortran
parent9149a5b7e0a66b7b94d5b7db3194a975d18dea2f (diff)
downloadgcc-376d6b8c6a89846b2015033c25f9a9807ef675a9.zip
gcc-376d6b8c6a89846b2015033c25f9a9807ef675a9.tar.gz
gcc-376d6b8c6a89846b2015033c25f9a9807ef675a9.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 df36cc3..f94382b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,21 @@
+2022-12-23 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/108131
+ * array.cc (match_array_element_spec): Avoid too early simplification
+ of matched array element specs that can lead to a misinterpretation
+ when used as array bounds in array declarations.
+
+2022-12-23 Julian Brown <julian@codesourcery.com>
+
+ * dump-parse-tree.cc (show_attr): Fix OMP-UDR-ARTIFICIAL-VAR typo.
+ * trans-openmp.cc (gfc_trans_omp_array_section): Replace stray unicode
+ m-dash character with hyphen.
+
+2022-12-23 Steve Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/106731
+ * trans-array.cc (gfc_trans_auto_array_allocation): Remove gcc_assert (!TREE_STATIC()).
+
2022-12-22 Harald Anlauf <anlauf@gmx.de>
PR fortran/69604