Re: [PATCH] PR fortran/43996 -- Too large array constructor in SPREAD

2015-11-17 Thread Jerry DeLisle
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

[PATCH] PR fortran/43996 -- Too large array constructor in SPREAD

2015-11-17 Thread Steve Kargl
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 com