This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.2 bootsrtrap fails on hppa2.0w-hp-hpux11.00


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]