BUG: You receive a "fatal error C1001" error message when you pass the return value of an intrinsic function as an argument to another function in Visual C++ 6.0 (217164)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
This article was previously published under Q217164 SYMPTOMS Bad code is generated when you pass the return value of an
intrinsic function as an argument to a function that takes a reference to an
integer while using Global Optimizations (/Og) and Enable Intrinsic Functions
(/Oi). In some situations, a C1001 compiler error occurs: fatal error C1001: INTERNAL COMPILER ERROR (compiler file
'E:\8168\vc98\p2\src\P2\main.c', line 494) RESOLUTION There are two workaround options:
- Workaround 1: Disable intrinsic optimizations. Add /Oi- to your compiler switches after any other switches that start
with /O.
- Workaround 2: Use #pragma function to prevent the use of
individual intrinsic functions.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
194022
Visual Studio 6.0 service packs, what, where, why
194295 How to tell that a Visual Studio service pack is installed
Modification Type: | Major | Last Reviewed: | 9/30/2005 |
---|
Keywords: | kbBug kbCompiler kbfix kbVC600fix kbVS600sp3fix KB217164 kbAudDeveloper |
---|
|