FIX: Compiling with the */Og Switch Causes C1001, lur.c, Line 5960 (320003)
The information in this article applies to:
- Microsoft Visual C++ .NET (2002)
This article was previously published under Q320003 SYMPTOMS If you compile code similar to that shown in the "Steps to
Reproduce the Behavior" section, you may receive the following error message:
fatal error C1001: INTERNAL COMPILER ERROR (compiler
file 'f:\vs70builds\9466\vc\Compiler\Utc\src\P2\lur.c', line 5960)
CAUSE The Optimizing Compiler is trying to unroll the for loop,
and failing. RESOLUTION Use either one of the following workarounds:
STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
This bug was corrected in Microsoft Visual C++ .NET (2003).
Modification Type: | Minor | Last Reviewed: | 7/5/2005 |
---|
Keywords: | kbfix kbbug kbCompiler kbpending KB320003 |
---|
|