-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:
* 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
-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:
* 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