This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

profiledbootstrap is broken...



The profiledbootstrap is broken, at least on apple-ppc-darwin. This is a fairly recent bug, as it was working correctly a few days ago...Does anybody have any ideas as to what caused this?


-- Caroline Tice
ctice@apple.com

stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin7.8.0/bin/ -c -g -O2 -mdynamic-no-pic -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc5/gcc -I../../gcc5/gcc/build -I../../gcc5/gcc/../include -I../../gcc5/gcc/../libcpp/include \
-o build/gensupport.o ../../gcc5/gcc/gensupport.c
../../gcc5/gcc/gensupport.c: In function 'gen_rtx_CONST_INT':
../../gcc5/gcc/gensupport.c:147: error: could not split insn
(insn:TI 14 78 70 ../../gcc5/gcc/gensupport.c:145 (set (mem/s:DI (plus:SI (reg:SI 3 r3 [orig:118 rt ] [118])
(const_int 8 [0x8])) [0 <variable>.u.hwint+0 S8 A64])
(reg:SI 28 r28 [128])) 311 {*movdi_internal32} (insn_list:REG_DEP_TRUE 39 (insn_list:REG_DEP_TRUE 11 (insn_list:REG_DEP_OUTPUT 61 (insn_list:REG_DEP_OUTPUT 62 (insn_list:REG_DEP_ANTI 59 (insn_list:REG_DEP_ANTI 60 (nil)))))))
(expr_list:REG_DEAD (reg:SI 28 r28 [128])
(nil)))
../../gcc5/gcc/gensupport.c:147: internal compiler error: in final_scan_insn, at final.c:2501
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [build/gensupport.o] Error 1
make[1]: *** [stageprofile_build] Error 2
make: *** [profiledbootstrap] Error 2



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