ID: Q115533
1.00 WINDOWS kbtool kbfixlist kbbuglist
The information in this article applies to:
Using the /Ol and /Oe compiler switches together may cause the optimizing compiler to generate the following error message:
warning C4713: ErrJprvtGTCILevel04: internal compiler error;
restarting
(compiler file 'msc2.cpp', line 992)
To avoid the problem, do one of the following:
-or-
#pragma optimize ("l", off)
To turn loop optimizations back on, place the following statement after the function:
#pragma optimize ( "", on )
-or-
Microsoft has confirmed this to be a problem in Visual C++ for Windows, version 1.0. This problem was corrected in Visual C++ for Windows, version 1.5.
Additional reference words: 8.00 1.00 KBCategory: kbtool kbfixlist kbbuglist KBSubcategory: CLIss
Keywords : kb16bitonly kbCompiler kbbuglist kbfixlist
Version : 1.00
Platform : WINDOWS
Solution Type : kbfix
Last Reviewed: September 22, 1997