This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran] Remove parallell annotation from DO CONCURRENT
On Mon, Apr 09, 2018 at 10:58:13PM +0200, Thomas Koenig wrote:
> 2018-04-09 Thomas Koenig <tkoenig@gcc.gnu.org>
>
> PR fortran/83064
> * trans-stmt.c (gfc_trans_forall_loop): Remove annotation for
> parallell processing of DO CONCURRENT -ftree-parallelize-loops
> is set.
>
> 2018-04-09 Thomas Koenig <tkoenig@gcc.gnu.org>
>
> PR fortran/83064
> * gfortran.dg/do_concurrent_5.f90: New test.
The new test FAILs everywhere, gfortran.dg doesn't have infrastructure to
run -fopenmp, -fopenacc nor -ftree-parallelize-loops= tests.
You need to put such tests into libgomp/testsuite/libgomp.fortran/
Jakub