Boost logo

Boost :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-05-29 12:06:08


JOAQUIN LOPEZ MU?Z <joaquin_at_[hidden]> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk