OSDN Git Service

PR target/11014
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 9d71ea6..d30b4db 100644 (file)
@@ -1,3 +1,64 @@
+2003-06-27  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-format.c (check_format_string, get_constant)
+       * cfgrtl.c (rtl_split_edge):
+       Mark the definition static, matching the forward declaration.
+
+2003-06-27  Gunther Nikl <gni@gecko.de>
+
+       * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
+
+       PR target/11014
+       * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
+       syntax for MIT / MOTOROLA.
+
+2003-06-27  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/mips/mips.c (mips_build_va_list): Make padding in
+       va_list structure explicit to avoid -Wpadded warnings.
+
+2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
+       * config/s390/s390.c (s390_secondary_output_reload_class): New function.
+       * config/s390/s390-protos.h (s390_secondary_output_reload_class):
+       Declare it.
+       * config/s390/s390.md ("reload_outti", "reload_outdi",
+       "reload_outdf"): New expanders.
+
+       * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
+       memory operands as source.
+       ("movdi" + splitters): Likewise.
+       ("movdf" + splitters): Likewise.
+       * config/s390/s390.c (s390_split_ok_p): New function.
+       * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
+
+2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * combine.c (force_to_mode): Replace the equality comparison
+       of INTVALs with a pointer equality comparison.
+       (simplify_comparison): Likewise.
+
+2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * jump.c (rtx_renumbered_equal_p): Replace an expression that
+       is known to be 0 with 0.
+
+2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcse.c (expr_equiv_p): Replace expressions that are known to
+       be 0 with 0.
+
+2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cse.c (fold_rtx): Replace the equality comparison of INTVALs
+       with a pointer equality comparison.
+
+2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
+       are known to be not equivalent.
+
 2003-06-27  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (function_arg): Don't pass small aggregates
@@ -12,9 +73,9 @@
 
 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
 
-        * ggc-page.c (inverse_table): Change type of mult to size_t.
-        (compute_inverse): Compute inverse using size_t, not unsigned int.
-        Compute inverse also for sizes larger than half a machine page.
+       * ggc-page.c (inverse_table): Change type of mult to size_t.
+       (compute_inverse): Compute inverse using size_t, not unsigned int.
+       Compute inverse also for sizes larger than half a machine page.
 
 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>