Re: [gomp4.1] Support C++ "this" in OpenMP directives

2015-07-15 Thread Jakub Jelinek
On Wed, Jul 15, 2015 at 03:47:54PM +0300, Ilya Verbin wrote: > On Thu, Jul 09, 2015 at 10:50:14 +0200, Jakub Jelinek wrote: > > * parser.c (cp_parser_omp_var_list_no_open): Parse this. > > * cp-tree.h (finish_omp_declare_simd_methods): New prototype. > > * semantics.c (handle_omp_array_

Re: [gomp4.1] Support C++ "this" in OpenMP directives

2015-07-15 Thread Ilya Verbin
On Thu, Jul 09, 2015 at 10:50:14 +0200, Jakub Jelinek wrote: > * parser.c (cp_parser_omp_var_list_no_open): Parse this. > * cp-tree.h (finish_omp_declare_simd_methods): New prototype. > * semantics.c (handle_omp_array_sections_1): Disallow this based > array sections for Ope

[gomp4.1] Support C++ "this" in OpenMP directives

2015-07-09 Thread Jakub Jelinek
On Wed, Jun 10, 2015 at 11:38:25AM +, Joseph Myers wrote: > This patch, for gomp-4_0-branch, adds support for C++ "this" in > OpenACC directives. (This patch does not do anything to handle OpenMP > differently from OpenACC; that - bug 66053 - will need to be resolved > for mainline, either dec