G
Guest
Using Microsoft Visual C++ .NET 69462-270-0000007-18921
When I build the following code in Visual C++ .NET for release, there is a serious optimization error that corrupts the resulting value
double m1 = 1.05
m1 = 1.0/m1
In release image, m1 is much smaller than 1e-9
In debug image, m1 is correct
Has anybody else seen this problem
When I build the following code in Visual C++ .NET for release, there is a serious optimization error that corrupts the resulting value
double m1 = 1.05
m1 = 1.0/m1
In release image, m1 is much smaller than 1e-9
In debug image, m1 is correct
Has anybody else seen this problem