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: [RFA:] Fix PR target/{18329,18330}, incorrect deletion of anoutput reload, take 2.


On Wed, 12 Jan 2005, Richard Henderson wrote:

> On Wed, Jan 12, 2005 at 06:46:48AM -0500, Hans-Peter Nilsson wrote:
> >       {
> > !       if (NOTE_INSN_BASIC_BLOCK_P (i1))
> >   	return;
> > +       /* FIXME: non-call exceptions need to be handled.  */
>
> This should be ok, though I wonder what you think isn't handled
> for non-call exceptions.

Nothing, not anymore after looking up and finding that basic
blocks handles this too.  The line goes, thankfully without
needing another bootstrap and test.  Thanks for the review!

brgds, H-P


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