Make forall statement in testsuite conforming.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 23 Jun 2020 19:59:47 +0000 (21:59 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 23 Jun 2020 19:59:47 +0000 (21:59 +0200)
commit6f609029c7078fbd29e2f842074e2b99ea099096
tree75bacbf008f170ce33976af3f9600a3ff13d9422
parent788b962aa00959e861b45767c5c88ec41ca30c21
Make forall statement in testsuite conforming.

The recent patch for dependency checking introduced one failing test
case for pointer assignments in a forall statement.  This test case
was invalid because of an interdependency in a forall statement.
This patch fixes that by removing that dependency.

gcc/testsuite/ChangeLog:

* gfortran.fortran-torture/execute/forall_5.f90: Make forall
statement conforming.
gcc/testsuite/gfortran.fortran-torture/execute/forall_5.f90