[Patch, Fortran] PR33917 - PROCEDURE - check for interfaces from later procedure-declaration-stmts

Jerry DeLisle jvdelisle@verizon.net
Thu Nov 15 16:31:00 GMT 2007


Tobias Burnus wrote:
> :ADDPATCH fortran:
> 
> PROCEDURE(<interface-name>) :: proc
> 
> allows for the interface either procedures with explicit interfaces
> coming from an INTERFACE, or being host/use associated procedures.
> Additionally, the interface name can also be declared in another
> PROCEDURE-declaration statement - with the restriction that that
> statement needs to come before the interface is used:
> 
> "C1212 (R1215) [...] If name is declared by a procedure-declaration-stmt it
> shall be previously declared."
> 
> 
> Build and regression tested on x86-64. Ok for the trunk?
> 
> Tobias
> 

OK, thanks.

Jerry



More information about the Fortran mailing list