Re: [PATCH] PR fortran/89943 -- BIND(C) procedures in submodules

2019-08-02 Thread Steve Kargl
On Fri, Aug 02, 2019 at 05:30:07PM -0700, Steve Kargl wrote: > The attached patch has been tested on x86_64-*-freebsd. > There were no regressions. > > The patch suppresses error messages for function, subroutine, > and entry statements if these appear in a submodule. The > interface declared in

[PATCH] PR fortran/89943 -- BIND(C) procedures in submodules

2019-08-02 Thread Steve Kargl
The attached patch has been tested on x86_64-*-freebsd. There were no regressions. The patch suppresses error messages for function, subroutine, and entry statements if these appear in a submodule. The interface declared in the module must match the interface in submodule (including the BIND(C) l