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: [patches] Re: gcc 3.1 ICE in make_label_edge on hppa1.1-hp-hpux10.20--bootstrap fails


> On Thu, Jul 19, 2001 at 04:14:05PM +0200, Jan Hubicka wrote:
> > ! 	if (GET_CODE (NEXT_INSN (insn)) != BARRIER)
> > ! 	  abort();
> > ! 	flow_delete_insn (NEXT_INSN (insn));
> 
> I don't think you need to do anything about barriers.
> Just delete the resx insn.
Won't this create the chained barriers then?

Would be the patch OK w/o that three lines (assuming that it still passes testing)?

Honza
> 
> 
> r~


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