OSDN Git Service

* loop-iv.c (iv_analysis_loop_init): Use df in more conservative way.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 4e21b29..35d72cf 100644 (file)
@@ -1,3 +1,34 @@
+2006-01-20  Zdenek Dvorak <dvorakz@suse.cz>
+
+       * loop-iv.c (iv_analysis_loop_init): Use df in more conservative way.
+
+2006-01-20  Richard Sandiford  <richard@codesourcery.com>
+
+       * stmt.c (case_bit_test_cmp): Stabilize the sort using code
+       label numbers.
+
+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
+        * c-parser.c (c_parser_if_body): Use build_empty_stmt()
+        instead of a special NOP marker.
+        * c-typeck.c (c_finish_if_stmt): Remove obsoleted special
+        NOP marker handling.
+        * c-common.h (empty_body_warning): Add forward declaration.
+        * c-common.c (empty_body_warning): Add (from c_finish_if_stmt).
+        Now uses IS_EMPTY_STMT() instead of special NOP markers.
+
 2005-01-20  Paul Brook  <paul@codesourcery.com>
 
        * Makefile.in (lang_checks): Keep going if mkdir fails.