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]
Other format: [Raw text]

Re: Yet another non-call-exceptions handling fix


 > From: Jan Hubicka <jh@suse.cz>
 > 
 > >  > Thu Mar  7 15:24:11 CET 2002  Jan Hubicka  <jh@suse.cz>
 > >  > 
 > >  > 	* gcse.c (insert_insn_end_bb): Handle trapping insns.
 > >  > 
 > >  > +       /* It should always be the case that we can put these instructions
 > >  > + 	 anywhere in the basic block with performing PRE optimizations.
 > >  > + 	 Check this.  */
 > >  > +       if (GET_CODE (insn) == insn && pre
 > > 
 > > 
 > > I'm pretty sure the above hunk is wrong.  Did you mean this instead?
 > 
 > Oops, yes, of course.
 > Thanks!
 > Honza

Ok, I installed it.

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Global Services


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