Re: Re: OpenACC middle end changes

2014-11-13 Thread Jakub Jelinek
On Thu, Nov 13, 2014 at 11:03:47AM -0800, Cesar Philippidis wrote: > >> @@ -233,6 +242,90 @@ static tree scan_omp_1_op (tree *, int *, void *); > >>*handled_ops_p = false; \ > >>break; > >> > >> +/* Helper function to get the reduction array name */ > >> +static const char * > >>

Re: Re: OpenACC middle end changes

2014-11-13 Thread Cesar Philippidis
I'll try to respond to the reduction stuff. It's been a while since I started working on it, so I may have lost some state. On 11/13/2014 10:09 AM, Jakub Jelinek wrote: >> @@ -233,6 +242,90 @@ static tree scan_omp_1_op (tree *, int *, void *); >>*handled_ops_p = false; \ >>break;