https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95812
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Thomas Kथà¤nig <tkoe...@gcc.gnu.org>: https://gcc.gnu.org/g:862ea30fcb50735344f853e330ea58025fbe82d3 commit r10-8357-g862ea30fcb50735344f853e330ea58025fbe82d3 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: 2020-06-23 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/95812 * gfortran.fortran-torture/execute/forall_5.f90: Make forall statement conforming. (cherry picked from commit 6f609029c7078fbd29e2f842074e2b99ea099096)