FIX: Global Optimizations (/Og) May Cause the Compiler to Hang (168029)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q168029 SYMPTOMS
The compiler hangs when you are building a function that contains many
expressions involving floating-point operations and the /Og optimization is
enabled.
RESOLUTION
Disable 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.
For additional information about the Visual Studio 97 Service Pack 1,
please see the following article in the Microsoft Knowledge Base:
170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
Modification Type: | Minor | Last Reviewed: | 7/5/2005 |
---|
Keywords: | kbBug kbcode kbCompiler kbfix kbVS97sp1fix KB168029 |
---|
|