diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-02 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-02 00:16:31 +0000 |
commit | 9d116bcc5556c7df32803f7bf8e6e238ea1c13fb (patch) | |
tree | d993f68dec8eea6e45b31ca50055e2c7cf25ab4d /gcc/fortran | |
parent | 5f9ccf17de7f7581412c6bffd4a37beca9a79836 (diff) | |
download | gcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.zip gcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.tar.gz gcc-9d116bcc5556c7df32803f7bf8e6e238ea1c13fb.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 16 |
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 |