This is the mail archive of the gcc-patches@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: PATCH: Re: ICE in single_set_1, at rtlanal.c:881


> > This is the insn that causes the abort:
> > 
> > (gdb) p debug_rtx(insn)
> > 
> > (jump_insn 980 979 981 (parallel[
> >             (use (reg:SI 2 %r2))
> > 	    (return)
> > 	] ) -1 (nil)
> >     (nil))

Even though this patch is not technically needed anymore, the code in
rtlanal.c is more efficient if the return is before the use.  Thus, I
think it still should be applied.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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