This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31867] function result with character LEN computed at run time



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]