Command:parm nocomments Command:f77 ercs07:fbugs.mb006,y main program 13 Statements compiled Command:run y mb006 passed Command:f77 ercs07:fbugs.mb008,y main program 9 Statements compiled Command:run y this is a test mb008 passed Command:f77 ercs07:fbugs.mb013,y main program 10 Statements compiled Command:run y mb013 passed Command:f77 ercs07:fbugs.mb018,y main program subroutine TESTS 9 Statements compiled Command:run y mb018 passed Command:define 12,fred Command:f77 ercs07:fbugs.mb019,y main program 6 Statements compiled Command:run y mb019 passed Command:destroy fred Command:/* mb021 - compilation failure Command:f77 ercs07:fbugs.mb021,y,.out main program 1 inquire('fred') Error 213 Invalid unit or internal file identifier Source: ERCS07:FBUGS.MB021 Compiled: 05/08/87 12.59.14 Object: ERCS07:FBUGS.Y Parms set: NOCOMMENTS Edinburgh Amdahl Fortran77 Compiler Version 2.13 1 inquire('fred') Error 213 Invalid unit or internal file identifier 2 end FORTRAN fails - 1 compilation error Command:/* f022 - compilation error Command:f77 ercs07:fbugs.f022,y,.out main program 2 format(' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ * ' boring...',/ Error 103 Only 19 continuation statements allowed 22 ' boring...') Error 109 Brackets not matched Error 111 Label 10 not set Source: ERCS07:FBUGS.F022 Compiled: 05/08/87 12.59.14 Object: ERCS07:FBUGS.Y Parms set: NOCOMMENTS Edinburgh Amdahl Fortran77 Compiler Version 2.13 1 write(6,10) 2 10 format(' boring...',/ 3 + ' boring...',/ 4 + ' boring...',/ 5 + ' boring...',/ 6 + ' boring...',/ 7 + ' boring...',/ 8 + ' boring...',/ 9 + ' boring...',/ 10 + ' boring...',/ 11 + ' boring...',/ 12 + ' boring...',/ 13 + ' boring...',/ 14 + ' boring...',/ 15 + ' boring...',/ 16 + ' boring...',/ 17 + ' boring...',/ 18 + ' boring...',/ 19 + ' boring...',/ 20 + ' boring...',/ 21 + ' boring...',/ Error 103 Only 19 continuation statements allowed 22 + ' boring...') Error 109 Brackets not matched 23 end Error 111 Label 10 not set FORTRAN fails - 3 compilation errors