The information in this article applies to:
SYMPTOMSCompiling source code that performs arithmetic calculations along with the /Ox and /4Ya compiler options together creates object code that may produce incorrect arithmetic calculation results at run time. RESOLUTIONDo not use the /Ox and /4Ya compiler options 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 INFORMATIONSample Code to Illustrate Problem
Correct Outputa(1) = 0.000000000000000E+000 Output with /Ox /4Yaa(1) = 0.000000000000000E+000 Additional query words: 4.00
Keywords : kbCodeGen |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |