------- Comment #19 from dave at hiauly1 dot hia dot nrc dot ca  2006-11-27 
00:28 -------
Subject: Re:  [4.3 Regression] build/genconditions
../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 MO

> Subject: Re:  [4.3 Regression] build/genconditions
> ../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 Memory
> fault(coredump)
> 
> Just adding DF_HARD_REGS is not enough.  At least this bit:
> 
> -      if (use)
> +      if (use && !HARD_REGISTER_P (use->reg))
> 
> is also necessary.

The proposed patch with the initialization of regno moved forward
gets us a lot further into the bootstrap.  It now fails with an
ICE building the fortran library:

/test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/g
cc-4.3.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11
/lib/ -isystem /opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/include -isystem
/op
t/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/sys-include -DHAVE_CONFIG_H -I.
-I../.
./../gcc/libgfortran -I. -iquote../../../gcc/libgfortran/io
-I../../../gcc/libgf
ortran/../gcc -I../../../gcc/libgfortran/../gcc/config -I../.././gcc
-D_GNU_SOUR
CE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definit
ion -Wextra -Wwrite-strings -ftree-vectorize -funroll-loops -O2 -g -O2 -c
../../
../gcc/libgfortran/generated/matmul_i4.c  -fPIC -DPIC -o .libs/matmul_i4.o
../../../gcc/libgfortran/generated/matmul_i4.c: In function 'matmul_i4':
../../../gcc/libgfortran/generated/matmul_i4.c:337: internal compiler error:
Seg
mentation fault

Dave


-- 


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

Reply via email to