The information in this article applies to:
SYMPTOMSAn attempt to compile an application fails and the compiler generates the following message:
CAUSEThe application specifies a non-existent COMMON block in a SAVE statement and the compiler command line specifies the /F2 compiler option switch. RESOLUTIONTo correct this problem, remove the name of the undeclared COMMON block from SAVE statement. STATUSMicrosoft has confirmed this to be a problem in FORTRAN version 5.0 for MS-DOS and OS/2. This problem was corrected in FORTRAN version 5.1 for MS-DOS and OS/2. MORE INFORMATIONThe following code example demonstrates this problem. Sample Code
To correct this error, remove "/test/" from the second line.
If a subroutine and a COMMON block have the same name and the compiler
command line specifies the /Fs compiler option switch, the following
error occurs:
Additional query words: 4.00 4.01 4.10 5.00 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |