]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[og12] OpenACC: Don't gang-privatize artificial variables: restrict to blocks: ChangeLog
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Oct 2022 08:43:24 +0000 (10:43 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Oct 2022 08:43:24 +0000 (10:43 +0200)
... forgotten in og12 commit 9a50d282f03f7f1e1ad00de917143a2a8e0c0ee0
"[og12] OpenACC: Don't gang-privatize artificial variables: restrict to blocks".

gcc/ChangeLog.omp
libgomp/ChangeLog.omp

index 4bf521f2162a17acb284ed39a4d14f304c28bac2..5859c22ccd7b49231559364138d317c3409421ea 100644 (file)
@@ -1,5 +1,8 @@
 2022-10-28  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * omp-low.cc (oacc_privatization_candidate_p) <DECL_ARTIFICIAL>:
+       Restrict to 'block's.
+
        * omp-low.cc (lower_rec_simd_input_clauses): For 'ordered_max',
        cast 'omp_max_simt_vf ()', 'omp_max_simd_vf ()' to 'unsigned'.
 
index f31fdfe373caffbe651ca27fee55b50e7d0a4b2b..396f8e7e4b4fd8692c7fab52ba28f563435cfb63 100644 (file)
@@ -1,3 +1,7 @@
+2022-10-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Adjust.
+
 2022-10-25  Abid Qadeer  <abidh@codesourcery.com>
 
        * testsuite/libgomp.c++/usm-2.C: New test.