]> git.ipfire.org Git - thirdparty/gcc.git/commit
[OpenACC] Support C++ "this" in OpenACC directives
authorJoseph Myers <joseph@codesourcery.com>
Mon, 29 Oct 2018 14:31:20 +0000 (14:31 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Mon, 29 Oct 2018 14:31:20 +0000 (14:31 +0000)
commit87a5ccfb7cbabcf510f7909387a16cc0f73931f3
tree1427799828cfe5acd429f9f6512bd95c631c1afc
parent5d8c32cb86043e388fddc9833d9c2cd90ed05284
[OpenACC] Support C++ "this" in OpenACC directives

2018-10-29  Joseph Myers  <joseph@codesourcery.com>
    Julian Brown  <julian@codesourcery.com>

* semantics.c (handle_omp_array_sections_1): Allow array sections with
"this" pointer for OpenACC.

Co-Authored-By: Julian Brown <julian@codesourcery.com>
From-SVN: r265591
gcc/cp/ChangeLog
gcc/cp/semantics.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c++/this.C [new file with mode: 0644]