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]

[Patch, fortran] PR80945 - Invalid code with allocatable character array in READ/WRITE statement


Committed as 'obvious' - revision 257788.

This patch works fine on 7-branch. I will commit it there in a day or
two unless there is any objection.

Cheers

Paul

2018-02-18  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/80945
    * trans-array.c (gfc_conv_expr_descriptor): Set parmtype from
    the typenode in the case of deferred length characters.

2018-02-18  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/80945
    * gfortran.dg/associate_35.f90: Remove error, add stop n's and
    change to run.


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