The 64-bit 2010 Beta 2 compiler when used with /Og incorrectly generates an excecutable that results in an "Access Violation" (with my sample program).My small sample C++ program clearly highlights the issue. That sample is contained as an attachment (foo.cc).Note, the 32-bit 2010 B2 compiler is fine with /Og (no Access Violations).Likewise, disabling /Og (with the 64-bit compiler) also results in a successful runtime.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results