The information in this article applies to:
SYMPTOMS
The array elements in the sample are assigned incorrect values when:
RESOLUTIONYou can disable global optimization on a function-by-function basis using the optimize pragma with the g option. /Og- disables global optimization on a file-by-file basis. STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been corrected in Visual
Studio 97 Service Pack 1. Q170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why MORE INFORMATIONThe following sample demonstrates the problem. Sample Code
Additional query words:
Keywords : kbcode kbtool kbCodeGen kbCompiler kbVC500bug kbVS97sp1fix |
Last Reviewed: July 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |