FIX: /Og Causes Invalid Double Result Returned from Function (167996)
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 Q167996 SYMPTOMS
When you are building with /Og and you call a function that returns a
double, it apparently returns invalid results. The sample below
demonstrates one form of this bug.
CAUSE
The compiler generating code pops the FPU stack without storing the result.
RESOLUTION
Disable /Og around the function that is calling the function returning
double by using #pragma optimize("g",off).
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 kbVS97sp2fix KB167996 |
---|
|