Re: [PATCH] PR fortran/42651 -- Fix accepts-invalid

2018-03-22 Thread Thomas Koenig
Hi Steve, ping Pong! OK for trunk, and thanks for the patch. Regards Thomas

Re: [PATCH] PR fortran/42651 -- Fix accepts-invalid

2018-03-22 Thread Steve Kargl
ping -- steve On Mon, Mar 19, 2018 at 06:13:58PM -0700, Steve Kargl wrote: > The attached patch fixes an accepts-invalid while enforcing > > C1560 (R1530) If RESULT appears, the function-name shall not appear > in any specification statement in the scoping unit of the function > subprogra

[PATCH] PR fortran/42651 -- Fix accepts-invalid

2018-03-19 Thread Steve Kargl
The attached patch fixes an accepts-invalid while enforcing C1560 (R1530) If RESULT appears, the function-name shall not appear in any specification statement in the scoping unit of the function subprogram. Regression tested on x86_64-*-freebsd. OK to commit? 2018-03-19 Steven G. Kargl