Re: [PATCH] PR fortran/84922 -- Check MODULE prefix is used

2018-03-22 Thread Steve Kargl
On Thu, Mar 22, 2018 at 10:22:48AM +0200, Janne Blomqvist wrote: > On Thu, Mar 22, 2018 at 12:19 AM, Steve Kargl < > s...@troutmask.apl.washington.edu> wrote: > > > If an interface body includes a MODULE prefix on a subroutine > > or function, then the prefix must appear on the contained > > subpr

Re: [PATCH] PR fortran/84922 -- Check MODULE prefix is used

2018-03-22 Thread Janne Blomqvist
On Thu, Mar 22, 2018 at 12:19 AM, Steve Kargl < s...@troutmask.apl.washington.edu> wrote: > If an interface body includes a MODULE prefix on a subroutine > or function, then the prefix must appear on the contained > subprogram. This patch does that check, and issues an error > message. > > 2018-0

[PATCH] PR fortran/84922 -- Check MODULE prefix is used

2018-03-21 Thread Steve Kargl
If an interface body includes a MODULE prefix on a subroutine or function, then the prefix must appear on the contained subprogram. This patch does that check, and issues an error message. 2018-03-21 Steven G. Kargl PR fortran/84922 * decl.c (get_proc_name): If the MODULE pref