------- Comment #9 from rguenther at suse dot de  2009-03-01 11:32 -------
Subject: Re:  internal compiler error: verify_stmts
 failed

On Sun, 1 Mar 2009, irar at il dot ibm dot com wrote:

> ------- Comment #8 from irar at il dot ibm dot com  2009-03-01 11:15 -------
> (In reply to comment #7)
> > > question is it OK to vectorize function that are in EH table?
> > Well, we should transfer the EH region information to the vectorized
> > statement in this case.  Which might be tricky ... do we have a link
> > to the original statement when producing the new one?
> 
> We have the original scalar stmt (gimple).

Ok.  Then

  if (maybe_clean_or_replace_eh_stmt (old_stmt, new_stmt))
    gimple_purge_dead_eh_edges (bb);

should be enough to fix this.

Richard.


-- 


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

Reply via email to