GNOME Bugzilla – Bug 521859
Fortran: Interface definition inside subroutine
Last modified: 2011-10-30 18:27:38 UTC
Please describe the problem: When an interface definition is given inside a subroutine this is done because of either the possibility to have argument checking or the language requires it. One does not expect to see this interface back as a data type: Example: SUBROUTINE tst INTERFACE SUBROUTINE tst1 END SUBROUTINE tst1 END INTERFACE RETURN END result in documentation: Data Types interface tst__interface Steps to reproduce: 1. See description above Actual results: See description above Expected results: Don't see the data type Does this happen every time? Yes Other information:
*** Bug 634960 has been marked as a duplicate of this bug. ***
Bug 654799 gives a more extensive description and also a patch for this problem. *** This bug has been marked as a duplicate of bug 654779 ***
Bug 654799 has been verified. Same results here.