[Bug fortran/90744] [7/8/9/10 Regression] Bogus length for character temporaries passed to external procedures since r268992

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 12 20:09:00 GMT 2019


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

--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Wed Jun 12 20:08:38 2019
New Revision: 272214

URL: https://gcc.gnu.org/viewcvs?rev=272214&root=gcc&view=rev
Log:
2019-06-12  Thomas Koenig  <tkoenig@gcc.gnu.org>
    Tomáš Trnka  <trnka@scm.com>

    Backport from trunk
    PR fortran/90744
    * trans-types.c (get_formal_from_actual_arglist): Unset typespec
    flags which make no sense for procedures without explicit
    interface.

2019-06-12  Thomas Koenig  <tkoenig@gcc.gnu.org>
    Tomáš Trnka  <trnka@scm.com>

    Backport from trunk
    PR fortran/90744
    * gfortran.dg/deferred_character_33.f90: New test.
    * gfortran.dg/deferred_character_33a.f90: New test.


Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/deferred_character_33.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/deferred_character_33a.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list