OSDN Git Service

Fix 4 execute/va-arg-26.c gcc testsuite failures.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a3cb64e..bc62235 100644 (file)
@@ -1,3 +1,31 @@
+2004-11-05  James E Wilson  <wilson@specifixinc.com>
+
+       * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC_GR_SPILL): Change
+       1 to UNSPEC_GR_SPILL.
+
+2004-11-05  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * config/s390/s390.c (s390_fixed_condition_code_regs): New function.
+       (TARGET_FIXED_CONDITION_CODE_REGS): Macro defined.
+
+2004-11-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * bitmap.h (enum bitmap_bits): Remove.
+       (bitmap_operation): Remove.
+       (bitmap_and, bitmap_and_into, bitmap_and_compl,
+       bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
+       bitmap_xor_into): Prototype.
+       * bitmap.c (bitmap_elt_insert_after, bitmap_elt_clear_from): New.
+       (bitmap_operation): Remove.
+       (bitmap_and, bitmap_and_into, bitmap_and_compl,
+       bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
+       bitmap_xor_into): New.
+       (bitmap_ior_and_compl, bitmap_ior_and_compl_into): Adjust.
+
+       PR tree-optimization/18307
+       * tree-ssa-alias.c (merge_pointed_to_info): Protected against DEST
+       and ORIG being the same node.
+
 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
 
        * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory.