From 624980241ec69afc7b354f81cc64a1fd77131f3e Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 21 Sep 2021 00:16:31 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gcc/fortran') 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 + + * 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 PR fortran/102366 -- cgit v1.1