Re: [PATCH] PR fortran/68244 -- Check for NULL() in an array spec.

2015-11-08 Thread Paul Richard Thomas
Hi Steve, That's OK for trunk. Thanks for the patch. Paul On 7 November 2015 at 21:20, Steve Kargl wrote: > NULL() can only appear in a few situations. It cannot > be part of an array spec. See testcase for example. > OK to commit? > > 2015-11-07 Steven

[PATCH] PR fortran/68244 -- Check for NULL() in an array spec.

2015-11-07 Thread Steve Kargl
NULL() can only appear in a few situations. It cannot be part of an array spec. See testcase for example. OK to commit? 2015-11-07 Steven G. Kargl PR fortran/68224 * array.c (match_array_element_spec): Check of invalid NULL(). While here, fix nearby