]> git.ipfire.org Git - thirdparty/gcc.git/commit
* omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 May 2019 21:31:40 +0000 (21:31 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 May 2019 21:31:40 +0000 (21:31 +0000)
commit09cf268c7202f8f22103b729a36e46cd429f1331
tree38f0b99df61879faaca9017c663f679c6d32a82f
parentb53c726e9d23f589ea2517fcad19d1db163dbd22
* omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,
critical, taskgroup and section regions when looking for a region
with non-NULL lastprivate_conditional_map.

* testsuite/libgomp.c-c++-common/lastprivate-conditional-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271672 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c-c++-common/lastprivate-conditional-3.c [new file with mode: 0644]