OSDN Git Service

* emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 822d403..6dba145 100644 (file)
@@ -1,3 +1,35 @@
+Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
+
+        * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
+        use of default attributes to agree MEM_ALIGN macro.
+
+Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
+
+        * dbxout.c (dbxout_type): When printing type index of range type
+       whose bounds are printed in octal format, print type of parent type if
+       it exists so enumerated type descriptions are not transformed
+        into unsigned types.
+
+2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300-protos.h: Add a prototype for
+       compute_a_shift_cc.
+       * config/h8300/h8300.c (shift_one): Update the CC status.
+       (shift_two): Likewise.
+       (output_a_shift_cc): Set cc_inline and cc_special.
+       (compute_a_shift_cc): New.
+       * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
+
+2003-04-04  Richard Henderson  <rth@redhat.com>
+
+       * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
+
+2003-04-04  Loren James Rittle  <ljrittle@acm.org>
+
+       * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
+       * fixinc/fixincl.x: Rebuilt.
+       * fixinc/tests/base/stdio.h: Regenerated.
+
 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
 
        * gcov.c (accumulate_line_counts): Fix span tree merge bug.