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]

Re: bugs in vax and tahoe ports


On Mon, May 08, 2000 at 11:33:17PM +0400, Denis Chertykov wrote:
>       /* Make sure the insn that stored the 0 is still present.  */
>       && ! INSN_DELETED_P (XEXP (link, 0))
> +     /* Make sure the insn isn't deleteb by flow_delete_insn */
> +     && NEXT_INSN (XEXP (link, 0))

Ug.  This fix isn't right I don't think.  Better to 
have flow mark the unlinked insn as deleted.


r~

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