[Bug fortran/95812] [10/11 Regression] ICE in gfc_dep_resolver since r10-2114
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 23 20:12:39 GMT 2020
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
<tkoenig@gcc.gnu.org>:
https://gcc.gnu.org/g:862ea30fcb50735344f853e330ea58025fbe82d3
commit r10-8357-g862ea30fcb50735344f853e330ea58025fbe82d3
Author: Thomas Koenig <tkoenig@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 <tkoenig@gcc.gnu.org>
PR fortran/95812
* gfortran.fortran-torture/execute/forall_5.f90: Make forall
statement conforming.
(cherry picked from commit 6f609029c7078fbd29e2f842074e2b99ea099096)
More information about the Gcc-bugs
mailing list