From: Tobias Burnus Date: Fri, 21 Aug 2020 07:12:44 +0000 (+0200) Subject: Move change-log items to ChangeLog.omp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16052969a54db5df3d37fdcc81acba6ed1ec8c6a;p=thirdparty%2Fgcc.git Move change-log items to ChangeLog.omp Move entries from commit 7c10ae450b95495dda362cb66770bb78b546592e from gcc/fortran/ChangeLog to gcc/fortran/ChangeLog.omp and from gcc/testsuite/ChangeLog to gcc/testsuite/ChangeLog.omp. --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5a1f81c286ea..e86279cb6473 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,12 +1,3 @@ -2020-07-20 Frederik Harwath - - * 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 Backported from master: diff --git a/gcc/fortran/ChangeLog.omp b/gcc/fortran/ChangeLog.omp index 88b2729f6001..54ecabf1ea50 100644 --- a/gcc/fortran/ChangeLog.omp +++ b/gcc/fortran/ChangeLog.omp @@ -66,6 +66,15 @@ * trans-openmp.c (gfc_trans_omp_do): Don't add private/lastprivate for dovar_found == 0, unless !simple. +2020-07-20 Frederik Harwath + + * 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 Backport from mainline diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fa1937a4ea20..59e6c93b07a0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,10 +1,3 @@ -2020-07-20 Frederik Harwath - - * 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 Backported from master: diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 887a24d7afe4..a992892b8082 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -73,6 +73,13 @@ * gcc.target/nvptx/sync.c: New. +2020-07-20 Frederik Harwath + + * 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 * c-c++-common/goacc/routine-4.c (seq, vector, worker, gang): Revert