This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal compiler error in mingw32 1.1.2


D:\C++\Test Code\smart dynamic_cast>gcc -v --save-temps smart-cast.cpp
Reading specs from d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\cpp.exe -lang-c++ -v -iprefix d:\netware\egcs\bin\..\lib/gcc-lib/i386-mingw32\egcs-2.91.
66\ -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -Di386 -D_WIN32 -DWIN32 -D__WIN32__ -D__MINGW32__=0.2 -DWINNT -D_X86_=1 -D__STD
C__=1 -D__stdcall=__attribute__((__stdcall__)) -D_stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribut
e__((x)) -D__i386__ -D_WIN32 -D__WIN32__ -D__WIN32__ -D__MINGW32__=0.2 -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D_
__stdcall__=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386 -D__WIN32 -D__WINNT -D___std
call=__attribute__((__stdcall__)) -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -remap -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386
-D__i386 -D__i386__ smart-cast.cpp smart-cast.ii
GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\..\..\..\..\include\g++
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\..\..\..\..\include
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\..\..\..\..\i386-mingw32\include
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\include
End of search list.
 d:\netware\egcs\bin\..\lib\gcc-lib\i386-mingw32\egcs-2.91.66\cc1plus.exe smart-cast.ii -quiet -dumpbase smart-cast.cc -version -o smart-cast.s
GNU C++ version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386-mingw32) compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release).
smart-cast.cpp: In function `int main()':
smart-cast.cpp:36: Internal compiler error.
smart-cast.cpp:36: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
smart-cast.cpp:36: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

smart-cast.zip



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]