[Bug bootstrap/24778] New: Assembler errors during bootstrap

schnetter at aei dot mpg dot de gcc-bugzilla@gcc.gnu.org
Thu Nov 10 17:14:00 GMT 2005


I checked out gcc from svn; I have version

$ svn info
Path: .
URL: svn://gcc.gnu.org/svn/gcc/trunk
Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
Revision: 106735
Node Kind: directory
Schedule: normal
Last Changed Author: jakub
Last Changed Rev: 106735
Last Changed Date: 2005-11-10 07:14:05 -0600 (Thu, 10 Nov 2005)
Properties Last Updated: 2005-10-30 14:22:49 -0600 (Sun, 30 Oct 2005)

I configured with

CFLAGS='-g -O2 -mlongcall' CXXFLAGS='-g -O2 -mlongcall'
/Users/eschnett/src/gcc/configure --prefix=/Users/eschnett/gcc
--with-mpfr=/Users/eschnett --disable-multilib
--enable-languages=c,c++,fortran,java,objc,treelang

and then built with

make bootstrap

This aborts with the error message

stage1/xgcc -Bstage1/ -B/Users/eschnett/gcc/powerpc-apple-darwin8.3.0/bin/   -g
-O2 -mdynamic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute -Werror -fno-common  
-DHAVE_CONFIG_H -I. -I. -I/Users/eschnett/src/gcc/gcc
-I/Users/eschnett/src/gcc/gcc/. -I/Users/eschnett/src/gcc/gcc/../include
-I./../intl -I/Users/eschnett/src/gcc/gcc/../libcpp/include
-I/Users/eschnett/include    -c insn-recog.c \
  -o insn-recog.o
/var/tmp//ccGgfnke.s:101631:Fixup of 4294730560 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:101629:Fixup of 4294730568 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99974:Fixup of 4294734684 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99964:Fixup of 4294734708 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99348:Fixup of 4294736180 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99345:Fixup of 4294736192 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99035:Fixup of 4294736896 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99033:Fixup of 4294736904 too large for field width of 16
bits
/var/tmp//ccGgfnke.s:99024:Fixup of 4294736928 too large for field width of 16
bits

The error message continues for about 8000 more lines.


-- 
           Summary: Assembler errors during bootstrap
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
 GCC build triplet: powerpc-apple-darwin8.3.0
  GCC host triplet: powerpc-apple-darwin8.3.0
GCC target triplet: powerpc-apple-darwin8.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24778



More information about the Gcc-bugs mailing list