On Sat, Jun 19, 2004 at 03:01:35PM +0200, Matthias Klose wrote: > > For amd64 you can find a gcc-3.3 package that builds from the hammer > branch at http://people.debian.org/~doko/gcc-3.3/. That would allow > better amd64 support without relying on gcc-3.4. Should be tested by > the amd64 port maintainers.
It fails to build: stage1/xgcc -Bstage1/ -B/usr/x86_64-linux/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/config -I../../src/gcc/../include ../../src/gcc/main.c -o main.o stage1/xgcc -Bstage1/ -B/usr/x86_64-linux/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/config -I../../src/gcc/../include ../../src/gcc/alias.c -o alias.o ../../src/gcc/alias.c: In function `nonlocal_referenced_p_1': ../../src/gcc/alias.c:2578: internal compiler error: in find_free_reg, at local-alloc.c:2182 It builds fine with -O0 instead though. Same problems with: ../../src/gcc/combine.c: In function `reg_bitfield_target_p': ../../src/gcc/combine.c:12640: internal compiler error: in find_free_reg, at local-alloc.c:2182 ../../src/gcc/cse.c: In function `invalidate_for_call': ../../src/gcc/cse.c:2148: internal compiler error: in find_free_reg, at local-alloc.c:2182 ... Kurt