bootstrap failure on ia64

Richard Guenther rguenth@tat.physik.uni-tuebingen.de
Thu Jun 10 20:29:00 GMT 2004


Since two days, bootstrap fails for me on ia64 with

gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes     -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
  gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
./gengtype
../../src/gcc-3.5/gcc/rtl.h:265: duplicate structure definition
../../src/gcc-3.5/gcc/rtl.h:265: previous definition here
../../src/gcc-3.5/gcc/rtl.h:265: duplicate structure definition
../../src/gcc-3.5/gcc/rtl.h:265: previous definition here
make[2]: *** [s-gtype] Segmentation fault
make[2]: Leaving directory 
`/net/natasa/scratch/natasa/rguenth/gcc-obj-3.5/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory 
`/net/natasa/scratch/natasa/rguenth/gcc-obj-3.5/gcc'
make: *** [bootstrap] Error 2

bootstrap compiler is gcc 3.3.4 (Debian)

Must have been introduced inbetween (excluding)

2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>

         PR target/15783
         * config/sparc/sparc.c (function_arg_union_value): Add 'mode'
         parameter.  Enumerate the registers inside the PARALLEL.
         (function_arg): Adjust call to function_arg_union_value.
         (function_value): Likewise.

         * config/sparc/sparc.c (sparc_function_epilogue): Properly format.

and (including)

2004-06-08  James E Wilson  <wilson@specifixinc.com>

         PR target/15790
         * config/i386/i386-coff.h (ASM_OUTPUT_ALIGN): Define.

Richard.



More information about the Gcc mailing list