]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move change-log items to ChangeLog.omp
authorTobias Burnus <tobias@codesourcery.com>
Fri, 21 Aug 2020 07:12:44 +0000 (09:12 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 21 Aug 2020 07:12:44 +0000 (09:12 +0200)
Move entries from commit 7c10ae450b95495dda362cb66770bb78b546592e
from gcc/fortran/ChangeLog to gcc/fortran/ChangeLog.omp and
from gcc/testsuite/ChangeLog to gcc/testsuite/ChangeLog.omp.

gcc/fortran/ChangeLog
gcc/fortran/ChangeLog.omp
gcc/testsuite/ChangeLog
gcc/testsuite/ChangeLog.omp

index 5a1f81c286ea69efd75ab8f6202f2eb99f8abab5..e86279cb64732f8091f1a2a06b9fc62500a3bcff 100644 (file)
@@ -1,12 +1,3 @@
-2020-07-20  Frederik Harwath  <frederik@codesourcery.com>
-
-       * openmp.c (oacc_is_parallel_or_serial): Removed function.
-       (oacc_is_kernels): New function.
-       (oacc_is_compute_construct): New function.
-       (resolve_oacc_loop_blocks): Use "oacc_is_compute_construct"
-       instead of "oacc_is_parallel_or_serial" for checking that a
-       loop is not orphaned.
-
 2020-07-08  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 88b2729f6001c9173e9f5b1910e89095051f07d3..54ecabf1ea50e3d80c2938003bce6ee264aa1e55 100644 (file)
        * trans-openmp.c (gfc_trans_omp_do): Don't add private/lastprivate
        for dovar_found == 0, unless !simple.
 
+2020-07-20  Frederik Harwath  <frederik@codesourcery.com>
+
+       * openmp.c (oacc_is_parallel_or_serial): Removed function.
+       (oacc_is_kernels): New function.
+       (oacc_is_compute_construct): New function.
+       (resolve_oacc_loop_blocks): Use "oacc_is_compute_construct"
+       instead of "oacc_is_parallel_or_serial" for checking that a
+       loop is not orphaned.
+
 2020-07-14  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline
index fa1937a4ea200d85fdb19b4c4ace19e355140597..59e6c93b07a0ccb0c5c63c1e716952c02062defe 100644 (file)
@@ -1,10 +1,3 @@
-2020-07-20  Frederik Harwath  <frederik@codesourcery.com>
-
-       * gfortran.dg/goacc/orphan-reductions-2.f90: New test
-       verifying that the "gang reduction on an orphan loop" error message
-       is not emitted for non-orphaned loops.
-       * c-c++-common/goacc/orphan-reductions-2.c: Likewise for C and C++.
-
 2020-07-12  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 887a24d7afe4344e39986b2a0a2c68b257d4c14c..a992892b8082d2ecd64984056b59650ea77b6e17 100644 (file)
 
        * gcc.target/nvptx/sync.c: New.
 
+2020-07-20  Frederik Harwath  <frederik@codesourcery.com>
+
+       * gfortran.dg/goacc/orphan-reductions-2.f90: New test
+       verifying that the "gang reduction on an orphan loop" error message
+       is not emitted for non-orphaned loops.
+       * c-c++-common/goacc/orphan-reductions-2.c: Likewise for C and C++.
+
 2020-07-28  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * c-c++-common/goacc/routine-4.c (seq, vector, worker, gang): Revert