Re: [Patch, fortran] PR78474 - gfortran accepts invalid submodule syntax

2016-11-27 Thread Paul Richard Thomas
Hi Steve, Committed as revision 242900 together with a similarly trivial fix for PR78331. I would have submitted the latter separately but found myself timing out before I have to travel. Both will be added to 6-branch in a week's time. Thanks Paul On 27 November 2016 at 19:09, Steve Kargl wr

Re: [Patch, fortran] PR78474 - gfortran accepts invalid submodule syntax

2016-11-27 Thread Steve Kargl
On Sun, Nov 27, 2016 at 06:42:12PM +0100, Paul Richard Thomas wrote: > > This is a rather trivial problem with a similarly trivial fix. The > ChangeLog says it all. > > Before anybody asks, the testcase number jumps by two because I am > going through the submodule PRs in reverse order. > > Boot