[Bug tree-optimization/21399] [4.1 Regression] libstdc++ 12077.cc ICE

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 16 00:40:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list