
29 May
2004
29 May
'04
5:06 p.m.
JOAQUIN LOPEZ MU?Z <joaquin@tid.es> wrote:
Would any kind soul with access to MSVC 7.0 run the following test and report the result?
I have MSVC7 SP1 (beta) . This program returns -1 when compiled with optimizations: /Og /Oy /Ob2 or /Og /Oy /Ob1 or /O2 or /Ox Otherwise I have 0. It works fine with: /Og /Oy /Ob0 and /O2 /Oy- and /O2 /Ob0 Obviously it's bug. I think that /Oy (Frame-Pointer Omission) optimization is at fault here http://msdn.microsoft.com/library/en-us/vccore/html/_core_.2f.Oy.asp B.