This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PR fortran/87045, patch] - pointer to array of character
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Harald Anlauf <anlauf at gmx dot de>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 12 Mar 2019 17:41:22 -0700
- Subject: Re: [PR fortran/87045, patch] - pointer to array of character
- References: <5C857F47.5040706@gmx.de>
- Reply-to: sgk at troutmask dot apl dot washington dot edu
On Sun, Mar 10, 2019 at 10:19:03PM +0100, Harald Anlauf wrote:
> The code in the testcase died due to a run-time bounds-check
> generated slightly too early, leading to a crash for deferred
> character length. Moving the character length check after the
> assignment solves the issue.
>
> Regtests cleanly on x86_64-pc-linux-gnu.
>
> OK for trunk?
>
OK.
--
Steve