re PR fortran/83064 (DO CONCURRENT and auto-parallelization)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 12 Apr 2018 21:58:54 +0000 (21:58 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Thu, 12 Apr 2018 21:58:54 +0000 (21:58 +0000)
commitbc436e10e0b892b6953e19776367170cd982367c
treeda5f112edc134a59ec2b35f11b0d84c478bb05e3
parent741346a2af437a013f9ba01742588d75f933fa78
re PR fortran/83064 (DO CONCURRENT and auto-parallelization)

2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/83064
PR testsuite/85346
* trans-stmt.c (gfc_trans_forall_loop): Use annot_expr_ivdep_kind
for annotation and remove dependence on -ftree-parallelize-loops.

2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/83064
PR testsuite/85346
* gfortran.dg/do_concurrent_5.f90: Dynamically allocate main work
array and move test to libgomp/testsuite/libgomp.fortran.
* gfortran.dg/do_concurrent_6.f90: New test.

2018-04-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/83064
PR testsuite/85346
* testsuite/libgomp.fortran/do_concurrent_5.f90: Move modified
test from gfortran.dg to here.

From-SVN: r259359
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_concurrent_5.f90 [deleted file]
gcc/testsuite/gfortran.dg/do_concurrent_6.f90 [new file with mode: 0644]
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/do_concurrent_5.f90 [new file with mode: 0644]