PATCH: Visual C++ Alpha Edition 4.2B C2.EXE 10.20.7032

Last reviewed: October 8, 1997
Article ID: Q164953
The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, version 4.2b, on the following platform: - Alpha

SUMMARY

The /Oa (Assume No Aliasing) and /Ow (Assume Aliasing Across Function Calls) options do not work correctly in the compiler shipped with Visual C++ version 4.2b for Alpha. The same options can be selected via the #pragma optimize statement.

If your code is compiled with the /Oa or /Ow command-line options, or if the code you compile turns on the "a" or "w" options in a #pragma optimize statement, your code could experience aliasing problems. These problems most frequently manifest as corrupted data.

Version 10.20.7032 of c2.exe disables these options regardless of whether they are set on the command line or using pragmas in the code.

The following file is available for download from the Microsoft Software Library:

 ~ Ac242bpa.exe (size: 1690202 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

REFERENCES

For further details on aliasing, please see the InfoViewer topic "Visual C++ Books | User's Guides | Visual C++ User's Guide | CL Reference | Reference to Command-Line Options | /Oa, /Ow"


Additional query words: Digital DEC CL
Keywords : CLIss VCAlpha
Version : WINNT:4.2b;
Platform : NT WINDOWS
Hardware : ALPHA
Issue type : kbfile
Solution Type : kbpatch


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.