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]

ICE on IA-64 when compiling SPEC 2000 176.gcc at -O1



Hello,

	I am getting an internal compiler error when I
compile the SPEC 2000 benchmark 176.gcc with -O1 on IA-64
with gcc V3.1 on HP-UX and Linux.  The ICE happens in
find_free_reg() in local-alloc.c and it happens because
the born_index > death_index test fails so we call abort().
It looks like the death_index is never set up properly as
it is -1.  Has anyone else seen this?

Thanks!

Reva Cuthbertson
reva@cup.hp.com


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