2018-04-12 Thomas Koenig <tkoenig@gcc.gnu.org>
commit666b26b03d620d2166b111fc6de8b472e0892bae
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2018 21:58:54 +0000 (12 21:58 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2018 21:58:54 +0000 (12 21:58 +0000)
treeda5f112edc134a59ec2b35f11b0d84c478bb05e3
parent02f733c6885aee3be7aca673a415d78aec682f71
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259359 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_concurrent_6.f90 [new file with mode: 0644]
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/do_concurrent_5.f90 [moved from gcc/testsuite/gfortran.dg/do_concurrent_5.f90 with 86% similarity]