Re: [Committed] PR fortran/90985 -- DATA must be followed by whitespace

2019-08-05 Thread Steve Kargl
On Mon, Aug 05, 2019 at 12:01:36PM -0700, H.J. Lu wrote: > On Fri, Aug 2, 2019 at 4:51 PM Steve Kargl > wrote: > > > > In free-form source code, DATA must be followed by whitespace. > > This patch checks for whitespace, and if none is found, returns > > MATCH_NO to give other matchers a chance to

Re: [Committed] PR fortran/90985 -- DATA must be followed by whitespace

2019-08-05 Thread H.J. Lu
On Fri, Aug 2, 2019 at 4:51 PM Steve Kargl wrote: > > In free-form source code, DATA must be followed by whitespace. > This patch checks for whitespace, and if none is found, returns > MATCH_NO to give other matchers a chance to run. > > 2019-08-02 Steven G. Kargl > > PR fortran/90985 >

[Committed] PR fortran/90985 -- DATA must be followed by whitespace

2019-08-02 Thread Steve Kargl
In free-form source code, DATA must be followed by whitespace. This patch checks for whitespace, and if none is found, returns MATCH_NO to give other matchers a chance to run. 2019-08-02 Steven G. Kargl PR fortran/90985 * decl.c (gfc_match_data): In free-form code, DATA be foll