This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Triage of fortran FE regressions
- From: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- To: Andre Vehreschild <vehre at gmx dot de>, Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 5 Jan 2016 19:27:57 +0100
- Subject: Re: Triage of fortran FE regressions
- Authentication-results: sourceware.org; auth=none
- References: <CAGkQGiJhQCMvhxicCmUeAy6Xa=jR3V_X-zJSa7W2iKvAJS=YbA at mail dot gmail dot com> <20160105143539 dot 600eb428 at vepi2> <CAGkQGiLLvpJa_rdOp=djTnK0G-gWbMrcKRNmBGc9BiGw0zjzrw at mail dot gmail dot com>
Dear All,
> 60795 is fixed in that catastrophe does not occur. However, the
> deferred character length of dummies is not being returned to the
> caller and full array references do not work correctly (element
> references are OK though). Both these errors are encountered in
> PR54070, so I think that I might fix this PR first.
The test in comment #1 works correctly with trunk. The test in comment
#4 fails completely until I apply the draft patch for PR54070,
whereupon it works correctly albeit with the ALLOCATE not setting the
dtype correctly (it sets the dtype with the entry value dummy string
length and then sets the string length correctly.).
I will therefore work on completing the fix for PR54070.
Cheers
Paul