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 error in current CVS tree



I'm getting:

stage1/xgcc -Bstage1/ -c  -DIN_GCC    -W -Wall -O2 -g -O2  -W -Wall    -I. -I.. -I../../../gcc/f -I../../../gcc/f/.. -I../../../gcc/f/../config ../../../gcc/f/data.c
../../gcc/expr.c:2421: Internal compiler error in function emit_move_insn

on x86-linux-gnu at the moment.  I suspect the recent regmove changes
since the call to emit_move_insn is coming from copy_src_to_dest in
regmove.c.  The reason for the crash is that one REG is DImode while
the other is SImode.

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com


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