OSDN Git Service

* tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index b9a289d..e1b222a 100644 (file)
@@ -1,4 +1,24 @@
+2004-07-03  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal
+       with tree_int_cst_equal.
+
+2004-07-03  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/ia64.md: Define new attribute "empty".
+       (prologue_use, nop_x, insn_group_barrier): Set it.
+
+       * config/ia64/ia64.c (ia64_reorg): When looking for trailing call
+       skip over "empty" insns.
+
 2004-07-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * tree-inline.c (initialize_inlined_parameters): Pass proper function
+       context to gimplify_body.
+       (walk_tree): Don't walk into types twice.
+       (walk_tree, case POINTER_TYPE): Deal with mutually recursive pointers.
+
+       * tree-sra.c (generate_element_init): Remove any useless conversions.
        
        * gimplify.c (gimplify_conversion): Remove stripping useless
        conversions from here.