flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

Fixes for separate module procedures #1080

Closed tskeith closed 4 years ago

tskeith commented 4 years ago

Check module subprogram with MODULE prefix against the corresponding separate module procedure interface body.

Create symbols for dummy arguments and function return values in separate modules procedures declared with module procedure ....

Fix the location of the name of a Symbol declared with a ProcDecl.