Hi
When compiling a C++ code base, I get
internal error 0_1402 when attempting to compile a line that contains one character:
{
The code base compiled OK Friday. I downloaded the latest CVS changes and now I get this.
Any ideas as to what to do?
Sorry I forgot to tell you:
Version 11.1
Command line
/usr/intel/bin/ia32/icc -D_SERVER_CPP_FLAGS -D__FAST_TIME -DANTS_ASSERT -I. -I../Win32/include -I.. -I../CryptoLibrary/include/Linux/32 -I../CryptoLibrary -I../CryptoLibrary/srp/libsrp -I../int128 -I../Shared -I../Atomics -I../icu/icu3.4/include -D__FIBER_CLEANUP -D__EMBEDDED_LEAK2 -DHAVE_CONFIG_H -DNODEBUG -D_NODEBUG -DNDEBUG -D_NDEBUG -DUNIX_COMPILE -D_REENTRANT -D_REDHAT -m32 -O1 -g -fno-gcse -fno-inline-functions -w -fno-gcse -fno-inline-functions -D__DBL_SO_SPLIT -I../icu/icu3.4/include -I. -I../Win32/include -I../CryptoLibrary -I../VParse -I../VParse/inc -I../Atomics -I../AtomicQ -I../atomic8byte -I../CompilerLibrary -I../CPThreadLibrary -I../int128 -I../avipl -o Release/Session.lo -c Session.cpp
Session.cpp(1572) (col. 1): internal error: 0_1402
The file Session.cpp contains:
void Session::PerformOpenSession(MessageWrapper* msg )
{
It crashes at the opening brace.