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/18888] [4.0 regression] loops miscompiled


------- Additional Comments From schwab at suse dot de  2004-12-09 17:03 -------
I have identified this patch as the trigger: 
 
2004-10-25  Kazu Hirata  <kazu@cs.umass.edu> 
 
	* cfg.c (unchecked_make_edge, redirect_edge_succ, 
	redirect_edge_pred): Use VEC_safe_push instead of 
	VEC_safe_insert. 
	* cfgrtl.c (force_nonfallthru_and_redirect): Likewise. 
 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at cs dot umass dot edu


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


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