]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/88988
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jan 2019 23:28:53 +0000 (23:28 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jan 2019 23:28:53 +0000 (23:28 +0000)
commit9b0e978669662ce900952aded0e50bcaccbe5a5d
treea61191a9badffefd029c7e7e1138b82d4c93e8e1
parente7b22e58a849477c3b70c3082a48e4e8c3682d36
PR c++/88988
* lambda.c (is_capture_proxy): Don't return true for
DECL_OMP_PRIVATIZED_MEMBER artificial vars.

* testsuite/libgomp.c++/pr88988.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268407 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/lambda.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/pr88988.C [new file with mode: 0644]