[patch, fortran] Remove parallell annotation from DO CONCURRENT

Jakub Jelinek jakub@redhat.com
Tue Apr 10 13:36:00 GMT 2018


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



More information about the Gcc-patches mailing list