This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34876] Can't read/write array sections with negative stride not specified
- 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: 23 Jan 2008 05:41:35 -0000
- Subject: [Bug fortran/34876] Can't read/write array sections with negative stride not specified
- References: <bug-34876-15620@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jvdelisle at gcc dot gnu dot org 2008-01-23 05:41 -------
I am beginning to see it now. This does not help:
if (extent[n] <= 0)
return;
we just bail out right now when we need to actually do something.
--
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|2008-01-19 21:21:57 |2008-01-23 05:41:31
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34876