Re: [patch, OpenACC] Fix reduction lowering segfault in omp-low

2016-08-17 Thread Chung-Lin Tang
On 2016/8/15 5:57 PM, Jakub Jelinek wrote: > On Mon, Aug 15, 2016 at 05:52:29PM +0800, Chung-Lin Tang wrote: >> Hi Jakub, >> This patch fixes an OpenACC reduction lowering segfault which >> triggers when nested acc loop directives are present. >> Cesar has reviewed this patch internally (since he m

Re: [patch, OpenACC] Fix reduction lowering segfault in omp-low

2016-08-15 Thread Jakub Jelinek
On Mon, Aug 15, 2016 at 05:52:29PM +0800, Chung-Lin Tang wrote: > Hi Jakub, > This patch fixes an OpenACC reduction lowering segfault which > triggers when nested acc loop directives are present. > Cesar has reviewed this patch internally (since he mostly wrote > the code originally) > > Patch has

[patch, OpenACC] Fix reduction lowering segfault in omp-low

2016-08-15 Thread Chung-Lin Tang
Hi Jakub, This patch fixes an OpenACC reduction lowering segfault which triggers when nested acc loop directives are present. Cesar has reviewed this patch internally (since he mostly wrote the code originally) Patch has been tested and committed to gomp-4_0-branch, is this also okay for trunk? T