Re: [gomp4] Add new oacc_transform patch

2015-07-28 Thread Cesar Philippidis
On 07/28/2015 02:21 AM, Thomas Schwinge wrote: > Cesar, please address the following compiler diagnostig: > >> 2015-07-21 Cesar Philippidis >> >> gcc/ >> * omp-low.c (execute_oacc_transform): New function. >> (class pass_oacc_transform): New function. >> (make_pass_oacc_tra

Re: [gomp4] Add new oacc_transform patch

2015-07-28 Thread Thomas Schwinge
Hi! On Tue, 21 Jul 2015 10:15:05 -0700, Cesar Philippidis wrote: > Jakub, > > Nathan pointed out that I should make the fold_oacc_reductions pass that > I introduced in my reduction patch more generic so that other openacc > transformations may use it. This patch introduces an empty skeleton pa

[gomp4] Add new oacc_transform patch

2015-07-21 Thread Cesar Philippidis
Jakub, Nathan pointed out that I should make the fold_oacc_reductions pass that I introduced in my reduction patch more generic so that other openacc transformations may use it. This patch introduces an empty skeleton pass called oacc_transform. Currently I'm stashing it inside omp-low.c. Is that