The information in this article applies to:
SYMPTOMSThe compiler hangs when you are building a function that contains many expressions involving floating-point operations and the /Og optimization is enabled. RESOLUTIONDisable global optimizations for the file that is causing the compiler to hang. You can do this with either #pragma optimize("g",off) or by using the /Og- switch. 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 reproduces the problem. Other examples of this problem are too large to demonstrate in a small sample. Sample Code
Additional query words: /O2 Release Maximum Speed
Keywords : kbcode kbtool kbCompiler kbVC500bug kbVS97sp1fix |
Last Reviewed: July 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |