------- Additional Comments From dir at lanl dot gov 2005-08-24 20:46 ------- Most of the other non-standard elements are considered extensions by Lahey.
Looking at the error output - I think that one "simple ?" change would clear up much of the trouble. If the gfortran is processing a routine and it hits a error on an 'end' statement and that 'end' is followed by a 'subroutine' or 'function' declaration, reset things so that gfortran is done processing errors in the last routine and start processing the new routine. It is really weird to see a correct subroutine declaration statement error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23538