Re: [patch, fortran] PR52564 Accepts invalid: Missing I/O list after comma

2019-01-30 Thread Steve Kargl
On Wed, Jan 30, 2019 at 05:29:52PM -0800, Jerry DeLisle wrote: > The attached patch is straight-forward and self explanatory. > > Regression tested on x86-64-pc-linux-gnu. Test case attached. > > OK for trunk? > Yes. Thanks for patch. -- Steve

[patch, fortran] PR52564 Accepts invalid: Missing I/O list after comma

2019-01-30 Thread Jerry DeLisle
The attached patch is straight-forward and self explanatory. Regression tested on x86-64-pc-linux-gnu. Test case attached. OK for trunk? 2019-01-31 Jerry DeLisle PR fortran/52564 * io.c (match_io): Add check for comma after '*' without subsequent IO list. diff --g