OSDN Git Service

2004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 873a005..5408d08 100644 (file)
@@ -1,5 +1,37 @@
+2004-11-12  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
+       Remove m505/roe multilib variant.
+
+2004-11-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * expr.c (emit_group_load) <CONCAT>: Use extract_bit_field
+       to load from the stack.
+
+2004-11-12  Richard Henderson  <rth@redhat.com>
+
+       * toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.
+       (exact_log2): Rename from exact_log2_wide, use CTZ_HWI.
+       * toplev.h (FL2T__): Remove.
+       (CLZ_HWI): Rename from FL2T_CLZ__.
+       (CTZ_HWI): New.
+       (floor_log2): Simplify.
+       (exact_log2): New.
+
+2004-11-12  Sebastian Pop  <pop@cri.ensmp.fr>
+
+       * tree-data-ref.c (analyze_subscript_affine_affine): Correctly
+       compute the first overlapping iterations.
+
+2004-11-12  Sebastian Pop  <pop@cri.ensmp.fr>
+
+       PR middle-end/18005
+       * tree-data-ref.c (estimate_niter_from_size_of_data): Ensure 
+       that arguments of EXACT_DIV_EXPR are INTEGER_CST.
+
 2004-11-12  Steven Bosscher  <stevenb@suse.de>
 
+       PR tree-optimization/18419
        * tree-ssa.c (walk_use_def_chains_1): Make the visited map a
        pointer set instead of a bitmap.
        (walk_use_def_chains): Create, pass and clean up that pointer_set.