OSDN Git Service

PR target/9365
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 026920a..3ab2f54 100644 (file)
@@ -1,3 +1,627 @@
+2004-01-14  J"orn Rennecke <joern.rennecke@superh.com>
+
+       PR target/9365
+       * sh.c (gen_block_redirect): Add special handling of RETURN.
+       (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
+       far branch target (i.e. it's a return).
+
+2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * regrename.c (find_oldest_value_reg): Fix a warning.
+
+2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR bootstrap/12527
+       * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
+       Move linux-gas.h and linux-elf.h before aout.h.
+       * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
+       * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
+
+2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
+       (CONST_INT, VOIDmode, ...).
+
+2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       * regrename.c (find_oldest_value_reg): If the replacement uses 
+       multiple hard registers, check that all of them are in CLASS.
+
+2004-01-14  Jan Hubicka  <jh@suse.cz>
+
+       * alias.c (get_alias_set):  Initialize alias set to 0 when subset is
+       impossible.
+
+2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in: Define MAINT from --enable-maintainer-mode.
+
+2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
+
+       * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
+       Calculate always vrsave_mask if TARGET_ALTIVEC.
+       (rs6000_emit_prologue): Emit code for vrsave
+       only if TARGET_ALTIVEC_VRSAVE.
+       (rs6000_emit_epilogue): Likewise.
+
+2004-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * config/sparc/sparc.md (tie_add32): Fix pasto.
+       (tie_add64): Likewise.
+
+2004-01-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/iq2000/iq2000-protos.h: Fix comment formatting.
+       * config/iq2000/iq2000.c: Likewise.
+       * config/iq2000/iq2000.md: Likewise.
+
+2004-01-14  J. Brobecker  <brobecker@gnat.com>
+
+       * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
+       (subrange_type_die): Add handle for nameless subrange types.
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300-protos.h: Replace do_movsi with
+       h8300_expand_movsi.
+       * config/h8300/h8300.c (do_movsi): Change to
+       h8300_expand_movsi.
+       * config/h8300/h8300.md (movsi): Replace do_movsi with
+       h8300_expand_movsi.
+       (movsf): Likewise.
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c (dosize): Change to
+       h8300_emit_stack_adjustment.  Update callers.
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (movstrictqi): Add an alternative with
+       the source being post_inc.  Tighten the predicate for the
+       destination to register_operand.
+       (movstricthi): Likewise.
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
+       * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
+       * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
+
+2004-01-14  Jan Hubicka  <jh@suse.cz>
+
+       Partial fix PR c++/12850
+       * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
+       at zero nest level.
+
+2004-01-13  Bernardo Innocenti  <bernie@develer.com>
+
+       * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
+       pseudo-register. 
+
+2004-01-13  Devang Patel <dpatel@apple.com
+
+       PR debug/7078
+       * dbxout.c (dbxout_symbol_name): Emit mangled names for 
+       NAMESPACE_DECL memebers.
+       
+2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c++/12709
+       * c-common.c (finish_fname_decls): Use the chain only if the
+       tree is an expr_stmt.
+
+2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>
+
+        * rtl.def: Add comment about new option in automata_option.
+       
+       * genautomata.c (PROGRESS_OPTION): New macro.
+       (progress_flag): New global variable.
+       (gen_automata_option): Process `progress'.
+       (transform_insn_regexps, check_unit_distributions_to_automata,
+       make_automaton, NDFA_to_DFA, build_automaton, create_automata,
+       expand_automata, write_automata): Print about the progress only if
+       progress_flag.  Remove fflush.
+       (initiate_automaton_gen): Process command line flag `-progress'.
+
+       * doc/md.texi: Describe the new option.
+       
+2004-01-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       * cfg.c (dump_bb): Dump entry edges.
+
+2004-01-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm.c (thumb_legitimate_address_p): Only allow constant pool 
+       references from SImode.
+       * arm.md (thumb_movhi_insn): Don't allow minipool references.
+
+2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * system.h (TEXT_SECTION): Poison.
+       * varasm.c (text_section): Don't use TEXT_SECTION.
+       * config/sh/sh.c (sh_file_start): Fix a comment typo.
+       * doc/tm.texi (TEXT_SECTION): Remove.
+
+2004-01-13  Ben Elliston  <bje@wasabisystems.com>
+
+       * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
+
+2004-01-12  James E Wilson  <wilson@specifixinc.com>
+
+       * unwind-libunwind.c: Delete.
+
+2004-01-12  Zack Weinberg  <zack@codesourcery.com>
+
+       PR 13656
+       * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
+       oldtype is set, set *newtypep or *oldtypep too.  Do not set
+       them at the very end.
+       (validate_proto_after_old_defn): Restructure for comprehensibility;
+       make error messages clearer.
+
+2004-01-12  Zack Weinberg  <zack@codesourcery.com>
+
+       * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
+       (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
+       * varray.c: No need to prototype error.
+       (varray_check_failed): Wrap long string onto two lines.
+       (varray_underflow): New function.
+
+2004-01-13  Steven Bosscher  <stevenb@suse.de>
+
+       PR c++/13376
+       * function.h (struct function): Kill `name' field.
+       (current_function_name): Make it an extern function.
+       * function.c (current_function_name): New function.
+       * graph.c: Update all uses of current_function_name.
+       * gcse.c: Likewise.
+       * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
+       config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
+       * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
+       instead of a strcmp with "main".
+
+2004-01-13  Jan Hubicka  <jh@suse.cz>
+
+       * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
+
+       * cgraphunit.c (cgraph_optimize_function):  Always do
+       optimize_inline_calls when there is always_inline callee.
+       (cgraph_decide_inlining): Fix formating.
+       * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
+       functions.
+       (expand_call_inline): Likewise.
+       * toplev.h (sorry): Fix prototype.
+
+2004-01-12  Roger Sayle  <roger@eyesopen.com>
+
+       * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
+       conditional jumps that drop through to unconditional jumps or the
+       end of the sequence.
+
+2004-01-13  Jan Hubicka  <jh@suse.cz>
+
+       * alias.c (new_alias_set): Construct the alias_set varray.
+       (init_alias_once): Don't do it here.
+
+2004-01-12  Marc Espie <espie@openbsd.org>
+
+       * system.h: handle YYBYACC like YYBISON.
+
+2004-01-12  Jonathan Merriman <jonm@dualitymedia.com>
+
+       PR target/10847
+       * config.gcc: No longer includes conflicting header sparc/sol2.h when
+       building on sparc64-*-openbsd*.
+
+2004-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR debug/13539
+       * dbxout.c (dbxout_type): Protected inheritance is not
+       private but protected.
+
+2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
+
+2004-01-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR optimization/12508.
+       * combine.c (try_combine): Remove a dead set in a parallel
+       even if its destination is a subreg.
+
+       Revert:
+       2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
+       * combine.c (simplify_set): Don't move a subreg in SET_SRC to
+       SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
+
+2004-01-12  Geoffrey Keating  <geoffk@apple.com>
+
+       * real.c: Update copyright date.
+       * emit-rtl.c: Likewise.
+       * rtl.h: Likewise.
+       * dwarf2out.c: Likewise.
+       * config/rs6000/darwin-ldouble.c: Likewise.
+       * config/rs6000/rs6000.md: Likewise.
+
+2004-01-12  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
+       TFmode to SImode libfuncs.
+
+2004-01-12  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/11397
+       * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+       PR opt/12826
+       * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
+       stored.
+
+       PR opt/12863
+       * cfgcleanup.c (label_is_jump_target_p): Move to...
+       * rtlanal.c (label_is_jump_target_p): ... here.
+       * cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
+       edges unified with branch edges.
+
+2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
+
+       * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
+       high word of an integral CONST_DOUBLE.
+
+2004-01-12  Paul Brook  <paul@codesourcery.com>
+
+       * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
+
+2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
+
+       PR target/13585
+       * sh-protos.h (check_use_sfunc_addr): Declare.
+       * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
+       * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+       * alias.c:  Invlude varray.h
+       (alias_sets): Turn into varray.
+       (get_alias_set_entry): Use VARRAY; mark inline.
+       (mems_in_disjoint_alias_sets_p): Mark inline.
+       (record_alias_subset): Use varray.
+       (init_alias_once): Initialize varray.
+       (new_alias_set): Grow array.
+       * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
+
+2004-01-12  Jan Hubicka  <jh@suse.cz>
+
+       Partial fix for PR opt/10776 II
+       * cselib.c: Include params.h
+       (cselib_invalidate_mem):  Limit amount of nonconflicting memory
+       locations.
+       * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
+       * Makefile.in (cselib.o): Depend on params.h
+
+2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
+
+       * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
+       simplify_unary_operation if the operand has a known mode.
+
+2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
+
+       PR target/13534
+       * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
+       predicate to handle 'ld' conform addresses.
+       * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
+       contraint.
+       (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
+       are memory contraints.
+       * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
+       New prototype.
+       * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
+       Change 'o' to 'Y' constraint.
+       (*movdf_softfloat64): Ditto.
+
+2004-01-12  Bernardo Innocenti  <bernie@develer.com>
+
+       * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
+       brace-enclosed syntax in all C output statements.
+
+2004-01-12  David Edelsohn  <edelsohn@gnu.org>
+
+       PR target/13401
+       * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
+       Objective-C language type value is 14.
+
+2004-01-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
+
+       PR c/12148
+       * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
+       `int' in a number of places to make sure we always have a SImode
+       and not a HImode.  Add a 'L' suffix to a number of constants.
+
+2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c: Don't include obstack.h.
+
+       * pa.md: Correct constraint in pattern for loading PIC label address.
+
+2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
+        before defining.
+
+2004-01-11  Steven Bosscher  <stevenb@suse.de>
+
+       PR fortran/9972
+       * toplev.c (rest_of_handle_inline): Also consider functions
+       for deferral if the language is GNU F77.
+
+2004-01-11  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c (diagnose_arglist_conflict): Add missing space to
+       diagnostic messages.
+
+2004-01-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/13392
+       * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
+       to drop through label.  Don't fall back to SCC even when conditional
+       jump has not been found.
+
+2004-01-11  Jan Hubicka  <jh@suse.cz>
+
+       * invoke.texi: Fix syntax error in previous patch.
+
+       Partial fix for PR opt/10776
+       * Makefile.in (reload.o): Include param.h
+       * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
+       * reload.c: Include params.h.
+       (find_equiv_reg): Work limiting check.
+       * invoke.texi: Document.
+
+2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
+       out-of-bounds accesses to string constants.  Simplify mips16
+       case accordingly.
+
+2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
+
+       PR optimization/13469
+       * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
+       reload_cse_regs (-fnon-call-exceptions only).
+
+2004-01-11  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/mcore/lib1.asm: Fix comment formatting.
+       * config/mcore/mcore-elf.h: Likewise.
+       * config/mcore/mcore.c: Likewise.
+       * config/mcore/mcore.h: Likewise.
+       * config/mcore/mcore.md: Likewise.
+
+2004-01-10  Zack Weinberg  <zack@codesourcery.com>
+
+       * c-decl.c (duplicate_decls): Break apart into...
+       (diagnose_arglist_conflict, validate_proto_after_old_defn)
+       (locate_old_defn, diagnose_mismatched_decls, merge_decls):
+       ... these new functions.  Restructure for comprehensibility.
+       Remove various archaic special cases.  Always report the
+       location of the previous declaration when a diagnostic is issued.
+       (redeclaration_error_message): Fold into diagnose_mismatched_decls.
+       (match_builtin_function_types): Delete unnecessary forward declaration.
+
+2004-01-10  Zack Weinberg  <zack@codesourcery.com>
+
+       * genautomata.c (make_automaton, NDFA_to_DFA):
+       Print progress bars with '.' characters instead of '*'.
+       (build_automaton): Change notes to match.
+
+2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md: Use define_constants for unspec and
+       unspec_volatile.
+
+2004-01-10  Jan Hubicka  <jh@suse.cz>
+
+       PR opt/11635
+       * expr.c (expand_expr_real):  More curefully expand union casts.
+
+2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md (flush_icache): Use 1 for
+       unspec_volatile.
+
+2004-01-10  David Edelsohn  <edelsohn@gnu.org>
+           James E Wilson  <wilson@specifixinc.com>
+
+       PR debug/12860
+       * dbxout.c (dbxout_symbol): Remove initialization of
+       current_sym_code, current_sym_value, and current_sym_addr.
+       (dbxout_symbol_location): Same.
+       (dbxout_prepare_symbol): Zero current_sym_code,
+       current_sym_value, and current_sym_addr.
+
+2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * tree.c (get_unwidened): Reorder conditions so that the null pointer
+       check is done first.
+
+2004-01-09  Eric Christopher  <echristo@redhat.com>
+
+       * toplev.c (rest_of_handle_cfg): Add reg_scan pass
+       if we're running mark_constant_function.
+
+2004-01-09  Jeff Bailey  <jbailey@nisa.net>
+
+       PR target/12561
+       * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
+
+2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
+
+       PR debug/11231
+       * dbxout.c (dbxout_type_fields): Return if any item is
+       error_mark_node or the type is error_mark_node.
+
+2004-01-09  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/rs6000/darwin-ldouble.c: Add big comment explaining
+       exactly what is expected as a 'long double'.
+       (_xlqadd): When a value to be returned is representable as a
+       'double', just return it directly, do not construct it using a union.
+       Also, correct final fixup.
+       (_xlqmul): Likewise.
+       (_xlqdiv): Likewise.
+       * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
+
+       * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
+
+2004-01-09  Richard Henderson  <rth@redhat.com>
+
+       * recog.c (constrain_operands): Validate mem operands.
+
+2004-01-09   James E Wilson  <wilson@specifixinc.com>
+
+       * gcc.c (init_spec): Remove -lunwind from shared case.
+       * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
+
+2004-01-09  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
+       * configure: Regenerate
+
+2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/11234
+       * c-typeck.c (build_c_cast): If pedantic, warn for conversions
+       between function and object pointers.
+       (digest_init): When comparing a pointer to function type to the
+       target type, only apply TREE_TYPE once to the pointer to function
+       type.
+       * except.c (for_each_eh_label_1): Treat data as a pointer to a
+       function pointer rather than casting it to a function pointer.
+       (for_each_eh_label): Update caller.
+       * recog.h (struct insn_data): Use a struct or union for output.
+       * genoutput.c (output_insn_data): Update.
+       * final.c (get_insn_template): Update.
+
+2004-01-09  Mark Mitchell  <mark@codesourcery.com>
+
+       * expr.h (expand_expr): Make it a macro, not a function.
+       (expand_expr_real): New function.
+       * expr.c (store_expr): Adjust logic for deciding whether or not to
+       copy the value returned by expand_expr.
+       (expand_expr): Rename to ...
+       (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
+       calls to language hooks.
+       * c-common.h (c_expand_expr): Adjust prototype.
+       * c-common.c (c_expand_expr): Add alt_rtl parameter.
+       * langhooks-def.h (lhd_expand_expr): Change prototype.
+       * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
+       * langhooks.h (lang_hooks): Change type of expand_expr.
+       * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
+       (last_expr_alt_rtl): Likewise.
+       (expand_expr_stmt_value): Set last_expr_alt_rtl.
+       (clear_last_expr): Clear it.
+       (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
+       (expand_end_bindings): Save and restor last_expr_alt_rtl.
+       * tree.def (RTL_EXPR): Give it an additional operand.
+       * tree.h (RTL_EXPR_ALT_RTL): New macro.
+
+2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
+       * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
+
+2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR target/13380.
+       * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
+       or (ne:SI (reg:CC 17) (const_int 0)).
+       Be specific about modes wherever possible.
+
+2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.c (m32r_expand_block_move): Call
+       gen_movestrsi_internal with two more arguments.
+       (m32r_output_block_move): Adjust operand numbers.
+       Properly update the source and destination pointers.
+       * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
+       'r+'.  Change the set detinations to match_operand.
+
+2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * final.c (FIRST_INSN_ADDRESS): Remove.
+       (shorten_branches): Don't use FIRST_INSN_ADDRESS.
+       * system.h (FIRST_INSN_ADDRESS): Poison.
+       * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
+       * config/m32r/m32r-protos.h: Remove the prototype for
+       m32r_first_insn_address.
+       * config/m32r/m32r.c (m32r_first_insn_address): Remove.
+       * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
+       * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
+
+2004-01-09  J. Brobecker  <brobecker@gnat.com>
+
+       * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
+       we just created.
+       (is_ada_subrange_type): DIEs for enumeration subtypes should be
+       emitted as subrange types too.
+       (subrange_type_die): Add handling of enumeration subtypes.
+
+2004-01-08  Richard Henderson  <rth@redhat.com>
+
+       PR opt/12441
+       Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
+       * i386.c (aligned_operand): Be prepared for SUBREGed registers.
+       (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
+       (ix86_address_cost): Be prepared for SUBREGed registers.
+       (legitimate_address_p): Accept SUBREGed registers.
+
+2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in: Rename configure.in to configure.ac
+       * doc/sourcebuild.texi: Likewise.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2004-01-08  Stuart Hastings  <stuart@apple.com>
+
+       * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
+
+2004-01-08  Jan Hubicka  <jh@suse.cz>
+
+       * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
+
+2004-01-08  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
+       (UNSPEC_FIX_TRUNC_TF): New constant.
+       (movtf_internal): Make splitter active only when insn is active.
+       (extenddftf2): Rewrite to properly load zero into low part.
+       (extenddftf2_internal): New.
+       (extendsftf2): Rewrite.
+       (truncdftf2): Correct length.
+       (floatditf2): Delete.
+       (fix_trunc_helper): New.
+       (fix_trunctfdi2): Use fix_trunc_helper.
+       (fix_trunctfsi2): Likewise.fix_trunc
+       (fix_trunctfsi2_internal): New.
+
+       * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
+       addresses are legitimate on Darwin even when flag_pic.
+       (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
+       non-offsettable addresses for loads of TFmode constants.
+
+2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
+       variables in the appropriate bss section.
+
 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure