This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48926] gfortran.dg/coarray/image_index_1.f90 -fcoarray=single -O2 (test for excess errors)
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 9 Jul 2011 17:00:49 +0000
- Subject: [Bug fortran/48926] gfortran.dg/coarray/image_index_1.f90 -fcoarray=single -O2 (test for excess errors)
- Auto-submitted: auto-generated
- References: <bug-48926-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48926
--- Comment #12 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-07-09 17:00:47 UTC ---
(In reply to comment #10)
> Well, gfc_get_corank should not be declared as bool.
Ups! Well spotted! That's obviously a cut-'n'-paste error (from copying
gfc_is_coindexed).
The patch (comment 11) is OK and obvious. (Assuming it regtests.)