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:16 -------
For CCP there is code to remove EH edges in tree-ssa-propagate.c, but 
it does not trigger: 
 
Breakpoint 3, substitute_and_fold (prop_value=0xf3e3a0) at 
tree-ssa-propagate.c:1063 
1063                  if (maybe_clean_eh_stmt (stmt)) 
(gdb) p debug_generic_stmt(stmt) 
#   TMT.1D.2025_4 = V_MAY_DEF <TMT.1D.2025_3>; 
__builtin_fputc (97, fileD.2015_2); 
 
$2 = void 
(gdb) p maybe_clean_eh_stmt (stmt) 
$3 = 0 '\0' 
(gdb)     

-- 


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]