This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 bootsrtrap fails on hppa2.0w-hp-hpux11.00
- From: law at redhat dot com
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 15 Mar 2002 22:13:00 -0700
- Subject: Re: 3.2 bootsrtrap fails on hppa2.0w-hp-hpux11.00
- Reply-to: law at redhat dot com
In message <200203152305.g2FN59lR017891@hiauly1.hia.nrc.ca>, "John David Anglin
" writes:
> stage1/xgcc -Bstage1/ -B/opt/gnu/hppa2.0w-hp-hpux11.11/bin/ -c -DIN_GCC -
> g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -D
> HAVE_CONFIG_H -I. -Icp -I../../gcc/gcc -I../../gcc/gcc/cp -I../../gcc/gcc
> /config -I../../gcc/gcc/../include ../../gcc/gcc/cp/rtti.c -o cp/rtti.o
> ../../gcc/gcc/cp/rtti.c: In function `emit_tinfo_decl':
> ../../gcc/gcc/cp/rtti.c:1475: Internal compiler error in schedule_insns, at
> sched-rgn.c:2975
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
> There haven't been any changes to the PA end that I am aware of.
Someone has scrogged the register lifetime information. The number
of registers killed before scheduling was not equal to the number of
registers killed after scheduling. Not good.
jeff