The information in this article applies to:
SYMPTOMSThe code causes FORTRAN, version 5.0 to produce With FORTRAN 5.1, the error produced during pass 2 is:
RESOLUTIONThe examples that we have seen are relatively large modules of code. Most of the examples have large COMMON blocks, multiple CALL statements, or DO loops. Simplifying the modules can eliminate the error. Disabling optimization with /Od or using /4Yb can also eliminate the error. STATUSMicrosoft has confirmed this to be a bug in the products listed above. This problem was corrected in FORTRAN PowerStation for MS-DOS, version 1.0 and FORTRAN PowerStation for Windows NT, version 1.0. MORE INFORMATIONThe program below will produce the F1001 error with 5.00 and the R6000 error with 5.10. Compiling with /Od or /4Yb removes the error: Sample Code
Additional query words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |