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]

Re: Internal C++ error on a P3 running Win98SE (2/2)



I'm getting ICE with 
	gcc-2.95.1 cross-compiler (i586-pc-linux-gnu to i586-pc-msdosdjgpp)
	gcc-2.95.2 under Linux (i586-pc-linux-gnu)
	gcc-2.96 19991114 (i586-pc-linux-gnu)

but not with egcs-1.1.2 on the same target (i586-pc-linux-gnu)

Andris


 
On Fri, 19 Nov 1999, Steven Anthony Uy wrote:
> 
> 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).
> sselfdrugs.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.  ^_^

----------------------------------------
Content-Type: application/octet-stream; name="selfdrugs.ii.bz2"
Content-Transfer-Encoding: base64
Content-Description: 
----------------------------------------

----------------------------------------
Content-Type: text/plain; name="unnamed"
Content-Transfer-Encoding: 7bit
Content-Description: 
----------------------------------------


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