The information in this article applies to:
SYMPTOMSAn application that is compiled with the -4Ya -Ox -4fps1 compiler switches together causes stack data corruption at run time. CAUSEMultiple variables are being assigned to the same stack location. RESOLUTIONDon't use these compiler switches together. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following code illustrates the problem: Sample Code
The following program output is produced at run time:
The correct output should be:
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |