[Bug fortran/31867] function result with character LEN computed at run time
pault at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 15 09:56:00 GMT 2007
------- Comment #9 from pault at gcc dot gnu dot org 2007-05-15 10:56 -------
(In reply to comment #8)
> The patch below works and regtests OK.
I told a lie - the version that regtests OK has the line
+ if (!integer_onep (info->stride[dim]))
+ stride_ne_one = 1;
a bit further down, within the subsequent 'else' block.
In fact, I have analysed this problem fully and am now regtesting a 'proper'
patch, which I hope to submit tonight.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31867
More information about the Gcc-bugs
mailing list