This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in propagate_one_insn. Bug in my port?
- To: gcc at gcc dot gnu dot org
- Subject: Re: ICE in propagate_one_insn. Bug in my port?
- From: Greg McGary <greg at mcgary dot org>
- Date: 27 Apr 2001 16:11:25 -0700
- References: <200104272203.PAA01949@kayak.mcgary.org>
Greg McGary <greg@mcgary.org> writes:
> A brute force fix would be to mark all prologue register saves with
> REG_MAYBE_DEAD.
Nope. Too brutal, too forceful.
Greg