Re: [PATCH] PR fortran/91565 -- Extra checks on ORDER

2019-08-28 Thread Janne Blomqvist
On Wed, Aug 28, 2019 at 1:01 AM Steve Kargl wrote: > > The attached ptch implements additional checks on the > ORDER dummy argument for the RESHAPE intrinsic function. > Built and regression tested on x86_64-*-freebsd. OK to > commit? Ok. -- Janne Blomqvist

[PATCH] PR fortran/91565 -- Extra checks on ORDER

2019-08-27 Thread Steve Kargl
The attached ptch implements additional checks on the ORDER dummy argument for the RESHAPE intrinsic function. Built and regression tested on x86_64-*-freebsd. OK to commit? 2019-08-27 Steven G. Kargl PR fortran/91565 * simplify.c (gfc_simplify_reshape): Add additional checks