Re: [Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause

2021-05-31 Thread Tobias Burnus
On 29.05.21 10:03, Jakub Jelinek wrote: On Fri, May 28, 2021 at 12:59:20AM +0200, Tobias Burnus wrote: * gfortran.dg/gomp/depend-iterator-1.f90: New test. * gfortran.dg/gomp/depend-iterator-2.f90: New test. Something I've missed during the review but it shows up during testing: Now

Re: [Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause

2021-05-31 Thread Jakub Jelinek via Fortran
On Mon, May 31, 2021 at 10:14:34AM +0200, Christophe Lyon wrote: > > Something I've missed during the review but it shows up during testing: > > > > > diff --git a/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 > > > b/gcc/testsuite/gfortran.dg/gomp/depend-iterator-1.f90 > > > new file mode

Re: [Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause

2021-05-31 Thread Christophe Lyon via Fortran
On Sat, 29 May 2021 at 10:03, Jakub Jelinek via Gcc-patches wrote: > > On Fri, May 28, 2021 at 12:59:20AM +0200, Tobias Burnus wrote: > > * gfortran.dg/gomp/depend-iterator-1.f90: New test. > > * gfortran.dg/gomp/depend-iterator-2.f90: New test. > > Something I've missed during the rev