------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 
16:22 -------
(In reply to comment #8)
> (In reply to comment #7)
> > Mine. I am testing a patch right now.
> 
> Hmm, I get a bootstrap failure with the patch:
And here is the reduced testcase for that failure:
void f(void);
void g(void) throw()
{
  f();
}

I have to rethink this,  maybe we should skip those trees before passing to 
block_may_fallthru.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19583

Reply via email to