This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR fortran/43996 -- Too large array constructor in SPREAD
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 17 Nov 2015 22:23:41 -0800
- Subject: Re: [PATCH] PR fortran/43996 -- Too large array constructor in SPREAD
- Authentication-results: sourceware.org; auth=none
- References: <20151117160516 dot GA41964 at troutmask dot apl dot washington dot edu>
On 11/17/2015 08:05 AM, Steve Kargl wrote:
> The attached patch fixes an issue with SPREAD and the PARAMETER
> attribute when an array constructor is too large for expansion.
> gfortran now issues an error message and points to the
> -fmax-array-constructor.
>
> Patch built on i386-*-freebsd and x86_64-*-freebsd. There are
> no regressions. OK to commit?
>
OK