The information in this article applies to:
SYMPTOMSAn application copies an incorrect value from an array in a COMMON block. An element of an array specified as an argument to a subprogram is the destination for the copied value. CAUSEThe application passes an array to a subprogram through an argument list and shares another array with the subprogram through a COMMON block. The compile command line includes the /Od compile option switch to disable optimizations. RESOLUTION
To work around this problem, perform one of the following two steps:
-or- STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 4.01, 4.1, and 5.0 for MS-DOS and versions 4.1 and 5.0 for OS/2. This problem was corrected in FORTRAN version 5.1. MORE INFORMATIONThe following code demonstrates the problem. Sample Code
Additional query words: 4.01 4.10 5.00 buglist4.01 buglist4.10 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |