Re: [PATCH] Handle oacc region in oacc routine

2016-03-04 Thread Jakub Jelinek
On Wed, Mar 02, 2016 at 12:03:12PM -0500, Tom de Vries wrote: > 2015-10-16 Tom de Vries Please adjust the date ;) > * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc > construct in oacc routine. Check for oacc region in oacc routine. > > * c-c++-common/goacc/

Re: [PATCH] Handle oacc region in oacc routine

2016-03-02 Thread Tom de Vries
On 01-03-16 12:37, Jakub Jelinek wrote: On Tue, Mar 01, 2016 at 06:24:58PM +0100, Tom de Vries wrote: --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -3715,6 +3715,14 @@ check_omp_nesting_restrictions (gimple *stmt, omp_context *ctx) kind == OMP_CLAUSE_DEPEND_SOURCE ? "source"

Re: [PATCH] Handle oacc region in oacc routine

2016-03-01 Thread Jakub Jelinek
On Tue, Mar 01, 2016 at 06:24:58PM +0100, Tom de Vries wrote: > --- a/gcc/omp-low.c > +++ b/gcc/omp-low.c > @@ -3715,6 +3715,14 @@ check_omp_nesting_restrictions (gimple *stmt, > omp_context *ctx) > kind == OMP_CLAUSE_DEPEND_SOURCE ? "source" : "sink"); > return false