This is the mail archive of the gcc-bugs@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]

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


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


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