https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85603

--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Tue Oct 23 08:27:14 2018
New Revision: 265412

URL: https://gcc.gnu.org/viewcvs?rev=265412&root=gcc&view=rev
Log:
2018-10-23  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/85603
        * frontend-passes.c (get_len_call): New function to generate a
        call to intrinsic LEN.
        (create_var): Use this to make length expressions for variable
        rhs string lengths.
        Clean up some white space issues.

2018-10-23  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/85603
        * gfortran.dg/deferred_character_23.f90 : Check reallocation is
        occurring as it should and a regression caused by version 1 of
        this patch.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/deferred_character_23.f90

Reply via email to