This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR fortran/77420 -- take two
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: kargl at uw dot edu, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 14 Sep 2016 20:08:11 -0700
- Subject: Re: [PATCH] PR fortran/77420 -- take two
- Authentication-results: sourceware.org; auth=none
- References: <20160914214942.GA79670@troutmask.apl.washington.edu>
On 09/14/2016 02:49 PM, Steve Kargl wrote:
The attached patch appears to fix PR fortran/77420 without
causing regressions. The problem raised by Andrew Benson at
https://gcc.gnu.org/ml/fortran/2016-09/msg00039.html
contained in pr77420_3.f90 and pr77420_4.f90. The original
testcase from the PR is in pr77420_1.f90 and a variation
on that testcase is in pr77420_2.f90. Patch has been
regression tested on x86_64-*-freebsd. OK to commit?
Yes OK,
Thanks Steve
2016-09-14 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/77420
* trans-common.c: Handle array elements in equivalence when
the lower and upper bounds of array spec are NULL.
2016-09-14 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/77420
* gfortran.dg/pr77420_1.f90: New test.
* gfortran.dg/pr77420_2.f90: Ditto.
* gfortran.dg/pr77420_3.f90: New test. Requires ...
* gfortran.dg/pr77420_4.f90: this file.