ID: Q115531
1.00 WINDOWS kbtool kbfixlist kbbuglist
The information in this article applies to:
- Microsoft Visual C++ for Windows, version 1.0
Using the /Oi compiler switch may cause the optimizing compiler to generate the following error message:
fatal error C1001: internal compiler error;
(compiler file '@(#)grammar.c:1.147', line 156)
To avoid the problem, do one of the following:
-or-
#pragma optimize ("i", off)
To turn intrinsic function generation back on, place the following statement after the function:
#pragma optimize ( "", on )
-or-
Microsoft has confirmed this to be a problem in the Microsoft products listed above. This problem was corrected in Visual C++ 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