PRB: Undocumented Compiler Switches /QIfdiv, /QIf, and /QI6

Last reviewed: July 25, 1997
Article ID: Q155173
The information in this article applies to:
  • The Microsoft C/C++ Compiler (CL.EXE) included with: - Microsoft Visual C++, 32-bit Edition, versions 4.0, 4.1, 4.2

SYMPTOMS

In Visual C++ version 4.0, the compiler switches /QIfdiv, /Qif, and /QI6 are not documented. In Visual C++ version 4.1, the switch /QIfdiv is now documented. Below is a list of the default behavior of each switch in Visual C++ version 4.0 and version 4.1.

MORE INFORMATION

/QIfdiv - This switch is turned on by default in VC 4.0. It is turned

          off (/QIfdiv-) by default in VC 4.1. /QIfdiv is a workaround
          for the Pentium floating-point bug. /QIfdiv causes emulator
          functions to be used.

/QIf - This switch is unchanged. /QIf forces the .debug$F FPO debug
       information to be output always. This allows a backtrace of the
       stack even when some of the kernel stack has been paged out.

/QI6 - This was an undocumented switch to work around P6 problems and
       it was off by default in VC 4.0. This switch was removed in VC 4.1
       but its functionality is still there and is turned on by default.
Version           : 4.0 4.1 4.2
Platform          : NT WINDOWS
Issue type        : kbprb
Solution Type     : kbfix


================================================================================


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: July 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.