Re: [PATCH] PR fortran/90166 -- Add check for module prefix

2019-05-07 Thread Steve Kargl
On Tue, May 07, 2019 at 10:44:34AM +0200, Dominique d'Humières wrote: > Hi Steve, > > > Ping. > > AFAICT this has been committed as revision r270495. > Whoops, you're correct. I have a few too many diffs lying around. -- Steve

Re: [PATCH] PR fortran/90166 -- Add check for module prefix

2019-05-07 Thread Dominique d'Humières
Hi Steve, > Ping. AFAICT this has been committed as revision r270495. Cheers, Dominique

Re: [PATCH] PR fortran/90166 -- Add check for module prefix

2019-05-06 Thread Steve Kargl
Ping. On Wed, May 01, 2019 at 11:06:08PM -0700, Steve Kargl wrote: > The attach patch adds a check that a module prefix > occurs only in a module, submodule, or interface. > > C1547 (R1526) MODULE shall appear only in the function-stmt or >subroutine-stmt of a module subprogram or of a nonab

[PATCH] PR fortran/90166 -- Add check for module prefix

2019-05-01 Thread Steve Kargl
The attach patch adds a check that a module prefix occurs only in a module, submodule, or interface. C1547 (R1526) MODULE shall appear only in the function-stmt or subroutine-stmt of a module subprogram or of a nonabstract interface body that is declared in the scoping unit of a module o