diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-21 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-09-21 00:16:31 +0000 |
commit | 624980241ec69afc7b354f81cc64a1fd77131f3e (patch) | |
tree | 84529457b7b8ae11484b4ce1ef9c7a0480731071 /gcc/fortran | |
parent | 73cf73af2392e00917de042a4692f6a0b6329ee8 (diff) | |
download | gcc-624980241ec69afc7b354f81cc64a1fd77131f3e.zip gcc-624980241ec69afc7b354f81cc64a1fd77131f3e.tar.gz gcc-624980241ec69afc7b354f81cc64a1fd77131f3e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1f0f005..08e7d4c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2021-09-20 Tobias Burnus <tobias@codesourcery.com> + + * gfortran.h (gfc_omp_clauses): Add order_unconstrained. + * dump-parse-tree.c (show_omp_clauses): Dump it. + * openmp.c (gfc_match_omp_clauses): Match unconstrained/reproducible + modifiers to ordered(concurrent). + (OMP_DISTRIBUTE_CLAUSES): Accept ordered clause. + (resolve_omp_clauses): Reject ordered + order on same directive. + * trans-openmp.c (gfc_trans_omp_clauses, gfc_split_omp_clauses): Pass + on unconstrained modifier of ordered(concurrent). + 2021-09-17 Harald Anlauf <anlauf@gmx.de> PR fortran/102366 |