Re: [PATCH] PR fortran/83633 -- check for nonconstant explicit shape array

2018-01-27 Thread Bernhard Reutner-Fischer
On 27 January 2018 12:03:57 CET, Janne Blomqvist wrote: >On Sat, Jan 27, 2018 at 1:31 AM, Steve Kargl > wrote: >> The attached patch implements a check for F2015:C830. >> The wording of the F2008:C531 is nearly identical, but >> the restriction on BLOCK is noted in the normative test. >> The 3 li

Re: [PATCH] PR fortran/83633 -- check for nonconstant explicit shape array

2018-01-27 Thread Steve Kargl
On Sat, Jan 27, 2018 at 01:03:57PM +0200, Janne Blomqvist wrote: > On Sat, Jan 27, 2018 at 1:31 AM, Steve Kargl > wrote: > > The attached patch implements a check for F2015:C830. > > The wording of the F2008:C531 is nearly identical, but > > the restriction on BLOCK is noted in the normative test.

Re: [PATCH] PR fortran/83633 -- check for nonconstant explicit shape array

2018-01-27 Thread Janne Blomqvist
On Sat, Jan 27, 2018 at 1:31 AM, Steve Kargl wrote: > The attached patch implements a check for F2015:C830. > The wording of the F2008:C531 is nearly identical, but > the restriction on BLOCK is noted in the normative test. > The 3 lines in the new testcase show be sufficient to > see the issue.

[PATCH] PR fortran/83633 -- check for nonconstant explicit shape array

2018-01-26 Thread Steve Kargl
The attached patch implements a check for F2015:C830. The wording of the F2008:C531 is nearly identical, but the restriction on BLOCK is noted in the normative test. The 3 lines in the new testcase show be sufficient to see the issue. In regression testing, I needed to adjust the regex pattern in