The information in this article applies to:
SYMPTOMSRunning a program compiled with both full optimization (/Ox) and extended error handling ($DEBUG or /4Yb) may cause several problems including: incorrect results, incorrect range errors, or hanging. RESOLUTIONTo avoid these problems, remove either the full optimization compiler switch (/Ox) or the extended run-time debugging option (/4Yb or $DEBUG). STATUS
Microsoft has confirmed this to be a problem in FORTRAN PowerStation
for MS-DOS, version 1.0. This problem has been resolved with FORTRAN
Powerstation maintenance release version 1.0a for MS-DOS.
MORE INFORMATIONThe following code generates an incorrect range error if compiled with both /Ox and /4Yb, but runs correctly if either /Ox or /4Yb is not used: This is not a problem in Microsoft FORTRAN 5.1 or earlier. Sample Code
Additional query words: 1.00 buglist1.00 fixlist1.00a
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |