------- Additional Comments From steven at gcc dot gnu dot org  2005-05-16 
00:40 -------
The same problem is in tree-ssa-dom.c:2975:  
      /* Try to fold the statement making sure that STMT is kept  
         up to date.  */  
      if (fold_stmt (bsi_stmt_ptr (si)))  
        {  
          stmt = bsi_stmt (si);  
  
Later on it calls maybe_clean_eh_stmt on the new stmt.  
  

-- 


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

Reply via email to