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]
Other format: [Raw text]

Bootstrap of sh-elf fails


Crosscompiling current GCC mainline to sh-elf on i686-linux-gnu fails
with:

gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H    -I. -I. -I/mmix/cross-sources/combined/gcc -I/mmix/cross-sources/combined/gcc/. -I/mmix/cross-sources/combined/gcc/config -I/mmix/cross-sources/combined/gcc/../include -c insn-emit.c \
  -o insn-emit.o
insn-emit.c: In function `gen_mshfhi_l_di':
insn-emit.c:5070: warning: integer constant is unsigned in ISO C, signed with -traditional
insn-emit.c:5070: warning: decimal constant is so large that it is unsigned
insn-emit.c: In function `gen_split_393':
insn-emit.c:6796: warning: comparison between signed and unsigned
insn-emit.c: In function `gen_split_394':
insn-emit.c:6825: warning: unused variable `regno'
insn-emit.c: In function `gen_split_451':
insn-emit.c:8671: warning: right shift count >= width of type
insn-emit.c:8672: warning: right shift count >= width of type
insn-emit.c:8674: warning: right shift count >= width of type
insn-emit.c:8680: warning: right shift count >= width of type
insn-emit.c:8681: warning: comparison between signed and unsigned
insn-emit.c:8688: warning: left shift count >= width of type
insn-emit.c:8712: Internal compiler error in simplify_subreg, at simplify-rtx.c:2452
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [insn-emit.o] Error 1
make[1]: Leaving directory `/mmix/sh-elf/build/gcc'

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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