OSDN Git Service

* tree.c (int_cst_node, int_cst_hash_table): New variables.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 3c117be..82eb2ca 100644 (file)
@@ -1,3 +1,27 @@
+2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.c (int_cst_node, int_cst_hash_table): New variables.
+       (init_ttree): Initialize them.
+       (int_cst_hash_hash, int_cst_hash_eq): New hashing functions.
+       (build_int_cst_wide): Use hash table for oversized integers.
+
+2004-10-28  Nick Clifton  <nickc@redhat.com>
+
+       * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Define
+       begin_label.
+
+2004-10-27  Richard Henderson  <rth@redhat.com>
+
+       PR middle-end/18163
+       * expr.c (emit_group_load): Don't go force temporary for memory
+       or concat source.
+       (emit_group_store): Similarly.
+
+2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR other/18186
+       * common.opt (--param): Fix spelling of parameter.
+
 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR tree-opt/17529