diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a23c2214f6..cf2a597d4a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2006-01-20 Richard Guenther <rguenther@suse.de> + Steven Bosscher <stevenb.gcc@gmail.com> + + PR rtl-optimization/24626 + * cfgloopmanip.c (lv_adjust_loop_entry_edge): Don't set + EDGE_TRUE_VALUE if in RTL mode. + + Revert + 2005-03-30 Mostafa Hagog <mustafa@il.ibm.com> + * cfgrtl.c (rtl_verify_flow_info_1): Fix. + 2006-01-20 Dirk Mueller <dmueller@suse.com> PR c++/5520 |