aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-02 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-02 00:16:31 +0000
commit9d116bcc5556c7df32803f7bf8e6e238ea1c13fb (patch)
treed993f68dec8eea6e45b31ca50055e2c7cf25ab4d /gcc/fortran
parent5f9ccf17de7f7581412c6bffd4a37beca9a79836 (diff)
downloadgcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.zip
gcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.tar.gz
gcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 94af00a..c9a1293 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,19 @@
+2021-10-01 Martin Sebor <msebor@redhat.com>
+
+ PR c/102103
+ * array.c: Remove an unnecessary test.
+ * trans-array.c: Same.
+
+2021-10-01 Jakub Jelinek <jakub@redhat.com>
+
+ * gfortran.h (gfc_omp_clauses): Add order_reproducible bitfield.
+ * dump-parse-tree.c (show_omp_clauses): Print REPRODUCIBLE: for it.
+ * openmp.c (gfc_match_omp_clauses): Set order_reproducible for
+ explicit reproducible: modifier.
+ * trans-openmp.c (gfc_trans_omp_clauses): Set
+ OMP_CLAUSE_ORDER_REPRODUCIBLE for order_reproducible.
+ (gfc_split_omp_clauses): Also copy order_reproducible.
+
2021-09-30 Harald Anlauf <anlauf@gmx.de>
PR fortran/102458