This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] pr77358 - [F08] deferred-length character function returns zero-length string
- From: Tobias Burnus <tobias dot burnus at physik dot fu-berlin dot de>
- To: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org, Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>, Damian Rouson <damian at sourceryinstitute dot org>
- Date: Wed, 24 Aug 2016 14:36:16 +0200
- Subject: Re: [Patch, fortran] pr77358 - [F08] deferred-length character function returns zero-length string
- Authentication-results: sourceware.org; auth=none
Dear Paul,
Paul Richard Thomas wrote:
> The attached fixes this problem, bootstraps and regtests on FC21/x86_64.
> OK for 6-branch and trunk?
Looks good to me. Thanks for the patch.
Tobias
> 2016-08-24 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/77358
>
> * resolve.c (resolve_fl_procedure): Use the correct gfc_charlen
There shouldn't be a space between the PR line and the rest.
>
> PR fortran/77358
> * gfortran.dg/submodule_17.f08: New test.