]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle references in OpenACC "private" clauses
authorJulian Brown <julian@codesourcery.com>
Fri, 20 Sep 2019 20:53:10 +0000 (13:53 -0700)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:20 +0000 (14:11 +0100)
commitebe33b92d3048123714185338d2657419d41f125
tree1439f5d321cbc5f406e9394b0a619bbf648f8877
parentcfa16d11d940f976fd0c22c62f4fbe0639780916
Handle references in OpenACC "private" clauses

gcc/
* gimplify.cc (localize_reductions): Rewrite references for
OMP_CLAUSE_PRIVATE also.
gcc/ChangeLog.omp
gcc/gimplify.cc