]> git.ipfire.org Git - thirdparty/gcc.git/commit
[OpenACC privatization] Explain OpenACC privatization candidate selection [PR90115]
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 20 May 2021 13:55:18 +0000 (15:55 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 21 May 2021 18:08:14 +0000 (20:08 +0200)
commit5a0fe1f6c4ad0e50bf4684e723ae2ba17d94c9e4
tree7eed1739ad53a61016f4ed979bbad4afde3501ed
parentad4612cb048b261f6834e9155e41e40e9252c80b
[OpenACC privatization] Explain OpenACC privatization candidate selection [PR90115]

gcc/
PR middle-end/90115
* omp-low.c (oacc_privatization_candidate_p): New function.
(oacc_privatization_scan_clause_chain)
(oacc_privatization_scan_decl_chain): Use it.  Also
'gcc_checking_assert' that we're not seeing duplicates.
gcc/omp-low.c