https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95812
--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- https://gcc.gnu.org/g:6f609029c7078fbd29e2f842074e2b99ea099096 commit r11-1614-g6f609029c7078fbd29e2f842074e2b99ea099096 Author: Thomas Koenig <tkoe...@gcc.gnu.org> Date: Tue Jun 23 21:59:47 2020 +0200 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.