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 C++ error on a P3 running Win98SE (2/2)


I am running GXX v2.952 on a P3 running Win98SE.

gxx -v --save-temps -c -O6 -I../include -oselfdrugs.o selfdrugs.cpp
Reading specs from c:/djgpp/lib/specs
gcc version 2.95.2 19991024 (release)
  c:/djgpp/lib/gcc-lib/djgpp/2.952/cpp.exe -lang-c++ -v -I../include 
-isystem c:/
djgpp/bin/include -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 
-D__cplusplus -D
unix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__unix__ -D__i386__ 
-D__G
O32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__unix -D__i386 
-D__GO32 -
D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 -D__EXCEPTIONS -D__OPTIMIZE__ 
selfdrugs.c
pp selfdrugs.ii
GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
  ../include
  c:/djgpp/lang/cxx
  c:/djgpp/include
  c:/djgpp/lang/cxx
  c:/djgpp/lib/gcc-lib/djgpp/2.952/include
  c:/djgpp/include
End of search list.
The following default directories have been omitted from the search path:
  $DJDIR/lib/gcc-lib/djgpp/2.952/../../../../djgpp/include
End of omitted list.
  c:/djgpp/lib/gcc-lib/djgpp/2.952/cc1plus.exe selfdrugs.ii -m486 
-malign-jumps=2
  -malign-loops=2 -malign-functions=2 -m486 -malign-jumps=2 -malign-loops=2 
-mali
gn-functions=2 -quiet -dumpbase selfdrugs.cc -O6 -version -o selfdrugs.s
GNU C++ version 2.95.2 19991024 (release) (djgpp) compiled by GNU C version 
2.95
.2 19991024 (release).
selfdrugs.cpp: In method `bool self::removeDrugs(drugType, double)':
selfdrugs.cpp:32: Internal compiler error in `find_function_data', at 
function.c
:542
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make.exe: *** [selfdrugs.o] Error 1

Oh, yeah; in case it's relevant, I got bored and started work to recreate 
John E. Dell's game Drugwars from 1984.

I hope that explains the unusual function names.  ^_^

selfdrugs.ii.bz2


....................from.the.desk.of.tsanth.....................
email ......................................... tsanth@iname.com
icq ..................................................... 718768
homepage ...................... http://home.pacbell.net/stevenuy
homepage work-in-progress .. http://members.easyspace.com/tsanth
alladvantage.com ....................................... dxm-938

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