Re: [patch] various OpenACC reduction enhancements - FE changes

2018-12-18 Thread Jakub Jelinek
On Thu, Dec 13, 2018 at 02:11:31PM +, Julian Brown wrote: > > Any reason for the above (ditto in C), rather than just adding > > && ort != C_ORT_ACC to the while loop condition for CPP_OPEN_SQUARE? > > (, . or * after id-expression is like any other unhandled > > characters... > > I think the

Re: [patch] various OpenACC reduction enhancements - FE changes

2018-12-13 Thread Julian Brown
On Tue, 4 Dec 2018 13:57:24 +0100 Jakub Jelinek wrote: > On Fri, Jun 29, 2018 at 11:22:00AM -0700, Cesar Philippidis wrote: > > 2018-06-29 Cesar Philippidis > > Nathan Sidwell > > > > gcc/c/ > > * c-parser.c (c_parser_omp_variable_list): New > > c_omp_region_type argument.

Re: [patch] various OpenACC reduction enhancements - FE changes

2018-12-04 Thread Jakub Jelinek
On Fri, Jun 29, 2018 at 11:22:00AM -0700, Cesar Philippidis wrote: > 2018-06-29 Cesar Philippidis > Nathan Sidwell > > gcc/c/ > * c-parser.c (c_parser_omp_variable_list): New c_omp_region_type > argument. Use it to specialize handling of OMP_CLAUSE_REDUCTION for

Re: [patch] various OpenACC reduction enhancements - FE changes

2018-06-29 Thread Cesar Philippidis
Attaches are the FE changes for the OpenACC reduction enhancements. It depends on the ME patch. Is this patch OK for trunk? It bootstrapped / regression tested cleanly for x86_64 with nvptx offloading. Thanks, Cesar 2018-06-29 Cesar Philippidis Nathan Sidwell gcc/c/ * c-parser.c