[PATCH] PR fortran/58989

2013-11-05 Thread Steve Kargl
The inlined patch fixes a problem where an array constructor is used as the shape argument in RESHAPE. The patch is straightforward and self-explanatory. Regression tested on x86_64-*-freebsd11 Ok? 2013-11-05 Steven G. Kargl ka...@gcc.gnu.org PR fortran/58989 * check.c

Re: [PATCH] PR fortran/58989

2013-11-05 Thread Paul Richard Thomas
Hi Steve, It looks good to me - OK for trunk. Thanks for the patch. Paul On 5 November 2013 18:07, Steve Kargl s...@troutmask.apl.washington.edu wrote: The inlined patch fixes a problem where an array constructor is used as the shape argument in RESHAPE. The patch is straightforward and