OSDN Git Service

* tm.texi (RETURN_ADDR_OFFSET): Document.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index f336963..510512a 100644 (file)
+2003-07-10  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * tm.texi (RETURN_ADDR_OFFSET): Document.
+
+2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcov-io.h: Update documentation.
+       (GCOV_UNSIGNED2STRING): New.
+       (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
+       GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
+       GCOV_TAG_SUMMARY_LENGTH): Adjust.
+       (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
+       GCOV_TAG_COUNTER_NUM): New.
+       (GCOV_BLOCK_SIZE): Number of words.
+       (gcov_var): Adjust buffer type.
+       * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
+       (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
+       count, not byte count.
+       (gcov_open): Adjust overread init.
+       (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
+       gcov_write_string, gcov_write_tag, gcov_write_length,
+       gcov_write_tag_length): Adjust.
+       (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
+       (gcov_sync, gcov_seek): Adjust.
+       * gcov-dump.c (print_usage): Show gcc version only.
+       (dump_file): Use GCOV_UNSIGNED2STRING.
+       (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
+       * gcov.c (print_version): Show gcc version only.
+       (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
+       GCOV_TAG_*_NUM macros.
+       (read_count_file): Use GCOV_UNSIGNED2STRING. Use
+       GCOV_TAG_COUNTER_LENGTH.
+       * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
+       Use GCOV_TAG_COUNTER_NUM.
+       * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
+       (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
+
+2003-07-10  Andreas Schwab  <schwab@suse.de>
+
+       * gcov-dump.c (dump_file): Fix missing address operator.
+
+2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR c/11449
+       * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
+       of HOST_WIDE_INT.
+       (fold_single_bit_test): If sign_bit_p() fails, assume that the
+       bit being tested is not a sign bit.
+
+2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (a peephole2): New.
+
+2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
+       from ld-linux.so.2 to ld.so.1.
+       2001-11-18  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
+       * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
+       nor -Wl,-rpath-link.
+       (LIB_SPEC): Add -rpath-link if !static.
+       2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.c (mn10300_protect_label): New
+       variable.
+       * config/mn10300/linux.h (PRINT_OPERAND,
+       PRINT_OPERAND_ADDRESS): Set it during their execution.
+       (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
+       mn10300_protect_label is set.
+       * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
+       -Wl,-rpath-link.
+       (LIB_SPEC, STARTFILE_SPEC): Define.
+       2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
+       FLOAT_BIT_ORDER_MISMATCH.
+       2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
+       * config.gcc (am33_2.0-*-linux*): Added.
+       * config/mn10300/linux.h: New.
+       * config/mn10300/t-linux: New.
+
+2003-07-10  Andreas Jaeger  <aj@suse.de>
+
+       * fold-const.c: Properly wrap prototypes.
+
+2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       2003-06-16  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
+       Moved from...
+       * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
+       * config/mn10300/mn10300.h: GTY-declare it.
+       2003-06-11  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
+       prototype.  Use incoming RTL argument.
+       2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.md (int_label): Move C statements...
+       (GOTaddr2picreg): ... here.
+       2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
+       * config/mn10300/mn10300.c (mn10300_encode_section_info):
+       ... here.  New function.
+       (TARGET_ENCODE_SECTION_INFO): Define to it.
+       2001-11-04  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
+       pattern name.
+       (mn10300_loadPC): Define as insn splittable after reload.
+       2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
+       * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
+       be defined in .rodata even in PIC, now that the assembler
+       supports that.
+       2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
+       symbol take an underscore prefix.
+       2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
+       legitimize_pic_address): Declare.
+       * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
+       the PIC register as fixed.
+       (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
+       (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
+       PIC.
+       (LEGITIMATE_PIC_OPERAND_P): Define.
+       (PIC_OFFSET_TABLE_REGNUM): Define.
+       (GOT_SYMBOL_NAME): Define.
+       (SYMBOLIC_CONST_P): Define.
+       (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
+       symbols.
+       (MN10300_GLOBAL_P): Test it.
+       (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
+       (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
+       * config/mn10300/mn10300.c (print_operand): Handle unspec.
+       (expand_prologue): Set PIC register.
+       (call_address_operand): Don't match SYMBOL_REFs in PIC.
+       (legitimize_address): Call legitimize_pic_address.
+       (legitimize_pic_address): New fn.
+       (legitimate_pic_operand_p): New fn.
+       * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
+       (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
+       UNSPEC_PLT): New constants.
+       (pop_pic_reg): New insn.
+       (movsi): Adjust non-PIC addresses.
+       (builtin_setjmp_receiver): Restore the PIC register.
+       (casesi): New insn.
+       (call): Adjust non-PIC addresses.
+       (int_label, GOTaddr2picreg): New expands.
+       (am33_loadPC): New insn.
+       (mn10300_loadPC): New expand.
+       (call_next_insn): New insn.
+       (add_GOT_to_pic_reg): New expand.
+       (symGOT2reg, symGOT2reg_i): New expands.
+       (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
+       (sym2PIC, sym2PLT): New expands.
+
+2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
+       2001-05-01  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
+       to flag_unsafe_math_optimizations.
+       2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.c (expand_prologue): Mark
+       FP-register-saving insns as frame-related.
+       2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.c
+       (mn10300_get_live_callee_saved_regs): Don't search past
+       LAST_EXTENDED_REGNUM.
+       (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
+       * config/mn10300/mn10300.md: Remove excessive line breaks from
+       `@' output patterns that were accounted as additional
+       alternatives.
+       * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
+       Re-introduce changes accidentally removed in Richard Sandiford's
+       2000-12-05's patch.
+       * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
+       Re-instate am33-2 lost in merge from net GCC.
+       2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
+       floating-point registers.
+       2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
+       * config/mn10300/mn10300.md (movdf): Revert some am33-specific
+       pessimizations that had gone in on 2000-05-08.
+       2000-06-28  Graham Stott  <grahams@cygnus.co.uk>
+       * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
+       2000-06-22  Graham Stott  <grahams@cygnus.co.uk>
+       * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
+       operand 0.
+       * (movhi): Likewise.
+       * (movsi): Likewise.
+       * (movsf): Likewise.
+       * (movdi): Likewise.
+       * (movdf): Likewise.
+       Wed May 24 13:16:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.c (fp_regs_to_save): New function.
+       (can_use_return_insn, initial_offset): Add fp_regs_to_save.
+       (expand_prologue, expand_epilogue): Save and restore FP regs.
+       2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
+       2000-05-13  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
+       subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
+       Do not clobber cc0.
+       2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
+       Discourage the two-argument, longer opcodes.
+       (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
+       ones.
+       * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
+       (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
+       * config/mn10300/mn10300.md (cmpsf): New pattern.
+       (branch): Test mdep.fpCC and output fbCC.
+       * config/mn10300/mn10300.c (print_operand): Output conditions.
+       (notice_cc_update): Recognize fcmp and set mdep.fpCC.
+       2000-05-10  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
+       mulsf3, divsf3): Use the `F' constraint for FP values.
+       * config/mn10300/mn10300.c (const_1f_operand): New function.
+       * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
+       * config/mn10300/mn10300.md (sqrtsf2): New expand.
+       (rsqrtsf2): New insn.
+       2000-05-09  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
+       previous check-in.
+       2000-05-08  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.md (abssf2, negdf2): On
+       TARGET_AM33_2, expand to...
+       (abssf2_am33_2, negdf2_am33_2): New insns.
+       (addsf3, subsf3, mulsf3, divsf3): Likewise.
+       (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
+       * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
+       movdi, movdf): Added FP regs.
+       * invoke.texi (-mam33-2, -mno-am33-2): Document.
+       2000-04-29  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
+       New macros.
+       (REGNO_AM33_2_FP_P): Renamed to...
+       (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
+       (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
+       2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
+       regs from GENERAL_REGS.
+       2000-04-27  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
+       * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
+       * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
+       2000-04-23  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
+       as FP_REGS.
+       2000-04-21  Alexandre Oliva  <aoliva@cygnus.com>
+       * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
+       (EXTRA_CONSTRAINT): Added OK_FOR_Q.
+       * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
+       * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
+       * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
+       (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
+       AM33/2.0 floating-point registers.
+       (CONDITIONAL_REGISTER_USAGE): Adjust.
+       (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
+       (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
+       (REG_CLASS_FROM_LETTER): Added `f' and `A'.
+       (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
+       * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
+       (MULTILIB_DIRNAMES): Likewise.
+       * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
+       `__AM33_2__' when `-mam33-2' is given.
+       (TARGET_AM33_2): Define.
+       (TARGET_SWITCHES): Adjust.
+       * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
+       when appropriate.
+
+2003-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * doc/install.texi: Add missing @.
+
+2003-07-09  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
+
+2003-07-09  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR/11144
+       * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
+
+2003-07-09  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       PR bootstrap/11043
+       * config/arc/t-arc: Replace bogus references to "x-crtinit.o", 
+       "x-crtfini.o" with "crtinit.o", "crtfini.o".
+
+       * fixinc/inclhack.def (limits_ifndefs): Add select test.
+       * fixinc/fixincl.x: Rebuild.
+
+       * fixinc/inclhack.def (math_exception):  Improve bypass and comment.
+       * fixinc/fixincl.x: Rebuild.
+
+2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/install.texi (Configuration): Document the valgrind option
+       to --enable-checking.
+
+Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
+
+2003-07-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * c-lex.c (cb_ident): Cast cstr.text to const char *.
+
+2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcov-io.h: Update documentation.
+       (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
+       GCOV_NOTE_MAGIC.
+       (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
+       (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
+       (struct gcov_var): Change buffer's type. Add endian flag.
+       (gcov_open): Remove mode in libgcov.
+       (gcov_magic): Prototype.
+       * gcov-io.c (from_file): New.
+       (gcov_open): Clear endian flag.
+       (gcov_magic): New.
+       (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
+       pointers.
+       (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
+       gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
+       (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
+       * gcov-iov.c (main): Correct cast.
+       * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
+       conversion.
+       (gcov_begin_output): Use GCOV_NOTE_MAGIC.
+       (coverage_init): Use GCOV_NOTE_SUFFIX.
+       * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
+       Rename to gcov_version, and return flag.
+       (gcov_exit): Use gcov_version.
+       (__gcov_init): Use gcov_version.
+       * Makefile.in (coverageexts): Update.
+       * gcov.c (print_version): Remove endianness conversion.
+       (create_file_names): Use GCOV_NOTE_SUFFIX.
+       (read_graph_file): Use gcov_magic.
+       (read_count_file): Likewise.
+       * gcov-dump.c (dump_file): Remove endianness conversion, use
+       gcov_magic.
+
+2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
+       coverage is on.
+       * configure: Regenerated.
+       * Makefile.in (ALL_CFLAGS): Correct its comment.
+
+2003-07-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * fold-const.c (make_range): Do not access operand 1 for a
+       zero-operand operator.
+
+2003-07-09  Neil Booth  <neil@daikokuya.co.uk>
+
+       * toplev.c (warn_dummy, W_options): Die.
+       (display_help): Don't print W_options.
+       * common.opt: Add W_options help from toplev.c.
+
+2003-07-09  Andreas Jaeger  <aj@suse.de>
+
+       * opts.c (wrap_help): Only pass int arguments as arguments to
+       printf's '*' modifier.  Change argument of function.
+
+2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * doc/invoke.texi: Fix misspelling of "@item".
+
+2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/i386/i386.md: Remove an old comment about
+       NOTICE_UPDATE_CC.
+
+Wed Jul  9 03:00:10 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (cgraph_node_name): New function.
+       (dump_cgraph): Use it.
+       * cgraph.h (cgraph_dump_file): Declare.
+       (cgraph_node_name): Declare.
+       * cgraphunit.c: Include timevar.h
+       (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
+       (cgraph_optimize_function): Use TV_INTEGRATION.
+       (cgraph_mark_local_functions): reorganize dumps.
+       (cgraph_mark_functions_to_inline_once): Likewise.
+       (cgraph_optimize): Likewise; use timevar.
+       * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
+       * toplev.c (dump_file_index): Add DFI_cgraph.
+       (dump_file_info): Likewise.
+       (cgraph_dump_file): New global variable.
+       (do_compile): Open and close cgraph dump.
+       * invoke.texi (-d): Document new flag; renumber.
+
+2003-07-08  Roger Sayle  <roger@eyesopen.com>
+
+       PR c/11370
+       * calls.c (emit_call_1): Don't bother popping the arguments off of
+       the stack after a noreturn function call;  The adjustment is dead.
+       (expand_call): Likewise.
+
+2003-07-08  Geoffrey Keating  <geoffk@apple.com>
+
+       * expr.c (MOVE_MAX_PIECES): Move from here...
+       * defaults.h (MOVE_MAX_PIECES): ... to here.
+
+2003-07-08  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * Makefile.in (stage1-start): Handle an empty SUBDIRS.
+
+2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * genattr.c (internal_dfa_insn_code): Don't prototype.
+       * genattrtab.c (attr_desc): Add `static_p' field.
+       (expand_units): Make blockage range and ready cost functions
+       static.
+       (write_attr_get): Don't add extern prototypes in C file.  Mark
+       static functions as appropriate.
+       (find_attr, make_internal_attr): Initialize static_p.
+       * genattrtab.h (ATTR_STATIC): New macro.
+       * genautomata.c (output_internal_reset_func): Mark output function
+       as inline.
+       (make_internal_dfa_insn_code_attr): Mark output function as static.
+
+2003-07-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * genattrtab.h: Add new macros for attr `special' flags.
+       * genattrtab.c (attr_desc): Reorder/resize fields better.
+       Use attr `special' macros in all calls to make_internal_attr.
+       * genautomata.c: Likewise.
+
+Wed Jul  9 02:25:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * c-common.c (c_estimate_num_insns_1): New static function.
+       (c_estimate_num_insns): New global function.
+       * c-common.h (DECL_NUM_STMTS): Rename to...
+       (DECL_ESTIMATED_INSNS): ... this.
+       (c_estimate_num_insns): Declare.
+       * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
+       * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
+       * c-semantics.c (add_stmt): Do not account statements.
+       * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
+       New.
+       * langhooks.h (lang_hooks_for_tree_inlining): Add
+       estimate_num_insns
+       * params.def (max-inline-insns-auto, max-inline-insns-auto): set
+       to 100.
+       (max-inline-insns): set to 300.
+       (min-inline-insns): set to 10.
+       * tree-inline.c (struct inline_data): Rename inlined_stmts to
+       inlined-insns.
+       (INSNS_PER_STMT): Kill.
+       (inlinable_function_p): Compute and store body size.
+       (expand_call_inline): Likewise.
+       (optimize_inline_calls): Likewise.
+
+2003-07-08  James E Wilson  <wilson@tuliptree.org>
+
+       PR target/10021
+       * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
+       loop over new variable t2 instead of t.
+
+2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       PR bootstrap/11455
+       * config/i386/winnt.c: Replace use of error(), warning() with
+       error_with_decl(), warning_with_decl(),  throughout.
+
+2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
+
+       * opts.c (wrap_help): Use unsigned int, not size_t.
+
+2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
+       as .file/.loc directives are incompatible with linker relaxation.
+
+2003-07-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
+       * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
+       * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
+       * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
+       * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
+       * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
+       Escape { and } characters which are not part of range expressions.
+       * fixinc/fixincl.x: Regenerate.
+       * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
+
+2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
+
+       PR c/1687
+       * tree-inline.c (find_alloca_call): Use
+       walk_tree_without_duplicates, instead of walk_tree.
+       (find_builtin_longjmp_call): Likewise.
+       * c-objc-common.c (c_cannot_inline_fn): Likewise.
+       * c-semantics.c (find_reachable_label): Likewise.
+
+2003-07-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/11420
+       * config/i386/i386.c (ix86_check_movabs): New function.
+       * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
+       * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
+       (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
+
+2003-07-08  Chris Demetriou  <cgd@broadcom.com>
+
+       * Makefile.in (install-po): Cope with empty CATALOGS.
+
+2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
+       (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
+       (SECTION_FUNCTION_TEMPLATE): Delete.
+       * config/mips/elf.h: As for elf64.h.
+       (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
+       * config/mips/linux.h: As for elf.h
+       * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
+       * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
+       (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
+       of in_sdata from current_section_name and current_section_flags.
+       * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
+       * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
+       (MASK_GP_OPT, TARGET_GP_OPT): Delete.
+       (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
+       (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
+       (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
+       * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
+       (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
+       (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
+       (override_options): Remove setting of MASK_GPOPT.
+       (mips_output_external): Use mips_in_small_data_p to check whether a
+       symbol needs an .extern directive.  Don't emit such directives for
+       TARGET_EXPLICIT_RELOCS.
+       (mips_declare_object): Update accordingly.
+       (mips_select_rtx_section): Call named_section rather than
+       SMALL_DATA_SECTION.
+       (mips_select_section): Use default_elf_section_section for everything
+       except .text string constants.
+       (mips_in_small_data_p): New function.
+       (mips_encode_section_info): Remove small data handling.
+       (mips_unique_section): Delete.
+       (iris6_section_type_flags): New function.
+       * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
+
+2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR Target/11453
+       * pa.md: Disparage all mtsar constraints.
+       (extzv, extv, insv): Don't fail on length of {32|64}.
+
+2003-07-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * system.h: Poison MAP_CHARACTER.
+       * config/i370/i370-protos.h (mvs_map_char): Delete.
+       * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
+       * config/i370/i370.h (MAP_CHARACTER): Delete definition.
+       (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
+
+2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * toplev.c (randomize): Correct call to time().
+
+2003-07-08  Jakub Jelinek  <jakub@redhat.com>
+
+       * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
+       REG_EQUIV notes as well.
+
+2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/md.texi: Fix the description of addmodecc.
+
+2003-07-07  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.in (top_builddir): Set to "..", not ".".
+       (INTLLIBS, INTLDEPS): Delete.
+       (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
+       (LIBDEPS): Add $(LIBICONV_DEP).
+       (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
+       (INCLUDES): Replace -I../intl with @INCINTL@.
+       ($(top_builddir)/intl/libintl.a): Delete rule.
+       (stage2-start, stage3-start, stage4-start, stageprofile-start,
+       stagefeedback-start): Use $$ for variable to be evaluated by
+       shell, not make.
+       * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
+       HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
+       * aclocal.m4: sinclude ../config/progtest.m4.  Add
+       contents of lcmessage.m4 from gettext distro.
+       * configure.in: Check for wchar.h and setlocale.  Set
+       LIBICONV_DEP to the empty string and substitute it.
+       Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
+       this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
+       not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
+       in $LIBINTL, to avoid linking it twice.
+       * configure, config.in: Regenerate.
+
+2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * fixinc/mkfixinc.sh: Remove winnt support.
+       * fixinc/fixinc.winnt: Delete with extreme prejudice.
+
+2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makefile.in: Update.
+       * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
+       * c.opt: Update documentation.
+       * common.opt: Add some help text.
+       * opts.c: Include intl.h.
+       (wrap_help, print_help): New.
+       (find_opt, handle_option, common_handle_option): opt_text now
+       contains the '-'.  Use print_help to output help.
+       * opts.h (struct cl_option): New member "help".
+       * opts.sh: Update to handle help text output and to prepend
+       options with '-'.
+       * toplev.c (display_help): Remove some help text.
+
+2003-07-07  David Edelsohn  <edelsohn@gnu.org>
+           Fariborz Jahanian  <fjahanian@apple.com>
+
+       * configure.in: Test for PowerPC mfcr field support in assembler.
+       * config.in, configure: Regenderated.
+
+       * config/rs6000/power4.md: Add mfcrf reservation.
+       * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
+       * config/rs6000/rs6000.c (mfcr_operation): Define.
+       (print_operand): Add 'Q' case for mfcrf.
+       * config/rs6000/rs6000.h (TARGET_MFCRF): New.
+       * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
+       (movcc_internal1): Emit optional field operand for mfcr and set
+       "type" attribute appropriately.
+       (mfcr SCC): Likewise.
+       (movesi_from_cr_one): New.
+
+2003-07-07  Roger Sayle  <roger@eyesopen.com>
+
+       * config/i386/i386.md: Correct check-in of incorrect version.
+
+2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
+       adjacent stdio calls.
+       * c-decl.c (c_print_identifier): Likewise.
+       * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
+       * print-rtl.c (print_rtx): Likewise.
+       * print-tree.c (print_node_brief, print_node): Likewise.
+       * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
+
+       * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
+       * config.in, configure: Regenerated.
+
+2003-07-07  Roger Sayle  <roger@eyesopen.com>
+
+       PR target/10979
+       * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
+       Changed to define_expand patterns that copy operand[1] to prevent
+       it from being clobbered before emitting an atan2?f3_1 insn.
+       (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
+       patterns that actually specify the behaviour of x87's FPATAN.
+
+2003-07-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
+       clearing of SYMBOL_FLAG_LOCAL bit.
+       If vcall_offset fits into signed 16-bit immediate, use
+       one instruction for both addition and load.
+
+2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
+
+       * opts.c (common_handle_option): Correct handling of the
+       -falign- switches that do and don't take an argument.
+
+2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
+       today.
+       (pushhi1_h8300hs): Likewise.
+
+2003-07-07  Andreas Jaeger  <aj@suse.de>
+
+       * genextract.c: Convert remaining prototypes to ISO C90.
+
+       * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
+       * fold-const.c (fold_single_bit_test): Likewise.
+       * diagnostic.c (default_diagnostic_finalizer): Likewise.
+       * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
+
+       * gengtype.c (write_array): Generate ISO C90 prototypes.
+
+       * genflags.c (gen_proto): Generate ISO C90 prototypes.
+
+2003-07-07  Roger Sayle  <roger@eyesopen.com>
+
+       PR optimization/11059
+       * expr.c (can_store_by_pieces): Return true if length is zero.
+       (store_by_pieces): If length is zero and endp is two, abort,
+       othwerise, if length is zero and endp is not two, return "to".
+       (clear_by_pieces): Do nothing if length is zero.
+       (clear_storage): Do nothing if length is zero.
+       (store_constructor): Simplify code when size is zero, or the
+       target has already been cleared.  This avoids emitting a
+       blockage instruction when initializing empty structures.
+
+2003-07-07  Andreas Jaeger  <aj@suse.de>
+
+       * mips-tfile.c: Convert prototypes to ISO C90.
+       * mips-tdump.c: Convert prototypes to ISO C90.
+
+2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * rtl.h (emit_line_note): Take a location_t.
+       (emit_line_note_force): Remove.
+       (set_file_and_line_for_statement): Take a location_t.
+       * tree.g (emit_line_note): Take a location_t.
+       * emit-rtl.c (emit_line_note): Take a location_t.
+       (emit_line_note_force): Remove.
+       * function.c (init_function_start): Adjust emit_line_note call.
+       (expand_function_end): Use force_next_line_note, not
+       emit_line_note_force.
+       * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
+       * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
+       genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
+       genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
+       genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
+       genrtl_continue_stmt, genrtl_switch_stmt,
+       genrtl_asm_stmt): Likewise.
+       * expr.c (expand_expr): Likewise.
+       * integrate.c (expand_inline_function): Likewise.
+       * stmt.c (set_file_and_line_for_stmt): Take a location_t.
+       (expand_decl_init): Adjust emit_line_note call.
+
+2003-07-07  Dale Johannesen  <dalej@apple.com>
+
+       * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
+
+2003-07-07  Andreas Jaeger  <aj@suse.de>
+
+       * config/i386/i386-protos.h: Convert prototypes to ISO C90.
+       * config/i386/i386.c: Likewise.
+
+2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md: Use gen_int_mode instead of
+       GEN_INT (trunc_int_for_mode (...)).
+
+2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
+       2 bytes and then subtract 2 from the stack pointer.
+       (pushhi1_h8300hs): Likewise.
+
+2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
+       -frandom-seed.
+       * configure: Regenerated.
+       * Makefile.in: Remove extraneous comment.
+       * toplev.c (randomize): Protect against potential multiple calls.
+       * doc/invoke.texi (-frandom-seed): Document use for in coverage
+       files.
+
+2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+           Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR optimization/11198
+       * alias.c (objects_must_conflict_p): Return 1 if the types have
+       the same alias set, not if the alias sets only conflict.
+
+2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
+       (convert_cset): Change inbuf to type ICONV_CONST char.
+       * Makefile.in (LIBS): Add LIBICONV.
+
+       * doc/invoke.texi (-falign-functions): Document that
+       when n is zero then a machine-dependent default is used.
+       (-falign-labels): Document that when n is zero then a
+       machine-dependent default is used and that -falign-labels =1
+       is equivalent to -fno-align-labels.
+       (-falign-loops): Likewise.
+       (-falign-jumps): Likewise.
+
+2003-07-06  Art Haas  <ahaas@airmail.net>
+
+       * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
+       initializer syntax.
+
+2003-07-06  James E Wilson  <wilson@tuliptree.org>
+
+       PR optimization/9812
+       * rtl.h (mem_for_const_double): Delete prototype.
+       * varasm.c (mem_for_const_double): Delete function.
+       * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
+       config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
+       (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
+       * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
+       (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
+       * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
+       comment about confused support for XFmode constants.
+
+Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
+
+       * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
+
+2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c: Fix comment typos.
+       * config/h8300/h8300.md: Likewise.
+       * config/i386/athlon.md: Likewise.
+       * config/i386/i386.c: Likewise.
+       * config/i386/pentium.md: Likewise.
+       * config/ia64/ia64.c: Likewise.
+       * config/ia64/itanium1.md: Likewise.
+       * config/ia64/itanium2.md: Likewise.
+       * config/m32r/m32r.md: Likewise.
+       * config/m68hc11/m68hc11.c: Likewise.
+       * config/mcore/mcore.c: Likewise.
+       * config/mips/sr71k.md: Likewise.
+       * config/mips/t-iris5-as: Likewise.
+       * config/mmix/mmix.h: Likewise.
+       * config/ns32k/ns32k.h: Likewise.
+       * config/ns32k/NOTES: Fix a typo.
+
+2003-07-06  Andreas Jaeger  <aj@suse.de>
+
+       * stmt.c: Convert remaining prototypes to ISO C90.
+       * cfglayout.c: Likewise.
+       * dbxout.c: Likewise.
+       * gcc.c: Likewise.
+       * genemit.c: Likewise.
+
+       * basic-block.h: Convert prototypes to ISO C90.
+       * c-parse.in: Likewise.
+       * c-pragma.h: Likewise.
+       * c-typeck.c: Likewise.
+       * cfghooks.h: Likewise.
+       * cfgloopanal.c: Likewise.
+       * dbxout.h: Likewise.
+       * debug.h: Likewise.
+       * dwarf2asm.h: Likewise.
+       * gcov.c: Likewise.
+       * gengtype-lex.l: Likewise.
+       * sched-int.h: Likewise.
+       * timevar.c: Likewise.
+
+2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
+
+       * c-common.h (c_comon_handle_filename,
+       c_common_missing_arguement): New.
+       * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
+       LANG_HOOKS_MISSING_ARGUMENT): New.
+       * c-opts.c (missing_arg): Rename c_common_missing_argument,
+       update to be an appropriate langhook.
+       (c_common_handle_option): Don't handle filenames.
+       (c_common_handle_filename): New.
+       * hooks.c (hook_void_constcharptr,
+       hook_bool_constcharptr_size_t_false): New.
+       * hooks.h (hook_void_constcharptr,
+       hook_bool_constcharptr_size_t_false): New.
+       * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
+       LANG_HOOKS_MISSING_ARGUMENT): New.
+       (LANG_HOOKS_INITIALIZER): Update.
+       * langhooks.h (struct lang_hooks): Add handle_filename and
+       missing_argument.
+       * opts.c (handle_option): Don't handle filenames here, but ...
+       (handle_options): ... here.
+       (common_handle_option): Don't handle missing arguments here.
+       * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
+       LANG_HOOKS_MISSING_ARGUMENT): New.
+
+2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makfile.in: Remove traces of mbchar.
+       * c-parse.in (MULTIBYTE_CHARS): Remove.
+       * config.in (MULTIBYTE_CHARS): Remove.
+       * configure: Remove --enable-mbchar.
+       * configure.in: Remove --enable-mbchar.
+       * mbchar.c, mbchar.h: Remove.
+       * system.h: Poison MULTIBYTE_CHARS.
+       * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
+       * config/linux.h (MULTIBYTE_CHARS): Remove.
+       * config/svr4.h (MULTIBYTE_CHARS): Remove.
+       * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
+
+2003-07-06  Andreas Jaeger  <aj@suse.de>
+
+       * varray.c (varray_check_failed): Fix typo.
+
+       * unroll.c: Convert prototypes to ISO C90.
+       * varasm.c: Likewise.
+       * varray.c: Likewise.
+       * varray.h: Likewise.
+       * vmsdbgout.c: Likewise.
+       * xcoffout.c: Likewise.
+       * xcoffout.h: Likewise.
+
+2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcov-io.h: Add a local time stamp.
+       (struct gcov_info): Add stamp field.
+       (gcov_truncate): New.
+       * coverage.c (read_counts_file): Skip the stamp.
+       (coverage_begin_output): Write the stamp.
+       (build_gcov_info): Declare and init the stamp.
+       (coverage_finish): Only unlink data file, if stamp is zero.
+       * gcov-dump.c (dump_file): Dump the stamp.
+       * gcov.c (bbg_stamp): New.
+       (release_structures): Clear bbg_stamp.
+       (read_graph_file): Read stamp.
+       (read_count_file): Check stamp.
+       * libgcov.c (gcov_exit): Check stamp and truncate if needed.
+
+2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.h (default_flag_random_seed): Remove.
+       * toplev.h (local_tick): Declare.
+       * tree.c (flag_random_seed, default_flag_random_seed): Move to
+       toplev.c.
+       (append_random_chars): Don't call default_flag_random_seed.
+       * toplev.c (flag_random_seed): Define here. Set local_tick.
+       (local_tick): Define.
+       (randomize): New, moved from tree.c.
+       (print_switch_values): Adjust.
+       (toplev_main): Call randomize.
+
+2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.h (crc32_string): Declare.
+       * tree.c (append_random_chars): Remove.
+       (crc32_string): New.
+       (get_file_function_name_long): Use crc32_string here.
+
+2003-07-06  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.c: Convert prototypes to ISO C90.
+       * gcc.h: Likewise.
+       * gcov-dump.c: Likewise.
+       * gcov-iov.c: Likewise.
+       * gcse.c: Likewise.
+       * genattrtab.h: Likewise.
+       * ggc.h: Likewise.
+       * global.c: Likewise.
+       * graph.c: Likewise.
+       * graph.h: Likewise.
+       * hosthooks.h: Likewise.
+       * hooks.h: Likewise.
+       * hooks.c: Likewise.
+       * hashtable.h: Likewise.
+       * hashtable.c: Likewise.
+       * haifa-sched.c: Likewise.
+       * integrate.h: Likewise.
+       * integrate.c: Likewise.
+       * input.h: Likewise.
+       * ifcvt.c: Likewise.
+       * jump.c: Likewise.
+       * langhooks-def.h: Likewise.  Add extern to prototypes.
+       * langhooks.c: Likewise.
+       * langhooks.h: Likewise.
+       * lcm.c: Likewise.
+       * local-alloc.c: Likewise.
+       * loop-init.c: Likewise.
+       * loop-unroll.c: Likewise.
+       * loop-unswitch.c: Likewise.
+       * loop.c: Likewise.
+       * loop.h: Likewise. Add extern to prototypes.
+       * machmode.h: Likewise.
+       * main.c: Likewise.
+       * mbchar.c: Likewise.
+       * mbchar.h: Likewise.
+       * mkdeps.c: Likewise.
+       * mkdeps.h: Likewise.
+       * optabs.c: Likewise.
+       * optabs.h: Likewise.
+       * output.h: Likewise.
+       * gccspec.c: Likwise.
+       * postreload.c: Likewise.
+       * prefix.c: Likewise.
+       * prefix.h: Likewise.
+       * print-rtl.c: Likewise.
+       * print-tree.c: Likewise.
+       * profile.c: Likewise.
+       * read-rtl.c: Likewise.
+       * real.c: Likewise.
+       * real.h: Likewise.
+       * recog.c: Likewise.
+       * recog.h: Likewise.
+       * reg-stack.c: Likewise.
+       * regclass.c: Likewise.
+       * regmove.c: Likewise.
+       * regrename.c: Likewise.
+       * regs.h: Likewise.
+       * reload.c: Likewise.
+       * reload.h: Likewise.
+       * reload1.c: Likewise.
+       * reorg.c: Likewise.
+       * resource.c: Likewise.
+       * resource.h: Likewise.
+       * rtl-error.c: Likewise.
+       * rtl.c: Likewise.
+       * rtl.h: Likewise.
+       * rtlanal.c: Likewise.
+       * sbitmap.c: Likewise.
+       * sbitmap.h: Likewise.
+       * scan-decls.c: Likewise.
+       * scan.c: Likewise.
+       * sched-deps.c: Likewise.
+       * sched-ebb.c: Likewise.
+       * sched-int.h: Likewise.
+       * sched-rgn.c: Likewise.
+       * sched-vis.c: Likewise.
+       * sibcall.c: Likewise.
+       * simplify-rtx.c: Likewise.
+       * sreal.c: Likewise.
+       * sreal.h: Likewise.
+       * ssa-ccp.c: Likewise.
+       * ssa-dce.c: Likewise.
+       * ssa.c: Likewise.
+       * ssa.h: Likewise.
+       * stack.h: Likewise.
+       * stmt.c: Likewise.
+       * stor-layout.c: Likewise.
+       * stringpool.c: Likewise.
+       * target.h: Likewise.
+       * timevar.c: Likewise.
+       * timevar.h: Likewise.
+       * tlink.c: Likewise.
+       * tracer.c: Likewise.
+       * tree-inline.c: Likewise.
+       * tree-inline.h: Likewise.
+       * tree.c: Likewise.
+       * tree.h: Likewise.
+
+2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * combine.c (nonzero_bits1): Fix a warning.
+
+2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c (compute_mov_length): Correct the
+       length of loading CONST0_RTX (SFmode).
+
+2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * toplev.c (output_clean_symbol_name): Remove.
+       * toplev.h (output_clean_symbol_name): Remove.
+       * config/alpha/alpha.c (unicosmk_output_module_name): Use
+       lbasename & clean_symbol_name.
+
+2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ggc.h: Follow spelling conventions.
+       * config/i386/i386.c: Likewise.
+       * config/i386/winnt.c: Likewise.
+       * config/rs6000/rs6000.c: Likewise.
+
+2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * bt-load.c: Fix comment typos.
+       * c-incpath.c: Likewise.
+       * cfg.c: Likewise.
+       * cfgcleanup.c: Likewise.
+       * cfgloop.h: Likewise.
+       * cfgloopmanip.c: Likewise.
+       * cfgrtl.c: Likewise.
+       * diagnostic.h: Likewise.
+       * dwarfout.c: Likewise.
+       * emit-rtl.c: Likewise.
+       * et-forest.c: Likewise.
+       * et-forest.h: Likewise.
+       * expr.c: Likewise.
+       * gcse.c: Likewise.
+       * genattr.c: Likewise.
+       * jump.c: Likewise.
+       * langhooks.h: Likewise.
+       * local-alloc.c: Likewise.
+       * loop-unroll.c: Likewise.
+       * loop-unswitch.c: Likewise.
+       * ra-build.c: Likewise.
+       * regclass.c: Likewise.
+       * regmove.c: Likewise.
+       * rtl.def: Likewise.
+       * rtlanal.c: Likewise.
+       * sched-ebb.c: Likewise.
+       * sched-rgn.c: Likewise.
+       * simplify-rtx.c: Likewise.
+       * ssa.c: Likewise.
+       * tracer.c: Likewise.
+       * tree.c: Likewise.
+
+2003-07-05  Zack Weinberg  <zack@codesourcery.com>
+
+       * cppcharset.c: Use the correct return type for the fallback iconv
+       macro.
+
+Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+       Blame to Jan Hubicka  <jh@suse.cz>
+       * cfglayout.c (record_effective_endpoints): Split insns before
+       first basic block correctly.
+
+2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
+       bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
+       if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
+
 2003-07-05  Andreas Jaeger  <aj@suse.de>
 
        * genattrtab.c (write_attr_get): Revert part of last patch to
@@ -8259,7 +9365,7 @@ Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
        (mips_delegitimize_address): Declare.
        * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
        (FIND_BASE_TERM): Define.
-       * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
+       * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
        (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
        Handle small-data addresses.