]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Sep 2021 00:17:57 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Sep 2021 00:17:57 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c1155ef234139b95b7a7186f2887fc703551b18d..ed865cb70abe5f8c41cc735333e02410df0fbfd9 100644 (file)
@@ -1 +1 @@
-20210920
+20210921
index f6863fb900a73f60e206b159c6af60d3d45faaec..3d53ed99f33a0f6d6d388064ea517c05de8cc5bc 100644 (file)
@@ -1,3 +1,8 @@
+2021-09-20  Tobias Burnus  <tobias@codesourcery.com>
+
+       * trans-openmp.c (gfc_split_omp_clauses): Don't put 'order(concurrent)'
+       on 'distribute' for combined directives, matching OpenMP 5.0
+
 2021-09-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 2ea65ee2d7f29111537479191e2541bceca2af53..7f8d142942a77d3050cce1bbeee47e92a9361481 100644 (file)
@@ -1,3 +1,7 @@
+2021-09-20  Tobias Burnus  <tobias@codesourcery.com>
+
+       * gfortran.dg/gomp/distribute-order-concurrent.f90: New test.
+
 2021-09-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: