This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR31867 - function result with character LEN computed at run time


:REVIEWMAIL:

2007-05-15 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/31867
        * trans-array.c (gfc_conv_expr_descriptor): Obtain the stored
        offset for non-descriptor, source arrays and correct for stride
        not equal to one before writing to field of output descriptor.

I somehow lost track of this patch, sorry. This is OK for mainline, with added testcases from PR31994.

Do you think this should go into 4.2? It doesn't appear to be a
regression, but it sure is a nasty wrong-code bug. In the end, I guess
it depends on how safe you think the patch is.

FX


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