OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 395ecce..07f6e1b 100644 (file)
@@ -1,3 +1,84 @@
+2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config.gcc: Consistently use solaris2.1[0-9]* instead of
+       solaris2.1[0-9].
+
+2005-03-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * builtins.c (fold_builtin_memcpy): Take decomposed arguments
+       of CALL_EXPR.
+       (expand_builtin_memcpy, fold_builtin_1): Update calls to
+       fold_builtin_memcpy.
+
+       * builtins.c (fold_trunc_transparent_mathfn): Take decomposed
+       arguments of CALL_EXPR.
+       (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil,
+       fold_builtin_found, fold_builtin_1): Update calls to
+       fold_trunc_transparent_mathfn.
+
+2005-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/20493
+       * fold-const.c (fold_widened_comparison): Don't optimize casts of
+       function pointers on targets that require function pointer
+       canonicalization.
+       (fold_sign_changed_comparison): Likewise.
+
+2005-03-19  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * combine.c (try_combine): When changing the mode of a hard reg, make
+       sure that doing so is valid.
+
+2005-03-19  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/avr/avr.c (avr_init_stack, avr_mcu_name): Make static.
+       (TARGET_HANDLE_OPTION): Override default.
+       (avr_handle_option): New function.
+       * config/avr/avr.h (MASK_ALL_DEBUG, MASK_ORDER_1, MASK_INSN_SIZE_DUMP)
+       (MASK_ORDER_2, MASK_NO_TABLEJUMP, MASK_INT8, MASK_NO_INTERRUPTS)
+       (MASK_CALL_PROLOGUES, MASK_TINY_STACK, MASK_SHORT_CALLS)
+       (TARGET_ORDER_1, TARGET_ORDER_2, TARGET_INT8, TARGET_NO_INTERRUPTS)
+       (TARGET_INSN_SIZE_DUMP, TARGET_CALL_PROLOGUES, TARGET_TINY_STACK)
+       (TARGET_NO_TABLEJUMP, TARGET_SHORT_CALLS, TARGET_ALL_DEBUG)
+       (TARGET_SWITCHES, avr_init_stack, avr_mcu_name)
+       (TARGET_OPTIONS): Delete.
+       * config/avr/avr.opt: New file.
+
+2005-03-18  James E Wilson  <wilson@specifixinc.com>
+
+       PR c++/19769
+       * dwarf2out.c (declare_in_namespace): Ignore decls with an abstract
+       origin.
+
+2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/mn10300/mn10300-protos.h: Remove the prototypes for
+       call_address_operand, const_8bit_operand.
+       * config/mn10300/mn10300.c (call_address_operand,
+       const_8bit_operand, const_1f_operand): Move to predicates.md.
+       * config/mn10300/mn10300.h (PREDICATE_CODES): Remove.
+       * config/mn10300/mn10300.md: Include predicates.md.
+       * config/mn10300/predicates.md: New.
+
+2005-03-18  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * c-common.c, c-decl.c, c-format.c, c-typeck.c: Use %D for
+       declarations in diagnostics and %E for identifiers, not %s.
+
+2005-03-18  Jan Hubicka  <jh@suse.cz>
+           Dale Johannesen  <dalej@apple.com>
+
+       * basic-block.h (scale_bbs_frequencies_int,
+       scale_bbs_frequencies_gcov_type): Declare.
+       * cfg.c (RDIV): New macro.
+       (update_bb_frequency_for_threading): Fix.
+       * basic-block.h (scale_bbs_frequencies_int,
+       scale_bbs_frequencies_gcov_type): New.
+       * cfgloopmanip.c (scale_bbs_frequencies): Kill.
+       (scale_loop_frequencies, duplicate_loop_to_header_edge): Use
+       scale_bbs_frequencies_int.
+       * tree-ssa-loop-ch.c (copy_loop_headers): Fix profiling info.
+
 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/m32r/m32r-protos.h: Remove the prototypes for
        * config/pa/pa.md: Include predicates.md.
        * config/pa/predicates.md: New.
 
+       * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
+       predicate.
+
 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
 
        * hooks.c, hooks.h, intl.c, opts.h, prefix.c, tree-gimple.c,