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

Richard Henderson rth@redhat.com
Wed Dec 5 23:19:00 GMT 2001


On Wed, Dec 05, 2001 at 05:07:50PM -0800, Reva Cuthbertson wrote:
> ... and it happens because the born_index > death_index test fails so
> we call abort().

This is normally due to register life info being incorrect.

That is, on input to local_alloc some register was reported
to be set once and never die (certainly possible), yet the
register does in fact die.

Can't debug this further without a test case.


r~



More information about the Gcc mailing list