This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] PR34763 - Allow "END" without "END SUBROUTINE" in INTERFACE


Tobias Burnus wrote:
FUNCTION and SUBROUTINE need to end with "END FUNCTION/SUBROUTINE" if
they are module procedures or internal procedures.

Before, all preceding states were tested. The modified check now only
checks for the direct parent.

Build and regtested on x86-64-linux.
OK for the trunk?

Tobias

OK, thanks once again.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]