diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-23 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-23 00:16:30 +0000 |
commit | 43868df37b0e1fa19c32175b41dd7dc1e7c515fd (patch) | |
tree | 146520bfed2787a572b88b2153c232053446dd7c /gcc/fortran | |
parent | ca021ac617277ba73cb694f8d26ec0f5e1293451 (diff) | |
download | gcc-43868df37b0e1fa19c32175b41dd7dc1e7c515fd.zip gcc-43868df37b0e1fa19c32175b41dd7dc1e7c515fd.tar.gz gcc-43868df37b0e1fa19c32175b41dd7dc1e7c515fd.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8b4e329..0dd7931 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2020-10-22 Tobias Burnus <tobias@codesourcery.com> + + * gfortran.h (enum gfc_omp_memorder): Add. + (gfc_omp_clauses): Use it. + * openmp.c (gfc_match_omp_flush): Match memorder clauses. + * trans-openmp.c (gfc_trans_omp_flush): Handle them. + (gfc_trans_omp_directive): Update call. + 2020-10-21 Tobias Burnus <tobias@codesourcery.com> PR fortran/45516 |