This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, Fortran] Fix PR 60834
- From: Tobias Burnus <tobias dot burnus at physik dot fu-berlin dot de>
- To: Thomas Koenig <tkoenig at netcologne dot de>, gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Mon, 12 May 2014 10:02:30 +0200
- Subject: Re: [patch, Fortran] Fix PR 60834
- Authentication-results: sourceware.org; auth=none
Thomas Koenig wrote:
> this contains a straightforward fix for the regression by
> not trying to do combine array constructors inside
> association lists.
>
> Regression-tested. OK for all affected open branches?
OK. Thanks for the patch. (I think only 4.9 and 4.10 are
affected - and not 4.8.)
Tobias
> 2014-05-10 Thomas Koenig <tkoenig@gcc.gnu.org>
>
> PR fortran/60834
> * frontend-passes.c (in_assoc_list): New variable.
> (optimize_namespace): Initialize in_assoc_list
> (combine_array_constructor): Don't try to combine
> assoc lists.
> (gfc_code_walker): Keep track of in_assoc_list.
>
> 2014-05-10 Thomas Koenig <tkoenig@gcc.gnu.org>
>
> PR fortran/60834
> * gfortran.dg/associate_16.f90: New test.