This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error while building egcs-2.92.04 19980910 onm68k-next-nextstep3
- To: egcs at cygnus dot com
- Subject: Internal compiler error while building egcs-2.92.04 19980910 onm68k-next-nextstep3
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Thu, 10 Sep 98 22:44:48 +0200
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
I get the following while building the Objective-C run time library
in stage 2:
./xgcc -B./ -DIN_GCC -W -Wall -O2 -g -O2 -I./include -I.
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include
\
-c ../../egcs/gcc/objc/hash.c -o objc/hash.o
../../egcs/gcc/expr.c:1265: Internal compiler error in function
convert_move
make[2]: *** [objc/hash.o] Error 1
This is the traceback from gdb:
#0 0x5056468 in exit ()
#1 0x3f39c in convert_move (to=0x134aea, from=0x134b3a,
unsignedp=?) at ../../egcs/gcc/expr.c:1265
#2 0x55cba in emit_store_flag (target=0x134aea, code=EQ,
op0=0x134722, op1=0x6002c90, mode=SImode, unsignedp=?, normalizep=?)
at ../../egcs/gcc/expmed.c:4083
#3 0x4ccbe in do_store_flag (exp=0x13228c, target=0x134aea,
mode=SImode, only_cheap=?) at ../../egcs/gcc/expr.c:11282
#4 0x47c26 in expand_expr (exp=0x13228c, target=0x134aea,
tmode=SImode, modifier=EXPAND_NORMAL) at ../../egcs/gcc/expr.c:7150
#5 0x39008 in expand_return (retval=0x134aea) at
../../egcs/gcc/stmt.c:2668
#6 0x17c0c in c_expand_return (retval=void) at
../../egcs/gcc/c-typeck.c:6994
#7 0x499c in yyparse () at c-parse.y:1811
#8 0x1dafa in compile_file (name=0x3fffc09 "hash.i") at
../../egcs/gcc/toplev.c:2773
#9 0x1fe12 in main (argc=?, argv=0x74e10) at
../../egcs/gcc/toplev.c:4846
Hope this helps,
Toon.