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

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Fri Jun 21 19:28:54 2019
New Revision: 272564

URL: https://gcc.gnu.org/viewcvs?rev=272564&root=gcc&view=rev
Log:
2019-06-21  Thomas Koenig  <tkoe...@gcc.gnu.org>

        Backport from trunk
        PR fortran/90937
        * trans-types.c (get_formal_from_actual_arglist): Get symbol from
        current namespace so it will be freed later.  If symbol is of type
        character, get an empty character length.

2019-06-21  Thomas Koenig  <tkoe...@gcc.gnu.org>

        Backport from trunk
        PR fortran/90937
        * gfortran.dg/external_procedure_4.f90: New test.


Added:
    branches/gcc-9-branch/gcc/testsuite/gfortran.dg/external_procedure_4.f90
Modified:
    branches/gcc-9-branch/gcc/fortran/ChangeLog
    branches/gcc-9-branch/gcc/fortran/trans-types.c
    branches/gcc-9-branch/gcc/testsuite/ChangeLog

Reply via email to