diff options
author | amonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-04-20 17:59:25 +0000 |
---|---|---|
committer | amonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-04-20 17:59:25 +0000 |
commit | afe8fc0f80594d86d9cd93feb70d10008428d276 (patch) | |
tree | f58513e3bcc6ccd76454ffd989ac904e777b3a7a /gcc/ChangeLog | |
parent | 6125c940f74ccf71f8b69e58539ae838877978fb (diff) | |
download | gcc-afe8fc0f80594d86d9cd93feb70d10008428d276.tar.gz |
omp-low: fix lastprivate/linear lowering for SIMT
Backport from mainline r247029
gcc/
* omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
lastprivate clauses in SIMT case.
libgomp/
* testsuite/libgomp.c/target-36.c: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@247032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f00ff88b65c..627ee35faef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2017-04-20 Alexander Monakov <amonakov@ispras.ru> + + Backport from mainline + 2017-04-20 Alexander Monakov <amonakov@ispras.ru> + + * omp-low.c (lower_lastprivate_clauses): Correct handling of linear + and lastprivate clauses in SIMT case. + 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com> Backport from mainline |