This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/19925] Implied do-loop in an initialization expression is broken
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2007 04:50:29 -0000
- Subject: [Bug fortran/19925] Implied do-loop in an initialization expression is broken
- References: <bug-19925-8446@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-11-26 04:50 -------
I have been studying this more in some debug sessions. We actually
successfully match the iterator multiple times. However, by the time we get
through several attempted matchings, I think we get left with the last one
which is NULL. There is an attempt to match multiple iterators, I presume for
each dimension of the array and these are kept in a linked list. I suspect the
handling of this list is what is messed up.
I will have to keep digging at this a bit before I can say anything with any
certainty, :)
--
jvdelisle at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2006-02-05 20:01:45 |2007-11-26 04:50:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19925