OSDN Git Service

2004-08-10 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.5
index c6248db..e5c26cc 100644 (file)
-Sun Jun 14 16:30:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-30  Zack Weinberg  <zackw@stanford.edu>
+
+       * rtl.def (DEFINE_INSN, DEFINE_INSN_AND_SPLIT, DEFINE_PEEPHOLE):
+       Change output-template slot to format 'T'.
+       * rtl.h (XTMPL): New.
+       * read-rtl.c (read_escape): New function.
+       (read_quoted_string, read_braced_string): Use it.
+       (read_rtx): Set star_if_braced from the format string.
+       Use XTMPL where appropriate.
+       * genoutput.c (gen_insn, gen_peephole): Use XTMPL to get the
+       template string.
+
+       * rtl.c: Include errors.h for sake of rtl_check_failed* routines.
+       Document 'T' in rtx format strings.
+       * Makefile.in (rtl.o, $(HOST_PREFIX_1)rtl.o): Depend on errors.h.
+       * errors.c (internal_error): Add missing ": " at end of string.
+
+       * i860.md: Change triple backslashes to double backslashes at
+       ends of lines in output templates.
+       * ns32k.md: Remove stray backslash-newline in output template.
+
+2001-06-29  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gcc.c (process_command): Append a DIR_SEPARATOR to a path
+       specified by the -B switch, if doing so would create a valid
+       directory name.
+       * doc/invoke.texi: Document changed behavior of -B.
+
+2001-06-29  DJ Delorie  <dj@redhat.com>
+
+       * simplify-rtx.c (simplify_subreg): When simplifying a CONCAT, at
+       least get rid of the CONCAT if we can't simplify further.
+
+Fri Jun 29 12:27:24 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * simplify-rtx.c (simplify_rtx): Use swap_commutative_operands_p.
+
+       * doc/gcc.texi (Passes): Update due to recent -fdce -> -fssa-dce
+       changes.  Fix documentation for SSA DCE pass.
+
+       * ssa-dce.c (ssa_eliminate_dead_code): Renamed from
+       eliminate_date_code.
+       * ssa.h (ssa_eliminate_dead_code): Corresponding changes.
+       * timevar.def (TV_SSA_DCE): Renamed from TV_DEAD_CODE_ELIM.
+       * toplev.c (DFI_ssa_dce): Renamed from DFI_dce.
+       (dump_file_info): Similar changes.
+       (flag_ssa_dce): Similarly
+       (f_options): Similar changes.
+       (rest_of_compilation): Corresponding changes.
+       * doc/invoke.texi: Update as option is now -fssa-dce instead
+       of -fdce.  Update dump file name.
+
+       * ssa-dce.c (note_inherently_necessary_set): New function.
+       (find_inherently_necessary): Use it.  Do not consider
+       NOTEs, CODE_LABELs or BARRIERS are necessary.  Improve
+       handling of asms and unspecs.
+       (delete_insn_bb): Only delete INSNs, CALL_INSNs or JUMP_INSNs.
+
+2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * target.h (struct gcc_target): Add comp_type_attributes and
+       set_default_type_attributes.
+       * target-def.h (TARGET_COMP_TYPE_ATTRIBUTES,
+       TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Define.
+       (TARGET_INITIALIZER): Update.
+       * doc/tm.texi (COMP_TYPE_ATTRIBUTES, TARGET_COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES, TARGET_SET_DEFAULT_TYPE_ATTRIBUTES):
+       Update documentation of old target macros to describe new target
+       hooks.
+       * tree.c (make_node): Use target.set_default_type_attributes.
+       (default_comp_type_attributes,
+       default_set_default_type_attributes): New functions.
+       * tree.h (default_comp_type_attributes,
+       default_set_default_type_attributes): Declare.
+       * c-typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
+       (comptypes): Use target.comp_type_attributes.
+       * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h
+       (arc_comp_type_attributes, arc_set_default_type_attributes,
+       COMP_TYPE_ATTRIBUTES, SET_DEFAULT_TYPE_ATTRIBUTES): Remove
+       functions and macros with default behavior.
+       * config/m32r/m32r-protos.h, config/m32r/m32r.c,
+       config/m32r/m32r.h (m32r_comp_type_attributes,
+       m32r_set_default_type_attributes, COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Likewise.
+       * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
+       config/m68hc11/m68hc11.h (m68hc11_comp_type_attributes,
+       m68hc11_set_default_type_attributes, COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Likewise.
+       * config/ns32k/ns32k-protos.h, config/ns32k/ns32k.c,
+       config/ns32k/ns32k.h (ns32k_comp_type_attributes,
+       COMP_TYPE_ATTRIBUTES): Likewise.
+       * config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
+       config/rs6000/rs6000.h (rs6000_comp_type_attributes,
+       rs6000_set_default_type_attributes, COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Likewise.
+       * config/d30v/d30v.h (COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Remove commented out macro
+       definitions.
+       * config/i386/i386.h (SET_DEFAULT_TYPE_ATTRIBUTES): Likewise.
+       * config/ns32k/ns32k.h (SET_DEFAULT_TYPE_ATTRIBUTES): Likewise.
+       * config/arm/arm.c (arm_comp_type_attributes,
+       arm_set_default_type_attributes): Make static.
+       (TARGET_COMP_TYPE_ATTRIBUTES, TARGET_SET_DEFAULT_TYPE_ATTRIBUTES):
+       Define.
+       * config/arm/arm.h (COMP_TYPE_ATTRIBUTES,
+       SET_DEFAULT_TYPE_ATTRIBUTES): Don't define.
+       * config/arm/arm-protos.h (arm_comp_type_attributes,
+       arm_set_default_type_attributes): Don't declare.
+       * config/i386/i386.c (ix86_comp_type_attributes): Make static.
+       (TARGET_COMP_TYPE_ATTRIBUTES): Define.
+       * config/i386/i386.h (COMP_TYPE_ATTRIBUTES): Don't define.
+       * config/i386/i386-protos.h (ix86_comp_type_attributes): Don't
+       declare.
+
+2001-06-28  Jan van Male  <jan.vanmale@fenk.wau.nl>
+
+       * predict.c (dump_prediction): Eliminate fprintf warning.
+
+2001-06-28  Diego Novillo  <dnovillo@redhat.com>
+
+       * flow.c (dump_bb): Remove unused third argument to call
+       to fprintf when displaying the basic block header.
+
+2001-06-28  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+           Jeff Law <law@redhat.com>
+
+       * Makefile.in (OBJS): Add df.o
+       (df.o): Add dependencies.
+       * basic-block.h (flow_depth_first_order_compute): Declare.
+       * flow.c (flow_depth_first_order_compute): No longer declare.
+       Make external.
+       * df.c, df.h: New files.
+
+2001-06-28  Zack Weinberg  <zackw@stanford.edu>
+
+       * config/i386/i386.md: Global update to use new string syntax
+       where it will improve readability.  Warning fixes:
+       (*truncdfsf2_2): Abort if which_alternative is not 0 or 1.
+       (*adddi_1_rex64, *adddi_2_rex64, *adddi_3_rex64,
+       *adddi_4_rex64, *adddi_5_rex64): Cast 1 to unsigned int.
+
+       * read-rtl.c: Syntactic sugar for C embedded in strings in
+       machine descriptions.
+       (read_string): Break inner loop into separate function.  Takes
+       an int.  Dispatch to read_quoted_string or read_braced_string
+       as appropriate.  Automatically insert a leading star on braced
+       strings if STAR_IF_BRACED is true.
+       (read_quoted_string, read_braced_string): New functions.
+       * doc/rtl.texi, doc/md.texi: Document new syntax.  Update
+       examples to match.
+
+       * rtl.c: Split RTL reader (read_rtx, read_skip_spaces,
+       traverse_md_constants, fatal_with_file_and_line,
+       fatal_expected_char, read_name, read_string, def_hash,
+       def_name_eq_p, read_constants, and related data) to its own
+       file.  Weed out now-unnecessary #includes.
+       * read-rtl.c: New file.
+       * Makefile.in (HOST_RTL): Add read-rtl.o.
+       (read-rtl.o): New rule.
+       (rtl.o, $(HOST_PREFIX_1)rtl.o): Update dependencies.
+       * doc/gcc.texi (Passes): Talk briefly about the support
+       library used by genfoo.
+       * doc/rtl.texi (Reading RTL): read_rtx is not available in the
+       compiler itself.
+
+2001-06-28  Stan Shebs  <shebs@apple.com>
+
+       * config/darwin.h (REGISTER_TARGET_PRAGMAS): Define.
+       * config/darwin-c.c: New file.
+       * config/darwin-protos.h: Declare new functions.
+       * config/rs6000/t-darwin (darwin-c.o): New rule.
+       * config.gcc (powerpc-*-darwin*): Define c_target_objs and
+       cxx_target_objs.
+       * doc/extend.texi (Pragmas): New section.
+
+Thu Jun 28 20:13:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * flow.c (try_merge_block): Rename to try_optimize_cfg;
+       do basic simplifications on the CFG.
+       (is_forwarder_block_p, can_fallthru, try_redirect_by_replacing_jump,
+        try_simplify_condjump): New.
+       (redirect_edge_and_branch): Try replace jump insn.
+       (flow_delete_insn): Handle deleting of ADDR_VEC insns.
+
+       * basic-block.h (FALLTHRU_EDGE, BRANCH_EDGE): New macros.
+
+Thu Jun 28 11:19:42 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * ssa-dce.c (eliminate_dead_code): Properly handle control
+       dependencies implied by PHI nodes.
+
+       * ssa-dce.c (eliminate_dead_code): Remove fake edges from the
+       CFG after dead code elimination is complete.
+
+2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * gthr-posix.h [LIBOBJC]: Add weak definitions of
+       sched_get_priority_max, sched_get_priority_min.
 
-       * Version 2.2.2 released.
+2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
 
-       * Makefile.in (gcc.xtar.Z): Don't give up if texinfo files not updated.
-       Just sleep to emphasize the message.
+       * diagnostic.c (default_print_error_function): Tweak.
+       (report_error_function): Likewise.
+       * toplev.h (default_print_error_function): Move to...
+       * diagnostic.h: ...here. Add a `diagnostic_context *' parameter.
+       * tree.h (print_error_function): Move to...
+       * diagnostic.h: ...here. Add a `diagnostic_context *' parameter.
 
-       * i860.h (PREFERRED_RELOAD_CLASS): Avoid f regs for HI and QI if poss.
+Thu Jun 28 06:16:45 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * protoize.c: Don't include wait.h.
-       (gen_aux_info_file): Test wait_status as in gcc.c.
-       Report fatal signals explicitly.  Report exit status.
-       * xm-next.h (wait): Definition deleted.
+       * expr.c (expand_assignment): When have varying-length object,
+       make MEM a BLKmode.
+       (expand_expr, case ADDR_EXPR): Use SAVE_EXPR_RTL after putting
+       SAVE_EXPR stack in case we had a SUBREG.
 
-       * sparc.c (print_operand): In `r' case, recognize any kind of zero.
+Thu Jun 28 10:31:06 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Sat Jun 13 02:51:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.md (cmp?i): Simplify; refuse immediate operand
+       in alternative 0
+       * i386.c (cmpsi_operand): Refuse constants.
 
-       * va-sparc.h (va_arg): Handle all 8-byte types, not just double.
+       * i386.md (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.
 
-Fri Jun 12 23:40:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * flow.c (block_label, redirect_edge_and_branch): Split out from ....
+       (split_edge) .... here;
 
-       * i860v4.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT):
-       Use `e' format, not `g' format.
+2001-06-28  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
 
-Fri Jun 12 12:52:48 1992  Tim Moore  (moore at fast.cs.utah.edu)
+       * i386/i386.c (ix86_valid_type_attribute_p): Give external
+       linkage, move declaration to...
+       * i386/i386-protos.h: ...here.
 
-       * pa.md (absdf2): Fix bug in output template.
+2001-06-27  H.J. Lu  (hjl@gnu.org)
 
-Fri Jun 12 10:25:25 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * build-make (CC): Removed.
+       (HOST_CC): Set to $(CC_FOR_BUILD).
+       (HOST_CFLAGS): Replace $(CFLAGS) with $(CFLAGS_FOR_BUILD).
+       Fix a typo in comments.
 
-       * ultrix.h (WCHAR_*):  Set to correct values.
+       * configure.in: Set CFLAGS to $(CFLAGS_FOR_BUILD) when
+       generating auto-build.h for canadian cross compile. Set CC
+       to `"${CC_FOR_BUILD}"' instead of just `${CC_FOR_BUILD}'.
+       Save/restore CFLAGS.
+       * configure: Regenerated.
 
-Fri Jun 12 10:07:43 1992  Michael Meissner  (meissner@osf.org)
+2001-06-27  Jim Wilson  <wilson@redhat.com>
 
-       * x-mips, x-mipsv, x-decstatn, x-iris (OLDCC): Add -Olimit 3000 to
-       bump the number of basic blocks that the MIPS compiler handles, so
-       that it doesn't issue warning messages saying to bump the limit.
-       Move the -O1 option here from X_CFLAGS, so that it doesn't
-       get passed when bootstraping.
-       (X_CFLAGS): Delete.
+       * emit-rtl.c (gen_highpart): Call validize_mem.
 
-Thu Jun 11 15:08:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-27  Bruce Korb  <bkorb@gnu.org>
 
-       * sparc.h (RETURN_IN_MEMORY): Do nothing for structs and unions.
-       (EXTRA_CONSTRAINT): During reload, accept pseudo reg for Q.
+       * fixinc/inclhack.def(hpux11_cpp_pow_inline): new, but real similar to
+       hpux10_cpp_pow_inline.  Not similar enough.
+       (solaris_mutex_init): renamed.  PTHREAD_*_INITIALIZER is a problem for
+       all Solaris versions.  This fix patches MUTEX and COND initializers,
+       the RWLOCK one will wait for someone to complain.  For now, anyway.
+       (uw7_byteorder_fix): It was looking for the byteorder.h file in the
+       wrong directory.
 
-       * va-sparc.h (va_arg): Handle unaligned doubles.
+2001-06-27  Stan Shebs  <shebs@apple.com>
 
-       * fixincludes: Fix return type of `free' in malloc.h.
-       Recognize #define.NULL only at start of line.
-       In sys/types.h, find size_t only in a typedef.
-       In netdnet/dnetdb.h, don't add semicolon in wrong place.
+       * objc/objc-act.c (handle_impent): Rewrite to be more portable
+       and to use ASM_DECLARE_CLASS_REFERENCE.
+       * config/darwin.h (ASM_DECLARE_CLASS_REFERENCE): Rename from
+       undocumented DECLARE_CLASS_REFERENCE, add file argument.
+       * doc/tm.texi (ASM_DECLARE_CLASS_REFERENCE): Document.
 
-       * configure: Set use_collect2 to empty rather than unsetting.
+Wed Jun 27 18:01:09 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * gstddef.h (__need_wchar_t): Fix typo in #undef.
+       * simplify-rtx.c (simplify_rtx): Canonicalize commutative expressions
+       by putting complex operands first and constants second.
 
-Wed Jun 10 04:30:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-27  Gabriel Dos Reis  <gdr@codesourcery.com>
 
-       * gcc.c (process_command): In gcc_exec_prefix, machine precedes vers.
+       * diagnostic.h: Add documentation. Make macros polymorphic.
+       * diagnostic.c (ideal_line_wrap_cutoff): Remove
+       definition. Replace with diagnostic_line_cutoff.
+       (prefixing_policy): Remove. Replace with diagnostic_prefixing_rule.
 
-       * i386sco4.h (CPP_SPEC): Don't redefine __STDC__.
-       fixincludes knows how to fix the conditionals in system headers.
+2001-06-27  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * collect2.c (scan_prog_file): Initialize ldptr.
+       * doc/c-tree.texi, doc/contrib.texi, doc/cpp.texi,
+       doc/cppinternals.texi, doc/extend.texi, doc/gcc.texi,
+       doc/gcov.texi, doc/install-old.texi, doc/install.texi,
+       doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Replace
+       . at end of sentences preceded by a capital letter with @..
 
-       * dbxout.c (dbxout_symbol): Make tag precede typedef.
+2001-06-26  Daniel Berlin  <dan@cgsoftware.com>
 
-       * configure: Initialize host, host_xm_file, host_xmake_file,
-       host_broken_install, and broken_install.
+       * doc/invoke.texi: Add description of max-gcse-passes param.
 
-       * Makefile.in (enquire.o): Add `./' when removing enquire.c.
+       * gcse.c (gcse_main): Use MAX_GCSE_PASSES instead of MAX_PASSES.
+       (MAX_PASSES): Remove now unneeded macro.
 
-Tue Jun  9 20:52:05 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * params.h (MAX_GCSE_PASSES): New macro, to get parameter value of
+       max-gcse-passes param.
 
-       * Version 2.2.1 released.
+       * params.def (PARAM_MAX_GCSE_PASSES): New parameter, controlling
+       maximum number of GCSE passes to run. Defaults to 1 (which is what
+       MAX_PASSES in gcse.c used to be).
 
-       * Makefile.in (clean): Don't delete unprotoize.c.
+2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
 
-       * configure: Fix typo in modifying INSTALL variable in Makefile.
+       * system.h (TARGET_ESC): Move to ...
+       * defaults.h (TARGET_ESC): ... here.
+       * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
+       TARGET_VALID_TYPE_ATTRIBUTE): Default to a no-op handler.
+       * tree.c (default_valid_attribute_p): New.
+       (valid_machine_attribute): Handlers can not be NULL.
+       * tree.h (default_valid_attribute_p): New.
+       * doc/tm.texi: Document TARGET_ESC.
+       * cp/decl2.c (import_export_class): Update.
 
-Mon Jun  8 15:14:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-26  Bruce Korb  <bkorb@gnu.org>
 
-       * Version 2.2 released.
+       * gcc/fixinc/fixincl.c(initialize): In very strict ANSI, you cannot
+       use preprocessing directives inside a string literal.  Fixed.
 
-       * Makefile.in (extraclean): Delete *.rej and *.orig under config.
-       Delete *.xtar.
-       (dist): Update README *before* making tar file.
-       Fix quoting of error message about gcc.texi; exit if that test fails.
-       Don't print error messages from ln.
+2001-06-26  Jim Wilson  <wilson@redhat.com>
 
-       * assert.h [__cplusplus]: Use `extern "C"' around __eprintf decl.
+       * doc/tm.texi (MAX_LONG_DOUBLE_TYPE_SIZE, INTEL_EXTENDED_IEEE_FORMAT):
+       Document.
 
-       * configure (rs6000-*-mach*, pyramid-*-*, mips-sgi-*):
-       Patterns made canonical.
-       (rs6000-*-mach*): Fix typo in `xmake_file'.
+2001-06-27  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi,
+       doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi,
+       doc/tm.texi: Use @: where necessary when a full stop does not end
+       a sentence.
+
+2001-06-27  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/gcc.texi, doc/install.texi, doc/invoke.texi: Remove trailing
+       whitespace.
+
+2001-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi, doc/gcc.texi,
+       doc/install.texi, doc/invoke.texi, doc/objc.texi, doc/rtl.texi,
+       doc/tm.texi: Use two spaces after ends of sentences.
+
+2001-06-26  Daniel Berlin  <dan@cgsoftware.com>
+
+       * toplev.c (display_help): Fix param thinko.
+       * Makefile.in: Fix params.h dependencies.
+
+2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * toplev.c (decode_f_option): Adjust setting.
+       (toplev_main): Call diagnostic_initialize.  Remove call to
+       reshape_diagnostic_buffer._
+
+       * diagnostic.h (struct output_buffer): Add new field format_decoder.
+       (diagnostic_format_decoder): New macro.
+       (diagnostic_prefixing_rule): Likewise.
+       (diagnostic_line_cutoff): Likewise.
+       (set_message_prefixing_rule): Remove.
+
+       * diagnostic.c (lang_printer): Remove.
+       (diagnostic_message_length_per_line): Likewise.
+       (current_prefixing_rule): Likewise.
+       (initialize_diagnostics): Rename to...
+       (diagnostic_initialize): ...this. Tweak.
+       (default_initialize_buffer): Remove.
+       (reshape_diagnostic_buffer): Likewise.
+       (init_output_buffer): Adjust prefixing rule setting.
+       (output_format): Use format_decoder from the output_buffer.
+
+       * c-lang.c (c_init): Adjust tree formatter setting.
+
+2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/i386/sol2.h (CPP_SPEC): Pass -P for .S files.
+
+2001-06-26  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * Makefile.in (TARGET_H, TARGET_DEF_H): New.
+       (c-decl.o, tree.o, c-typeck.o, $(out_object_file)): Update.
+       * c-decl.c (duplicate_decls): Use function pointer.
+       * c-typeck.c (common_type): Similarly.
+       * tree.c (valid_machine_attribute): Similarly.
+       (merge_machine_type_attributes): Rename merge_type_attributes.
+       (merge_machine_decl_attributes): Rename merge_decl_attributes.
+       (merge_dllimport_decl_attributes): New function.
+       * tree.h (merge_machine_type_attributes): Rename merge_type_attributes.
+       (merge_machine_decl_attributes): Rename merge_decl_attributes.
+       (merge_dllimport_decl_attributes): New prototype.
+       * target.h: New.
+       * target-def.h: New.
+
+doc:   (Joseph Myers)
+       * doc/gcc.texi, doc/tm.texi: Update documentation.
+
+cp:    Make-lang.in: Update dependencies.
+       * spew.c: Include target.h.
+       (duplicate_decls): Call target function.
+       * decl2.c: include target.h
+       (import_export_class): Use existence of target function pointer.
+       * typeck.c: Include target.h.
+       (qualify_type_recursive): Rename variable.  Call target function.
+       (type_after_usual_arithmetic_conversions): Similarly.
+       (common_type): Similarly.
+
+config:        * 1750a/1750a.c, a29k/29k.c, alpha/alpha.c, arc/arc.c, arm/arm.c,
+       avr/avr.c, c4x/c4x.c, clipper/clipper.c, convex/convex.c,
+       d30v/d30v.c, dsp16xx/dsp16xx.c, elxsi/elxsi.c, fr30/fr30.c,
+       i370/i370.c, i386/i386.c, i860/i860.c, i960/i960.c, ia64/ia64.c,
+       m32r/m32r.c, m68hc11/m68hc11.c, m68k/m68k.c, m88k/m88k.c,
+       mips/mips.c, mn10200/mn10200.c, mn10300/mn10300.c, ns32k/ns32k.c,
+       pa/pa.c, pdp11/pdp11.c, pj/pj.c, romp/romp.c, rs6000/rs6000.c,
+       sh/sh.c, sparc/sparc.c, v850/v850.c, vax/vax.c, we32k/we32k.c)
+       : Include target.h and target-def.h.  Define target.
+
+       * arc/arc-protos.h (arc_valid_machine_decl_attribute): Remove.
+       * arc/arc.c (arc_valid_machine_decl_attribute): Rename
+       arc_valid_decl_attribute, make static.
+       * arc/arc.h (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * arm/arm-protos.h (arm_valid_machine_decl_attribute,
+       arm_valid_type_attribute_p, arm_pe_valid_machine_decl_attribute,
+       arm_pe_merge_machine_decl_attributes): Remove.
+       * arm/arm.c (arm_valid_machine_decl_attribute_p): Rename
+       arm_valid_decl_attribute_p, make static.
+       (arm_pe_valid_decl_attribute_p): Move from pe.c.
+       * arm/pe.c (arm_pe_valid_machine_decl_attribute_p): Move to arm.c.
+       (arm_pe_merge_machine_decl_attributes): Move to tree.c.
+       * arm/arm.h (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * arm/coff.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * arm/elf.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * arm/pe.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): New.
+       (VALID_MACHINE_TYPE_ATTRIBUTE, VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * avr/avr-protos.h (valid_machine_type_attribute,
+       valid_machine_decl_attribute): Remove.
+       * avr/avr.c (valid_machine_type_attribute,
+       valid_machine_decl_attribute): Rename and make static.
+       * avr/avr.h (VALID_MACHINE_TYPE_ATTRIBUTE,
+       VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * c4x/c4x-protos.h (c4x_valid_type_attribute_p): Remove.
+       * c4x/c4x.c (c4x_valid_type_attribute_p): Make static.
+       * c4x/c4x.h (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * d30v/d30v.h: Remove obsolete comments.
+       * h8300/h8300-protos.h (h8300_valid_machine_decl_attribute): Remove.
+       * h8300/h8300.c (h8300_valid_machine_decl_attribute): Rename, make
+       static.
+       * h8300/h8300.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * i386/cygwin.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define.
+       (i386_pe_merge_decl_attributes, MERGE_MACHINE_DECL_ATTRIBUTES,
+       i386_pe_valid_type_attributes_p): Remove.
+       * i386/i386-protos.h (ix86_valid_decl_attribute_p,
+       ix86_valid_type_attribute_p): Remove.
+       * i386/i386.c (ix86_valid_decl_attribute_p): Remove.
+       (ix86_valid_type_attribute_p): Make static.
+       * i386/i386.h (VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * i386/winnt.c (i386_pe_merge_decl_attributes): Move to tree.c.
+       * ia64/ia64-protos.h (ia64_valid_type_attribute): Remove.
+       * ia64/ia64.c (ia64_valid_type_attribute): Make static.
+       * ia64/ia64.h (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * m32r/m32r-protos.h (m32r_valid_machine_decl_attribute): Remove.
+       * m32r/m32r.c (m32r_valid_decl_attribute): Make static.
+       * m32r/m32r.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * m68hc11/m68hc11-protos.h (m68hc11_valid_decl_attribute_p,
+       m68hc11_valid_type_attribute_p): Remove.
+       * m68hc11/m68hc11.c (m68hc11_valid_decl_attribute_p): Remove.
+       (m68hc11_valid_type_attribute_p): Make static.
+       * m68hc11/m68hc11.h (VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * mcore/mcore-protos.h (mcore_valid_machine_decl_attribute,
+       mcore_merge_machine_decl_attribute): Remove.
+       * mcore/mcore.c (mcore_valid_machine_decl_attribute): Rename,
+       make static.
+       (mcore_merge_machine_decl_attributes): Move to tree.c.
+       * mcore/mcore.h (VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define.
+       * ns32k/ns32k-protos.h (ns32k_valid_decl_attribute_p,
+       ns32k_valid_type_attribute_p): Remove.
+       * ns32k/ns32k.c (ns32k_valid_decl_attribute_p): Remove.
+       (ns32k_valid_type_attribute_p): Make static.
+       * ns32k/ns32k.h (VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * rs6000/rs6000-protos.h (rs6000_valid_decl_attribute_p,
+       rs6000_valid_type_attribute_p): Remove.
+       * rs6000/rs6000.c (rs6000_valid_decl_attribute_p): Remove.
+       (rs6000_valid_type_attribute_p): Make static.
+       * rs6000/rs6000.h (VALID_MACHINE_DECL_ATTRIBUTE,
+       VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
+       * sh/sh-protos.h (sh_valid_machine_decl_attribute): Remove.
+       * sh/sh.c (sh_valid_machine_decl_attribute): Rename, make static.
+       * sh/sh.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+       * v850/v850-protos.h (v850_valid_machine_decl_attribute): Remove.
+       * v850/v850.c (v850_valid_machine_decl_attribute): Rename, make static.
+       * v850/v850.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
+
+2001-06-26  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
+
+       * glimits.h (USHRT_MAX): Use unsigned suffix if int can not hold
+       it.
+
+2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * diagnostic.h (struct diagnostic_context): Add new field.
+       (lang_diagnostic_starter, lang_diagnostic_finalizer): Remove
+       declaratons.
+       (global_dc): Declare.
+       * diagnostic.c (global_diagnostic_context): New variable.
+       (global_output_buffer): Remove.
+       (global_dc): Define.
+       (lang_diagnostic_starter, lang_diagnostic_finalizer): Remove
+       definitions.
+       (initialize_diagnostics): Adjust initialization.
+       (set_diagnostic_context): Adjust setting.
+
+2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/mips/iris5.h (UNALIGNED_INT_ASM_OP,
+       UNALIGNED_SHORT_ASM_OP): Define.
+       * config/mips/iris6.h (UNALIGNED_INT_ASM_OP,
+       UNALIGNED_SHORT_ASM_OP): Undef.
+
+Tue Jun 26 12:40:12 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (float_truncate splitter, and to mov splitters): Add
+       reload_completed; fix operand predicate.
+
+       * haifa-sched.c (sched_init): Do not split insns.
+       * toplev.c (rest_of_compilation): Call split_all_insns before
+       sched1 pass; simplify condition of post-reload splitter;
+       call split_all_insn before sched2 pass.
+
+2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * diagnostic.h (diagnostic_prefixing_rule_t): New enum type.
+       (set_message_prefixing_rule): Adjust prototype.
+       * diagnostic.c (current_prefixing_rule): Adjust type.
+
+2001-06-26  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * defaults.h: Default escape sequences to ASCII.
+       * config/i370/i370.h: Adjust for ASCII default.
+       * config/1750a/1750a.h: Remove escape sequence definitions.
+       * config/a29k/a29k.h: Similarly.
+       * config/alpha/alpha.h: Similarly.
+       * config/arc/arc.h: Similarly.
+       * config/arm/arm.h: Similarly.
+       * config/avr/avr.h: Similarly.
+       * config/c4x/c4x.h: Similarly.
+       * config/clipper/clipper.h: Similarly.
+       * config/convex/convex.h: Similarly.
+       * config/d30v/d30v.h: Similarly.
+       * config/dsp16xx/dsp16xx.h: Similarly.
+       * config/elxsi/elxsi.h: Similarly.
+       * config/fr30/fr30.h: Similarly.
+       * config/h8300/h8300.h: Similarly.
+       * config/i386/i386.h: Similarly.
+       * config/i860/i860.h: Similarly.
+       * config/i960/i960.h: Similarly.
+       * config/ia64/ia64.h: Similarly.
+       * config/m32r/m32r.h: Similarly.
+       * config/m68hc11/m68hc11.h: Similarly.
+       * config/m68k/m68k.h: Similarly.
+       * config/m88k/m88k.h: Similarly.
+       * config/mcore/mcore.h: Similarly.
+       * config/mips/mips.h: Similarly.
+       * config/mn10200/mn10200.h: Similarly.
+       * config/mn10300/mn10300.h: Similarly.
+       * config/ns32k/ns32k.h: Similarly.
+       * config/pa/pa.h: Similarly.
+       * config/pdp11/pdp11.h: Similarly.
+       * config/pj/pj.h: Similarly.
+       * config/romp/romp.h: Similarly.
+       * config/rs6000/rs6000.h: Similarly.
+       * config/sh/sh.h: Similarly.
+       * config/sparc/sparc.h: Similarly.
+       * config/v850/v850.h: Similarly.
+       * config/vax/vax.h: Similarly.
+       * config/we32k/we32k.h: Similarly.
+       * doc/tm.texi: Update documentation.
+
+2001-06-26  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * diagnostic.c (digit_buffer): Remove as global.  Move to...
+       * diagnostic.h (struct output_buffer): ... here.
+       * diagnostic.c (output_formatted_integer): Adjust use of digit_buffer.
+
+2001-06-25  Steve Ellcey  <sje@cup.hp.com>
+
+       * config.gcc (ia64*-*-hpux*): Add ia64/hpux_longdouble.h to tm_file.
+       Define tmake_file to include ia64/t-hpux.
+       * real.c (INTEL_EXTENDED_IEEE_FORMAT): Test for value instead of
+       testing to see if it is defined.
+       * real.h (INTEL_EXTENDED_IEEE_FORMAT): Likewise.  Default to 0 if
+       undefined.
+       * config/ia64/hpux_longdouble.h: New.
+       * config/ia64/ia64.c (hfa_element_mode): Add comment about incorrect
+       handling of long doubles.
+       (ia64_function_arg, ia64_function_value): Add checks for TFmode
+       and INTEL_EXTENDED_IEEE_FORMAT.
+       * config/ia64/ia64.h (INTEL_EXTENDED_IEEE_FORMAT): Define to one.
+       (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK, LIBCALL_VALUE): Add checks for
+       TFmode and INTEL_EXTENDED_IEEE_FORMAT.
+       * config/ia64/ia64.md (all TFmode patterns): Test
+       INTEL_EXTENDED_IEEE_FORMAT in condition.
+       (floatdidf2, floatdisf2): New, for !INTEL_EXTENDED_IEEE_FORMAT.
+       * config/ia64/quadlib.c: New.
+       * config/ia64/t-hpux: New.
+       * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Define to one.
+
+2001-06-25  Jim Wilson  <wilson@redhat.com>
+
+       * config/i960/t-960bare (i960-c.o): Add missing header dependencies.
+       * config/i960/t-vxworks960: Likewise.
+
+2001-06-25   Dale Johannesen    <dalej@apple.com>
+
+       * bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual
+       argument to macro).
+
+Mon Jun 25 11:10:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (movsi_insv_1, movsi_insv_1_rex64): Fix constraints.
+
+2001-06-25  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+       doc/gcc.texi, doc/gcov.texi, doc/install.texi, doc/invoke.texi,
+       doc/md.texi, doc/rtl.texi, doc/tm.texi: Be more consistent about
+       the use of "GCC" and related terms.
+       * doc/gcc.1, doc/gcov.1: Regenerate.
+
+2001-06-24  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
+       doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Remove
+       uses of @refill.
+
+Sun Jun 24 21:21:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.
+
+2001-06-24  Richard Henderson  <rth@redhat.com>
+
+       * builtins.c (expand_builtin_expect_jump): Disable if the
+       expression can't be re-evaluated.
+
+2001-06-24  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/arm/arm.c (arm_compute_save_reg_mask): For FIQ interrupt
+       handlers examine register r0-r7, for other interrupt handlers
+       examine r0-r12.  If the interrupt handler is not a leaf function
+       save all call clobbered registers.
+       (arm_output_epilogue): If the prologue has pushed the IP register,
+       restore it here.
+       (Arm_expand_prologue): For interrupt functions that need the frame
+       pointer, push the IP register before it is corrupted.
+
+       * config/arm/arm.h (ARM_SIGN_EXTEND): Fix compile time warnings
+       about the use of signed and unsigned quantities in a conditional.
+
+2001-06-23  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/crtfastmath.c: New file.
+       * config/alpha/t-crtfm: New file.
+       * config/alpha/elf.h (ENDFILE_SPEC): Use crtfastmath.o.
+       * config/alpha/osf.h (ENDFILE_SPEC): Likewise.
+       * config/alpha/t-crtbe (EXTRA_PARTS): Add pieces defined here.
+       * config.gcc (alpha-{linux,freebsd,netbsd,osf}): Use alpha/t-crtfm;
+       do not set extra_parts here.
 
-       * configure (i386-*-osfrose*): Renamed from i386-osfrose*.
+2001-06-24  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * Makefile.in (.NOEXPORT): Moved after `all'.
-       Comments put on separate lines.
+       * doc/install-old.texi: Remove more documentation of configure
+       options.
+       * doc/install.texi: Add it here.
 
-Mon Jun  8 18:33:01 1992  Michael Meissner  (meissner@osf.org)
+Sat Jun 23 19:40:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * configure (mips-dec-osf*): Set xmake_file to x-mips.
+       * i386-protos.h (emit_i387_cw_initialization): Declare.
+       * i386.md (movsi_insv_1): Remove '*'.
+       (fix_trunc?f?i2): Revamp to use control word parameters.
+       (fix_trunc?i_1): Likewise; update splitters.
+       (fix splitter): Remove.
+       * i386.c (MAX_386_STACK_LOCALS): set to 3.
+       (emit_i387_cw_initialization): New function.
+       (output_fix_trunc): Do not initialize control word;
+       kill dead code; simplify.
 
-Sun Jun  7 15:55:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
 
-       * gcc.c (set_spec): Fix braino in "appending" spec values.
+       * cppmacro.c (make_string_token): Avoid warning.
+       (cpp_macro_definition): Prepend the macro name.  Update
+       comments.
+       * cppmain.c (cb_define, dump_macro): Update for changes
+       to cpp_macro_definition.
 
-       * integrate.c (expand_inline_function): Fix dumb bug in last change.
+Sat Jun 23 10:20:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Sun Jun  7 07:16:25 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * flow.c (attempt_auto_inc, try_pre_increment_1): Fix typo.
 
-       * romp.md: Disable two more define_splits during the first sched
-       pass until long-standing sched.c bug is fixed.          
+Sat Jun 23 01:23:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu Jun  4 16:49:56 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * flow.c (mark_set_1, attempt_auto_inc, mark_used_reg,
+       try_pre_increment_1): compute REG_FREQ using bb->frequency.
 
-       * reorg.c (dbr_schedule): Global registers are needed at function end.
+       * regclass.c (loop_cost): Kill.
+       (frequency): New global variable.
+       (record_operand_costs): Replace loop_cost by frequency.
+       (scan_one_insn): Likewise.
+       (regclass): Likewise; set frequency according to bb->frequency.
 
-Sat Jun  6 17:07:16 1992  Torbjorn Granlund  (tege at david.ultra.nyu.edu)
+       * flow.c (split_edge): Set frequency.
 
-       * pyr.md (shift patterns): Declare output_shift.
-       (movdi, movdf): Declare output_move_double.
+Sat Jun 23 01:16:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Sat Jun  6 15:07:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * predict.c (block_info_def): Add nvisited.
+       (propagate_freq): Count nvisited; re-queue delayed blocks; handle
+       irreducible regions.
 
-       * Makefile.in (c-parse.o): Depend on c-parse.h.
+       * flow.c (dump_edge_info): Dump the probability of edge.
+       (combine_predictions_for_insn): Dump the basic block.
 
-       * reload.c (find_reloads): Fix typo in format string.
+2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * mips.c (override_options): BSD 4.3 does line buffering differently.
+       * doc/gcc.texi: Update documentation of source files of C
+       compiler.
 
-       * Makefile.in (SYSCALLS.c.X): Put GCC output in file, not /dev/null.
-       (mostlyclean): Delete temp file.
+2001-06-22  Richard Henderson  <rth@redhat.com>
+
+       * doc/invoke.texi (-funsafe-math-optimizations): Document its
+       possible effects at link time.
+
+2001-06-22  Diego Novillo  <dnovillo@redhat.com>
+
+       * basic-block.h (dump_edge_info): Declare.
+       (clear_edges): Declare.
+       (mark_critical_edges): Declare.
+       * flow.c (dump_edge_info): Remove static declaration.
+       (clear_edges): Ditto.
+       (mark_critical_edges): Ditto.
+       (free_basic_block_vars): Only clear edges and free basic block
+       array if basic_block_info is not NULL.
+       * ssa.c (compute_dominance_frontiers): Remove static declaration.
+       * ssa.h (compute_dominance_frontiers): Declare.
+
+2001-06-22  Toshiyasu Morita  (toshiyasu.morita@hsa.hitachi.com)
+
+       * predict.c: (expected_value_to_br_prob): Check for const_true_rtx
+       instead of const1_rtx for true case.
+
+2001-06-22  David Mosberger  <davidm@hpl.hp.com>
+
+       * config/ia64/crtfastmath.c: New file.
+       * config/ia64/t-ia64 (EXTRA_PARTS): Include it.
+       * config/ia64/linux.h (ENDFILE_SPEC): New.
+
+2001-06-22  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
+
+       * config/h8300/h8300.c (asm_file_start): Remove reference to
+       "release F-1".
+
+2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c (verify_tree): Check for x being NULL.
+       * doc/c-tree.texi: Document COMPOUND_BODY of an empty
+       COMPOUND_STMT.
+       Fixes PR c/3259.
+
+2001-06-22  DJ Delorie  <dj@redhat.com>
+
+       * config/arm/arm.h (struct machine_function): Remove ra_rtx.
+       * config/arm/arm.c (arm_mark_machine_status): Remove ra_rtx.
+       (arm_return_addr): Use get_hard_reg_initial_val et al.
+       * config/d30v/d30v.h (struct machine_function): Remove ra_rtx.
+       * config/d30v/d30v.c (d30v_mark_machine_status): Remove ra_rtx.
+       (d30v_return_addr): Use get_hard_reg_initial_val et al.
+       * config/rs6000/rs6000.h (struct machine_function): Remove ra_rtx.
+       * config/rs6000/rs6000.c (rs6000_override_options): Don't set
+       mark_machine_status.
+       (rs6000_mark_machine_status): Remove.
+       (rs6000_return_addr): Use get_hard_reg_initial_val.
+       (rs6000_ra_ever_killed): Use has_hard_reg_initial_val.
+       * config/v850/v850.h (INIT_EXPANDERS): Delete.
+       * config/v850/v850.c (struct machine_function): Delete.
+       (v850_init_machine_status): Delete.
+       (v850_mark_machine_status): Delete.
+       (v850_free_machine_status): Delete.
+       (v850_return_addr): Use get_hard_reg_initial_val.
+       (v850_init_expanders): Delete.
+
+Fri Jun 22 19:20:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * predict.c (estimate_bb_frequencies): Do not handle conditional
+       jumps jumping to fallthru basic block as conditional jumps.
+
+Fri Jun 22 19:11:28 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * regs.h (struct reg_info_def): Add freq field.
+       (REG_N_REFS): Update comment.
+       (REG_FREQ): New.
+       * regclass.c (scan_one_insn): Update REG_FREQ.
+       * flow.c (mark_set_1): Update REG_FREQ, make REG_N_SETS unweighted.
+       (attempt_auto_inc): Likewise.
+       (mark_used_reg): Likewise.
+       (try_pre_increment_1): Likewise.
+       * local-alloc.c (struct qty): Add freq field.
+       (alloc_qty): Set freq.
+       (update_equiv_regs): Set REG_FREQ.
+       (QTY_CMP_PRI): Use freq.
+       (combine_regs): Update qty->freq.
+       * global.c (struct allocno): Update comment for n_refs;
+       add freq field.
+       (local_reg_freq): New array.
+       (global_alloc): Update freq field;
+       allocate and initialize local_reg_freq.
+       (allocno_compare): Use freq field.
+       (find_reg): Likewise.
+       * reload1.c (count_pseudo): Use freq isntead of n_refs.
+       (count_spilled_pseudo): Likewise.
+
+       * tm.texi (GCOV_TYPE_SIZE): Document.
+       * basic-block.h (gcov_type): Define.
+       (struct edge_def): Use gcov_type for count field.
+       (struct basic_block_def): Likewise.
+       * defaults.h (GCOV_TYPE_SIZE): Define.
+       * final.c (end_final): Use GCOV_TYPE_SIZE.
+       * flow.c (dump_edge_info, dump_flow_info, dump_bb): Print count fields
+       using HOST_WIDEST_INT_PRINT_DEC.
+       * gcov-io.h (__fetch_gcov_type, __store_gcov_type, __read_gcov_type,
+       __write_gcov_type): New.
+       (store_long): Remove.
+       * gcov.c (gcov_type): Set default.
+       (struct adj_list): Use gcov_type for arc_count.
+       (bb_info): Use gcov_type for succ_count, pred_count and exec_count.
+       (create_program_flow_graph): Read arc_count properly.
+       (solve_program_flow_graph): 'total' is gcov_type.
+       (output_data): Line_counts is gcov_type, print it properly.
+       * libgcc2.c (struct bb): Counts is gcov_type.
+       (__bb_exit_func): Use __read_gcov_type and __write_gcov_type.
+       * profile.c (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set default.
+       (GCOV_TYPE_SIZE): Define.
+       (struct bb_info): succ_count and pred_count is gcov_type.
+       (compute_branch_probabilities): Use __read_gcov_type,
+       print read edges to the dump file.
+       (total): Is gcov_type.
+       (gen_edge_profiler): Use GCOV_TYPE_SIZE.
+
+2001-06-14  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * optabs.c (emit_libcall_block): When using non-call exceptions,
+       don't mark libcalls never throwing.
+
+2001-06-21  Stan Shebs  <shebs@apple.com>
+
+       * objc/objc-act.c (hash_init): Use xcalloc.
+
+2001-06-21  Richard Henderson  <rth@redhat.com>
+
+       * flow.c (entry_exit_blocks): Initialize frequency.
+       (split_block): Copy it.
+       (dump_flow_info): Dump it.
+
+Thu Jun 21 22:15:10 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * sh.c (barrier_align): Also recognize branch-around-a-jump-sequence
+       from machine-depedent_reorg for purposes of alignment supression
+       when no delay slot insn has been added.
+
+2001-06-21  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * cppmacro.c (make_string_token): Null terminate.
+
+2001-06-21  DJ Delorie  <dj@redhat.com>
+
+       * config/alpha/alpha.h (struct machine_function): Remove.
+       * config/alpha/alpha.c (integrate.h): Include.
+       (override_options): Don't set up machine_status hooks.
+       (alpha_init_machine_status): Remove.
+       (alpha_mark_machine_status): Remove.
+       (alpha_free_machine_status): Remove.
+       (alpha_return_addr): Use get_hard_reg_initial_val.
+       (alpha_gp_save_rtx): Likewise.
+       (alpha_ra_ever_killed): Use has_hard_reg_initial_val.
+
+2001-06-20  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/sh/sh.md (interrupt_function): Use
+       current_function_interrupt.
+       (define_delay): Schedule in delay slot if TARGET_SH3, even if it is
+       an interrupt function.
+
+       * config/sh/sh.h (current_function_interrupt): Define extern.
+
+       * config/sh/sh.c (current_function_interrupt): New global.
+       (sh_expand_prologue): Set current_function_interrupt.
+
+2001-06-21  Phil Edwards  <pme@sources.redhat.com>
+
+       * doc/install.texi:  Add 'c' to list of --enable-languages choices.
+
+2001-06-21  DJ Delorie  <dj@redhat.com>
+
+       * integrate.c (mark_hard_reg_initial_vals): Check for NULL.
+
+       * integrate.c (ggc.h): Include.
+       (initial_value_pair, initial_value_struct,
+       setup_initial_hard_reg_value_integration): Add prototypes.
+       (expand_inline_function): Call
+       setup_initial_hard_reg_value_integration.
+       (has_func_hard_reg_initial_val, get_func_hard_reg_initial_val,
+       get_hard_reg_initial_val, has_hard_reg_initial_val): New functions
+       to keep track of values present at the start of a function.
+       (mark_hard_reg_initial_vals): New, for gc.
+       (setup_initial_hard_reg_value_integration): New.  Sets up pseudo
+       mappings for initial values.
+       (emit_initial_value_sets): New.  Emits code to set initial value
+       pseudos.
+       * integrate.h: Add prototypes for new functions.
+       * function.h (struct function): Add hard_reg_initial_vals field.
+       * function.c (integrate.h): Include.
+       (mark_function_status): Call
+       mark_hard_reg_initial_vals.
+       * toplev.c (integrate.h): Include.
+       (rest_of_compilation): Call emit_initial_value_sets.
 
-       * configure (handling broken_install): Add -c option.
+2001-06-21  Stan Shebs  <shebs@apple.com>
 
-Sat Jun  6 11:34:00 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * doc/contrib.texi, doc/cpp.texi, doc/cppinternals.texi,
+       doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi,
+       doc/objc.texi, doc/tm.texi: Use the correct name "Objective-C"
+       everywhere instead of "Objective C".
 
-       * gstdarg.h (va_arg): Fix typo incrementing AP.
+2001-06-21  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Sat Jun  6 16:27:18 1992  Michael Meissner  (meissner@osf.org)
+       * doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+       doc/gcc.texi, doc/install-old.texi, doc/install.texi,
+       doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
+       "back end" as nouns and "front-end" and "back-end" as adjectives.
 
-       * mips-n5.h, mips-sysv.h: Include sys/param.h, not types.h.
+Wed Jun 20 21:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri Jun  5 19:00:36 1992  Howard Chu  (hyc@hanauma.jpl.nasa.gov)
+       * predict.c (estimate_probability): Fix loop bounds.
 
-       * fx2800.h (ASM_OUTPUT_FUNCTION_PREFIX): Output a nop before
-       every function, to accomodate tdescs.  Also, save function
-       name in current_function_original_name for use in i860.c.
-       Also define OUTPUT_TDESC to get ABI-compliant tdesc info
-       generated for each function.
+Wed Jun 20 19:10:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i860.c (function_epilogue): Add code to output tdesc info
-       after each function.  Tdesc structure versions 1-4 are
-       supported.
+       * toplev.c (rest_of_compilation): Run mark_constant_function
+       before profile-arcs.
 
-       * i860v4.h (ASM_FILE_END) [OUTPUT_TDESC]: Output a null tdesc entry
-       after the last function in a file.
+Wed Jun 20 19:08:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri Jun  5 19:03:22 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * predict.c (estimate_loops_at_level, propagate_freq
+       estimate_bb_frequencies, count_to_freqs): New functions.
+       (estimate_probability): Call estimate_bb_frequencies.
+       * basic-block.h (basic_block_def): Add field "freq".
+       (BB_FREQ_MAX): New constant.
 
-       * collect2.c (main, scan_prog_file): Use bcopy, not memcpy.
+Wed Jun 20 17:02:50 2001  J"orn Rennecke <amylaar@redhat.com>
 
-Fri Jun  5 16:27:18 1992  Michael Meissner  (meissner@osf.org)
+       * sh.c (barrier_align): Don't ask for alignment when seeing a
+       branch-around-a-jump from machine_dependent_reorg.
 
-       * mips.h, mips.c, mips.md: Undo June 3 changes.
+Wed Jun 20 08:35:02 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * mips-n5.h, mips-sysv.h (getpagesize): If _SC_PAGE_SIZE is undefined,
-       use NBPC defined in sys/types.h.
+       * ssa.c (rename_block): Update parameter to remove_phi_alternative
+       (convert_from_ssa): Do create REG_DEAD and REG_UNUSED notes when
+       re-running life analysis.
 
-Thu Jun  4 14:36:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-20  Stan Shebs  <shebs@apple.com>
 
-       * cse.c (delete_dead_from_cse): Don't delete anything inside a libcall.
+       * objc/objc-act.c (hash_init): Assume xmalloc always succeeds,
+       also use memset to clear the hash tables.
+       (hash_enter): Assume xmalloc always succeeds.
+       (hash_add_attr): Ditto.
+       (continue_class): Ditto.
 
-       * Makefile.in (install-libgcc): Depend on install-dir.
+2001-06-20  Michael Meissner  <meissner@redhat.com>
 
-       * c-lex.c (yylex): Suppress int out of range warning if -traditional.
+       * builtins.c (predict.h): Include.
+       (expand_builtin_expect): Update comment.
+       (expand_builtin_expect_jump): New function to expand
+       __builtin_expect inside of a conditional jump expansion.
 
-Thu Jun  4 23:34:05 1992  Howard Chu  (hyc@hanauma.jpl.nasa.gov)
+       * expr.c (do_jump): Special case __builtin_expect (<test>, 0) and
+       __builtin_expect (<test>, 1).
 
-       * fx2800.h (DBX_OUTPUT_ENUM): Add missing argument, add a
-       missing semi-colon.
-       (ASM_OUTPUT_DOUBLE): undef definition from i860v4.h, replace
-       with definition used in i860.h.
-       (ASM_OUTPUT_FLOAT): same as above
-       Also undef MD_EXEC_PREFIX which is defined in i860v4.h.
-       Also define I860_STRICT_ABI_PROLOGUES for ABI-compliant function
-       prologues.
+       * Makefile.in (builtins.o): Depend on $(PREDICT_H).
 
-Thu Jun  4 13:15:30 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * rtl.h (expand_builtin_expect_jump): Add prototype.
 
-       * enquire.c (fake_f_rep): Use __extension__ to avoid pedantic warnings.
+2001-06-19  Geoffrey Keating  <geoffk@redhat.com>
 
-       * cse.c (cse_process_notes): Don't stick VOIDmode into *_extract.
+       * doc/rtl.texi (Machine Modes): Correct description of
+       floating-point modes on machines with non-8-bit bytes.
 
-       * c-decl.c (get_parm_info): For forward parm decls, check for
-       non-parm before checking TREE_ASM_WRITTEN.
+2001-06-19  Bernd Schmidt  <bernds@redhat.com>
 
-Thu Jun  4 13:57:47 1992  Tim Moore  (moore at defmacro.cs.utah.edu)
+       * regmove.c (optimize_reg_copy_3): Do nothing if previous insn
+       carries a REG_EQUIV note.  If it carries REG_EQUAL, delete the
+       note.
 
-       * pa.h (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Delete
-       FP_OR_SNAKE_FP_REGS (useless), add GENERAL_OR_FP_REGS,
-       GENERAL_OR_SNAKE_FP_REGS.
-       (ASM_DECLARE_FUNCTION_NAME): Handle DImode arguments correctly.
-       (PROFILE_BEFORE_PROLOGUE, FUNCTION_PROFILER): Do the same thing
-       for BSD and HPUX.
-       
-       * pa.c (output_function_prologue): Do profiling right (compatible
-       with HPUX).
-       (output_arg_descriptor): Handle DImode argument registers.
+Tue Jun 19 07:53:52 2001  Jeffrey A Law  (law@cygnus.com)
 
-Thu Jun  4 13:48:24 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * ssa.c (remove_phi_alternative): Remove declaration.  No longer
+       static.  Second argument is a pointer to a basic block structure,
+       not a basic block index.
+       (convert_to_ssa): Do not remove dead code.
+       (convert_from_ssa): Do not remove dead code to create death notes.
+       * ssa.h (remove_phi_alternative): Declare.
 
-        * reload1.c (reload): Count reload register used by caller-save
-        handling in any basic block that contains a CALL_INSN.
+       * flow.c (delete_unreachable_blocks): Fix patch error in
+       previous change (call to find_unreachable_blocks was lost).
 
-Thu Jun  4 09:23:19 1992  Ron Guilmette  (rfg at ncd.com)
+       * ssa.c (ssa_uses): Remove definition.
+       (apply_delayed_renames): Don't grow ssa_uses.
+       (rename_block): Remove comment related to ssa_uses.
+       (rename_registers): Do not initialize ssa_uses.
+       (convert_from_ssa): Do not free ssa_uses.
 
-       * i860v4.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT):  Remove leading 0r.
-       (ASM_OUTPUT_FLOAT):  Use .float (not .single).
+       * ssa-dce.c: Renamed from dce.c.
+       * Makefile.in (OBJS): Replace dce.o with ssa-dce.o
+       (dependencies): Replace dce.c with ssa-dce.c and dce.o with
+       ssa-dce.o.
 
-Fri Jun  5 14:58:43 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-06-19  Eric Christopher <echristo@redhat.com>
 
-       * pyr.h (REGNO_OK_FOR_{INDEX,BASE}): Correctly test reg_renumber.
-       * configure (pyramid): Turn it back on.
+       * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode
+       and DFmode are UNITS_PER_WORD and 2*UNITS_PER_WORD.  Use
+       GET_MODE_BITSIZE instead of GET_MODE_SIZE/UNITS_PER_WORD.
 
-Thu Jun  4 11:26:55 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
+Tue Jun 19 01:52:27 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * pa.c (output_move_double): Handle overlapping moves between
-       registers.
+       * sh.c (output_branch): Delete bogus code.
 
-Wed Jun  3 22:08:18 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * sh.c (initial_elimination_offset):
+       Fix FROM == RETURN_ADDRESS_POINTER_REGNUM case.
 
-       * fold-const.c (fold, NOP_EXPR case): Don't drop intermediate in
-       (unsigned int) (unsigned short) char-variable.
+Mon Jun 18 12:50:49 2001  Jeffrey A Law  (law@cygnus.com)
 
-Wed Jun  3 11:18:43 1992  Ron Guilmette  (rfg at ncd.com)
+       * flow.c (find_unreachable_blocks): New function.
+       (delete_unreachable_blocks): Use find_unreachable_blocks.
+       * basic-block.h (find_unreachable_blocks): Declare.
 
-       * stdarg.h (va_arg):  Use casts to avoid doing (pedantically invalid)
-       arithmetic on `void *' values when __svr4__ is defined.
+       * dce.c (eliminate_dead_code): Fix formatting glitch.
 
-Wed Jun  3 17:51:21 1992  Torbjorn Granlund  (tege@zevs.sics.se)
+2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
 
-       * longlong.h (sparc): Test symbol __sparcv8__ for sparc.h conformance.
+       * c-common.h (RETURN_NULLIFIED_P): New macro.
+       * c-semantics.c (genrtl_return_stmt): Check it.
 
-Wed Jun  3 16:22:38 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * expr.c (clear_storage): Set TREE_NOTHROW on the decl for memset.
+       (emit_block_move): Likewise.
 
-       * sparc.c (print_operand): Correct typo.
-       (sparc_type_code): Correctly handle C int and float types.
+Mon Jun 18 17:27:24 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * sparc.h (CONSTANT_ALIGNMENT): Align strings to 8 byte boundary.
-       (DATA_ALIGNMENT): Likewise for character arrays.
+       * unroll.c: Include predict.h.
+       (unroll_loop): Drop prediction notes on preconditioning.
+       * predict.def (PRED_LOOP_PRECONDITIONG, PRED_LOOP_CONDITION):
+       New; add comments on the others.
+       * Makefile.in: (unroll.o): Add dependency on predict.h.
+       * loop.c (strength_reduce): Fix branch prediction.
 
-       * i960.c (function_prologue): Fixed calculation of offsets for
-       compiler's register save area.
+Mon Jun 18 17:26:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * sparc.md (mulsi3,mulsidi3,umulsidi3,divsi3,udivsi3): Patterns
-       added to support V8 sparc architectures.
-       * sparc.h (TARGET_DEFAULTS): Add -mv8 and -msparclite options.
+       * stmt.c (emit_case_nodes): Optimize test whether index is in given
+       interval.
 
-       * reload1.c (reload): If can't satisfy reload for a group of more
-       than two registers, then abort to avoid an infinite loop.
-       (count_possible_groups): Skip to last reg of group, not first reg
-       of next group.
+Mon Jun 18 15:43:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Jun  3 14:35:00 1992  Tom Wood  (wood at gen-rtx)
+       * predict.c (estimate_probability): Do not bail out early
+       when note is present.
+       (combine_predictions_for_insn): Fix note removal code.
 
-       * c-lex.c (yylex): Let skip_white_space handle \r.
+2001-06-18  Ben Elliston  <bje@redhat.com>
 
-       * expr.c (expand_builtin, fsqrt case): Stabilize the argument in
-       case a library call is done.
+       * except.c (resolve_fixup_regions): Initialize "cleanup".
 
-       * final.c (final_scan_insn): Function begin, and block begin/end
-       notes are "real" in that they depend on the current line number.
+2001-06-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Wed Jun  3 14:34:28 1992  Michael Meissner  (meissner@osf.org)
+       * tm.texi: Document STDC_0_IN_SYSTEM_HEADERS.
 
-       * mips.md (andsi3_internal2): Fix typo in previous change, to
-       use %3, the clobbered register, instead of %@, the assembler
-       temporary.
-       (iorsi3_internal2): Ditto.
-       (xorsi3_internal2): Ditto.
+Sat Jun 16 20:20:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 20.
-       (final_prescan_insn): Add declaration.
-       (lui_int): Add declaration.
-       (FINAL_PRESCAN_INSN): Just call final_prescan_insn.
+       * expr.c (expand_expr, case ADDR_EXPR): If taking address of SAVE_EXPR,
+       use put_var_into_stack.
 
-       * mips.c (lui_int): New function, return true if value fits in a
-       LUI instruction.
-       (final_prescan_insn): Move the checking for filling the delay
-       slots here from the FINAL_PRESCAN_INSN macro.  If the safe
-       attribute is set, we do not need a NOP to fill a load delay slot.
+2001-06-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * mips.md (safe attribute): New attribute to indicate that the
-       current insn is safe to fill a delay slot even if the register
-       operand(s) are set in the load instruction which has the delay
-       slot.  This is for and/ior/xor expansions that have a large
-       constant integer as operand[2].  The load of the constant can
-       overlap the load.
-       (andsi3, iorsi3, xorsi3): Replace logical define_insn's with
-       define_expand's that either map directly to the hardware
-       instruction, or have a clobbered register to load the large
-       constant into.  This is instead of using $1 to hold the
-       intermeidate value.  Set the safe attribute to yes for the cases
-       where we need to load the integer.  Add define_split's to break
-       the large logical operations into the separate pieces.
+       * gccspec.c (lang_specific_driver): If compiling ObjC, add
+       -shared-libgcc when necessary.
+       * Makefile.in (gccspec.o): Compile with DRIVER_DEFINES.
 
-Wed Jun  3 00:00:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-16  Daniel Berlin  <dan@cgsoftware.com>
 
-       * cccp.c (do_warning): Do just a warning, not an error.
+       * bitmap.h: Add dump_bitmap, bitmap_zero, bitmap_union_of_diffs,
+       bitmap_a_or_b, bitmap_a_and_b, bitmap_first_set_bit,
+       bitmap_last_set_bit. All for compatibility with sbitmap's.
 
-Tue Jun  2 17:30:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       *bitmap.c (bitmap_zero): New function.
+       (bitmap_union_of_diffs): New function.
+       (bitmap_first_set_bit): New function.
+       (bitmap_last_set_bit): New function.
 
-       * cse.c (cse_basic_block): When a jump becomes unconditional, 
-       check whether this caused TO to be deleted.
+2001-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Tue Jun  2 16:11:42 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cpp.texi, invoke.texi: Update.
+       * cpp.1, gcc.1: Regenerate.
 
-        * combine.c (subst, case IF_THEN_ELSE): Don't try reversing
-        something that isn't a comparison.
+Sat Jun 16 12:45:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Tue Jun  2 16:50:47 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * i386.md (minsf): Fix splitter. (PR fortran/3191)
 
-       * cccp.c (do_pragma): Don't warn about #pragma once if used in a
-       system header file.
+2001-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Tue Jun  2 15:21:07 1992  Michael Meissner  (meissner@osf.org)
+       * doc/cpp.texi: Update.
+       * doc/cpp.1: Regenerate.
 
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 19.
-       (ASM_OUTPUT_DOUBLE): Call mips_output_double.
-       (ASM_OUTPUT_FLOAT): Call mips_output_float.
+2001-06-15  Loren J. Rittle  <ljrittle@acm.org>
 
-       * mips.c (mips_output_double): If REAL_VALUE_TO_TARGET_DOUBLE is
-       defined, use it to split the floating point value into 2 long
-       integers, and print them out in hex.  Otherwise use .double.
-       (mips_output_float): If REAL_VALUE_TO_TARGET_FLOAT is defined, use
-       it to split the floating point value into a long integer, and
-       print in out in hex.  Otherwise use .float.
+       * doc/install.texi: Use correct markup hints.
 
-       * dec-osf1.h (new file): Config file for DEC's offical OSF/1
-       product (as opposed to the OSF/1 reference port from OSF).
+Fri Jun 15 18:05:22 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * configure: Support mips-dec-osf1 target.
-       * config.sub: Support mips-dec-osf1 target.
+       * function.c (gen_mem_addressof): Handle case where DECL is SAVE_EXPR.
 
-       * decstatn.h (CPP_PREDEFINES): If CPP_PREDEFINES is defined, don't
-       supply another definition.  Also, define _SYSTYPE_BSD.
+       * explow.c (expr_size): If DECL and size specified, use it.
 
-Mon Jun  1 00:04:01 1992  Ron Guilmette  (rfg at ncd.com)
+2001-06-15  Zack Weinberg  <zackw@stanford.edu>
 
-       * gstdarg.h (va_list) [__svr4__]:  Typedef it to `void *'.
-       * va-sparc.h (__va___list) [__svr4__]:  Typedef this as `void *'.
+       * doc/cpp.texi: Formatting corrections.
+       Correct buggy example of use of __GNUC__ etc.
+       Clarify $ in identifiers.
+       * doc/cpp.1: Regenerate.
 
-Sun May 31 15:26:32 1992  John F Carr  (jfc at Achates.mit.edu)
+Fri Jun 15 19:35:38 CEST 2001 Jan Hubicka  <jh@suse.cz>
 
-       * calls.c (stack_arg_under_construction): New variable.
-       (store_one_arg): Set stack_arg_under_construction before calling
-       expand_expr if expand_expr might call a constructor to initialize
-       a stack argument.
-       (expand_call): Push the stack around function calls if
-       stack_arg_under_construction is nonzero.
-       Also copy structure_value_addr in that case.
-       Push the stack around an inline function if it makes calls
-       and there are outgoing arguments on the stack which must be preserved.
-       Move the call to expand_cleanups_to before that.
-       Do this stack adjustment before computing argument locations.
+       * optabs.c (expand_twoval_binop): Avoid undefined behavior.
 
-Sun May 31 01:03:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * sdbout.c (sdbout_symbol): Test DECL_IGNORED_P only for
-       variables and types.
-       * dwarfout.c (output_decl): Never ignore a FUNCTION_DECL
-       even if DECL_IGNORED_P is set.
+       * doc/install.texi (Specific, alpha*-*-*): Fixed Tru64 UNIX
+       etc. spelling.
+       (Specific, alpha-*-osf1): Renamed to alpha*-*-osf*.
+       Added Tru64 UNIX V5.1 bootstrap hints.
+       (Specific, alpha*-*-osf*): Removed old section, obsolete.
 
-Sat May 30 07:07:55 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-06-15  Andreas Jaeger  <aj@suse.de>
 
-       * rs6000.h, romp.h (FUNCTION_ARG): Fix typo in last change.
+       * doc/install.texi (Specific): Mention that glibc cannot be
+       compiled with GCC 3.0.
 
-       * combine.c (subst, significant_bits, simplify_comparison):
-       Only look at STORE_FLAG_VALUE if comparison result is integer.
+2001-06-14  Andrew Haley  <aph@cambridge.redhat.com>
 
-Fri May 29 18:04:45 1992  Ron Guilmette (rfg at ncd.com)
+       * combine.c (nonzero_bits): Don't optimize away division by
+       zero.
 
-        * dwarfout.c (output_decl):  Moved test for ERROR_MARK node out of
-       switch statement and added a test for DECL_IGNORED_P after that.
-        (dwarfout_file_scope_decl):  Check input node to see if it is an
-        ERROR_MARK before checking for DECL_IGNORED_P.  Also makes sure that
-        any node marked as DECL_IGNORED_P isn't also a function definition.
+2001-06-15  Zack Weinberg  <zackw@stanford.edu>
 
-Fri May 29 14:46:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/cpp.texi: Revised and brought up to date.
+       * doc/cpp.1: Regenerate.
 
-       * integrate.c (expand_inline_function):
-       Don't discard setting return value from a volatile source.
+2001-06-15  Loren J. Rittle  <ljrittle@acm.org>
 
-       * c-decl.c (init_decl_processing): If traditional, strlen returns int.
-       (sizet_ftype_string): Deleted.
+       * doc/install.texi: Update --enable-threads to match reality.
 
-       * expr.c (expand_builtin, fsqrt case): Return proper mode if arg error.
+2001-06-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
-Fri May 29 13:36:32 1992  Tom Wood  (wood@dg-rtp.dg.com)
+       * doc/install.texi: Update for C4x.
+       * README.C4X: Remove.
 
-       * m88k.c (m88k_builtin_saveregs): Don't copy result to a register.
+2001-06-14  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * m88k.h (FIXED_REGISTERS): Allow use of r1.
-       (REG_LEAF_ALLOC_ORDER): Choose r1 last.
-       (REG_ALLOC_ORDER): Choose r1 before any preserve register.
-       (ORDER_REGS_FOR_LOCAL_ALLOC): Switch between orderings.
-       * m88k.c (m88k_layout_frame): Save r30 when used as an ordinary
-       register.
+       * doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+       doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi,
+       doc/objc.texi, doc/rtl.texi, doc/tm.texi: Fix spelling and typos.
+       Consistently use "built-in" and "bit-field".  Minor logical markup
+       improvements.
+       * doc/gcc.1: Regenerate.
 
-       * m88k.h (CHECK_FLOAT_VALUE): Delete, not needed.
-       * m88k.c (check_float_value): Delete, not needed.
+2001-06-14  Richard Henderson  <rth@redhat.com>
 
-       * m88k.c (mostly_false_jump): Fix return check.
+       * config/mips/mips.md (exception_receiver): New.
 
-       * m88k.md (mstore type): Delete.
-       (return, indirect_jump): These are jumps, not branches.
-       * m88k.c (eligible_for_epilogue_delay): No TYPE_MSTORE insns.
+2001-06-14  Daniel J. Berlin <dan@cgsoftware.com>
 
-Fri May 29 12:33:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/gcc.texi:  Update passes documentation to be more in tune
+       with reality.
 
-       * reload1.c (emit_reload_insns): Add missing arg to gen_input_reload.
+Thu Jun 14 15:38:28 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri May 29 06:43:15 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * i386.c (ix86_expand_prologue): Fix merging conflict.
 
-       * rs6000.h, romp.h (FUNCTION_ARG): Don't put variable-sized
-       operands in registers.
+2001-06-14  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * explow.c (emit_stack_{save,restore}): Don't call validize_mem
-       on a null rtx.
+       * doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+       doc/gcc.texi, doc/gcov.texi, doc/install-old.texi,
+       doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Use more
+       logical markup.  Use TeX quotes and dashes.  Use @dots{} and
+       @minus{}.  Avoid spaces inside @var.  Update last modification
+       date in gcc.texi.
+       * doc/gcc.1, doc/gcov.1: Regenerate.
 
-       * cse.c (cse_insn): Don't call canon_reg on entry from
-       hash table; instead, call it after we did the substitution.
+Thu Jun 14 12:44:15 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu May 28 18:47:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.c (x86_accumulate_outgoing_args, x86_prologue_using_move,
+       x86_epilogue_using_move): New global variables.
+       (override_options): Enable ACCUMULATE_OUTGOING_ARGS if preferred.
+       (ix86_emit_save_regs_using_mov): New static function.
+       (ix86_expand_prologue, ix86_expand_epilogue): Use moves if preferred.
+       * i386.h (MASK_MMX, MASK_SSE, MASK_SSE2, MASK_128BIT_LONG_DOUBLE,
+       MASK_MIX_SSE_I387): Renumber.
+       (MASK_NO_ACCUMULATE_OUTGOING_ARGS): New.
+       (x86_accumulate_outgoing_args, x86_prologue_using_move,
+       x86_epilogue_using_move): Declare.
+       (TARGET_PROLOGUE_USING_MOVE, TARGET_EPILOGUE_USING_MOVE): New.
 
-       * fixincludes (malloc.h): Allow space or tab btwn typedef and char.
+2001-06-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-Thu May 28 17:35:37 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * inclhack.def (hpux10_cpp_pow_inline): New hack.
 
-       * reload1.c (reload_as_needed): Properly disable optional reload
-       that we can't do.
-       Don't abort if disabled reload uses a register we don't have.
+2001-06-13  Richard Henderson  <rth@redhat.com>
 
-Thu May 28 14:43:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * ifcvt.c (dead_or_predicable): Fix return value last patch.
 
-       * next.c (get_directive_line): Declare it.
+2001-06-13  Mark Mitchell  <mark@codesourcery.com>
 
-       * defaults.h (ASM_OUTPUT_ASCII): Use unsigned chars.
+       * NEWS: Remove.
 
-       * i860v4.h, i386v4.h, sparcv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE):
-       Use the override definitions only if word order matches host.
+2001-06-13  Richard Henderson  <rth@redhat.com>
 
-Wed May 27 17:32:36 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.
+       (cond_exec_process_if_block, dead_or_predicable): Likewise.
 
-       * unroll.c (find_splittable_givs): When completely unrolling loop,
-       precompute giv value into a reg before loop if it is complex.
+2001-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * sparc.c (singlemove_string): Handle SFmode CONST_DOUBLE.
-       * sparc.h (PREFERRED_RELOAD_CLASS): Don't allow reloads of
-       constants to FP registers, nor reloads of FP constants that won't
-       match the 'E' constraint.
-       * sparc.md (movsf-1): Add pattern to efficiently handle SFmode
-       constants.
+       * mips-tfile.c (copy_object): Always pass indexNil for symbol
+       table index.
 
-       * sparc.md (lo_sum:DI pattern): Use constraint "0" for operand 1.
+2001-06-13  Kazu Hirata  <kazu@hxi.com>
 
-       * i960.h (OVERRIDE_OPTIONS): Disable function inlining.
+       * config/h8300/h8300.h (OK_FOR_T): Remove.
+       (EXTRA_CONSTRAINT): Do not use OK_FOR_T.
+       * config/h8300/h8300.md: Remove alternatives involving inc and dec
+       in the helper patterns for addhi3 and addsi3.
 
-       * function.c (assign_parms): When MAYBE_REG_PARM_STACK_SPACE,
-       don't assume that register parameters already have a stack slot.
-       * i960 (*): Change all tests of current_functions_args_size from
-       48 to 0 due to above change.
-       * i960.md (*): Likewise.
+2001-06-13  Phil Edwards  <pme@sources.redhat.com>
 
-       * sparc.h (LONG_DOUBLE_TYPE_SIZE): Add ifdefed out definition.
-       (FIXED_REGISTERS): g4 is not a fixed register.
-       (RETURN_IN_MEMORY): Define.
-       (FUNCTION_ARG_PASS_BY_REFERENCE): Also pass TFmode by reference.
+       * doc/contrib.texi:  Link to libstdc++'s thanks.html for now.
 
-       * fixincludes: Fix stdio.h and math.h for Ultrix 4.0.
+2001-06-13  Zack Weinberg  <zackw@stanford.edu>
 
-Tue May 26 15:29:21 1992  Brendan Kehoe  (brendan@cs.widener.edu)
+       * Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST.
+       * libgcc-std.ver: Take out __bb* and __gcc_bcmp.
 
-       * x-we32k: new file, need alloca.o
-       * xm-we32k.h [NO_SYS_SIGLIST]: define this
-       * we32k.h [STRICT_ALIGNMENT] define as `1'
-       [NO_WAIT_H]: also define this
-       * collect2.c [NO_WAIT_H]: don't include sys/wait.h if this is
-       defined.
+       * config/t-slibgcc-elf-ver, config/t-slibgcc-sld,
+       config/alpha/t-osf4, config/mips/t-iris6: Extract all
+       references to @shlib_map_file@, @shlib_objs@, or
+       @shlib_base_name@ to Makefile variables.
+       Bump soname version of libgcc to 1.
 
-       * Makefile.in (clean): rm libgcc1.null.
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed May 27 15:36:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/install.texi: Use more logical markup.  Include @node
+       commands in the source when generating any non-HTML.
 
-       * real.h (REAL_VALUE_TO_TARGET_SINGLE): Test HOST_BITS_PER_WORD right.
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * i386sco.h (SIZE_TYPE): New definition.
+       * README: Remove.  Some of the contents moved to ../README.
 
-       * c-typeck.c (build_binary_op): When shortening, handle case
-       where op0 and arg0 are different but have same width.  op1/arg1 too.
+2001-06-13  Alexandre Oliva  <aoliva@redhat.com>
 
-       * toplev.c (compile_file): Cast xmalloc when arg to setvbuf.
+       * doc/install.texi (--enable-shared): List package names
+       recognized by GCC.
 
-       * expmed.c (expand_divmod): Clear can_clobber_op0 if doing mod.
+2001-06-13  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (protoize.1, unprotoize.1): Delete target before mv'ing.
-       (mostlyclean): Delete tmp-unproto.1.
+       * doc/install.texi (ix86-*-solaris*): Removed, outdated.
+       (*-*-solaris*): Document problem in /bin/sh that affects
+       configuring libraries.
+       (sparc-*-solaris*): Recommend GNU binutils 2.11.1 or vendor tools.
+       (*-sun-solaris2.8): Document linker problem that explains why
+       libjava is disabled by default.
 
-       * sdbout.c (sdbout_symbol, sdbout_toplevel_data): Test DECL_IGNORED_P.
-       * dwarfout.c (dwarfout_file_scope_decl): Likewise.
+2001-06-09  Mark Mitchell  <mark@codesourcery.com>
 
-Wed May 27 13:48:36 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       Revert this patch:
+       * toplev.c (rest_of_compilation): Remove dead code before
+       purge_addressof.
 
-       * i386.md (ashldi3,ashrdi3,lshrdi3): Fix typo in comparison.
+2001-06-12  Alexandre Oliva  <aoliva@redhat.com>
 
-Wed May 27 02:11:22 1992 Ron Guilmette (rfg at ncd.com)
+       Reverted:
+       2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
+       * configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.
+       * configure: Rebuilt.
 
-       * i386v4.h, i860v4.h, sparcv4.h: Include real.h.
-       (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE):
-       New definitions, if host and target formats match.
+2001-06-12  Jim Wilson  <wilson@redhat.com>
 
-       * real.h (REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE):
-       Defined, but only if host and target formats match.
+       * loop.c (strength_reduce): Move bl->all_reduced set before
+       check_ext_dependant_givs call.
+       (check_ext_dependant_givs): Clear bl->all_reduced when ignoring givs.
 
-Wed May 27 06:20:26 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-06-12  Alexandre Oliva  <aoliva@redhat.com>
 
-       * reload1.c (reload_as_needed): For asm insn, check all reload
-       insns for validity.
-       (emit_reload_insns, gen_input_reload): Remove previous change that
-       checked them here.
-       * recog.c (constrain_operands, case 'm', 'o', 'g'): Accept pseudo if
-       reload is in progress.
+       * doc/extend.texi (Function Attributes): Document SH's sp_switch
+       and trap_exit.
 
-Tue May 26 19:24:21 1992  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * combine.c (combinable_i3pat): Allow a hard register as the
-       destination even if SMALL_REGISTER_CLASSES if source is a CALL.
+       * doc/invoke.texi: Use more logical markup.  Use TeX quotes,
+       dashes and @dots{}.
 
-       * emit-rtl.c (gen_lowpart_common): Fix handling of int->float
-       union conversions.
+2001-06-12  Richard Henderson  <rth@redhat.com>
 
-Tue May 26 19:23:43 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * config/i386/i386.c (ix86_expand_prologue): Always use
+       gen_pro_epilogue_adjust_stack; update arguments.
+       (ix86_expand_epilogue): Likewise.
+       (ix86_emit_epilogue_esp_adjustment): Remove.
+       (ix86_adjust_cost): Remove pro_epilogue_adjust_stack hack.
+       * config/i386/i386.md (pro_epilogue_adjust_stack): Use a BLKmode
+       clobber of scratch memory instead of a modification of EBP as the
+       barrier.  Update all peepholes to match.
 
-       * a29k.h (HARD_REGNO_MODE_OK): Don't let anything larger than
-       UNITS_PER_WORD be allocated to an odd numbered register.
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Tue May 26 15:22:27 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/gcc.texi: Change the font used for @def... commands to a
+       fixed width font.
+       * doc/extend.texi: Use more logical markup.  Use "built-in"
+       instead of "builtin".  Use @deftypefn to mark up built-in
+       functions; specify their types in the @deftypefn and not in the
+       descriptive text.  Use TeX quotes and dashes.  Add more index
+       entries.
 
-       * config.sub (defaulting the OS): Separate subversions with periods.
+2001-06-12  lars brinkhoff  <lars@nocrew.org>
 
-       * limits.h: Fix condition for defining long-long macros, to suit libc.
+       * gcc.texi (HOST_BITS_PER_LONGLONG): Document.
+       (DIR_SEPARATOR_2): Likewise.
 
-       * Makefile.in (specs): New target.
-       (gcc): Don't write `specs' here.
-       (start.encap): Depend on `specs'.
-       (all.cross): Depend on EXTRA_PARTS.
-       (rest.cross): New target.
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * c-common.c (declare_function_name):
-       Set TREE_USED, not TREE_NO_UNUSED_WARNING.
+       * doc/install.texi (--exec-prefix, --bindir, --libdir,
+       --with-slibdir, --infodir, --mandir, --with-cpp-install-dir):
+       Document.
+       (--enable-cpp): Change to document --disable-cpp instead; update
+       to reflect current default.
+       (--without-fast-fixincludes): Remove documentation.
+       (Final install): Document installation directories in more
+       detail.  Document use of make dvi.
 
-Tue May 26 04:52:53 1992  Michael Meissner  (meissner@osf.org)
+Tue Jun 12 19:01:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * loop.c (loop_has_volatile): New static variable to record
-       whether the loop has any volatile references in it.
-       (prescan_loop): Set loop_has_volatile.
-       (check_dbra_loop): Don't reverse loop if there are any volatile
-       references in it.
+       * recog.c (validate_replace_rtx_1): Fix previous patch.
 
-Mon May 25 16:04:08 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+Tue Jun 12 17:25:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i386gas.h (ASM_OUTPUT_OPCODE): Translate "repnz" to "repne".
-       * seq386gas.h (ASM_OUTPUT_OPCODE): Likewise.
+       * recog.c (validate_replace_rtx_1): Do plus_constant call always.
 
-Mon May 25 15:53:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Tue Jun 12 17:24:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * optabs.c (emit_indirect_jump): Emit barrier here.
-       * stmt.c (expand_computed_goto): Not here.
+       * simplify-rtx.c (simplify_subreg): Allow volatile memory
+       to be subregged in case we don't have move instruction.
 
-Mon May 25 06:22:59 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Tue Jun 12 12:20:12 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cse.c (canon_reg): Must call validate_change if insn has any  
-       MATCH_DUPs even if replacing a pseudo with another pseudo.
+       * loop.c: Include predict.h
+       (strength_reduce): Drop branch prediction note in case
+       number of iterations is known.
+       * predict.def (PRED_LOOP_ITERATIONS): new.
+       * Makefile.in (loop.o): Add dependency on predict.h
 
-       * explow.c (emit_stack_{save,restore)}: Call validize_mem on save area.
+2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * combine.c (simplify_shift_const, case PLUS): Simplify cases where
-       the PLUS is just turning on bits that will be shifted out.
+       * c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.
 
-       * emit-rtl.c (gen_lowpart_common): Add new case for single-word
-       float->integer conversion; all others already present.
-       Check for -fpretend-float in this and the other cases.
+       * c-typeck.c (c_start_case): Likewise.
 
-       * stmt.c (expand_goto): Fix typo in previous change.
+2001-06-12  Mark Mitchell  <mark@codesourcery.com>
 
-       * reload1.c (gen_input_reload): When checking for validity of
-       reloads made for asms, also check the constraints.
+       * expr.c (store_field): Don't set MEM_ALIAS_SET for a field
+       in a structure at a variable address.
 
-       * explow.c (allocate_dynamic_stack_space): Don't add to size
-       if we aren't going to need to align the size.
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * fold-const.c (fold, case *_DIV_EXPR): Fold (a * C1) / C2 for
-       some C1 and C2.
+       * doc/gcov.texi: Use more logical markup.
 
-Sun May 24 14:07:53 1992  Ron Guilmette (rfg at ncd.com)
+2001-06-11  Mark Mitchell  <mark@codesourcery.com>
 
-       * toplev.c (main):
-       Fix typo setting use_gdb_dbx_extensions in xcoff case.
+       * unroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND and
+       REG_NOTE_KIND, not PUT_MODE and GET_MODE.
+       (final_reg_note_copy): Remove REG_WAS_0 notes that are no longer
+       valid.
 
-       * c-decl.c (pushdecl):  Call `build_type_copy' rather than calling
-       `c_build_type_variant' to duplicate a type.
+2001-06-11  Stan Shebs  <shebs@apple.com>
 
-Sun May 24 16:56:09 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/darwin.h (ASM_FILE_END): Remove decl of language_string.
 
-       * reload1.c (reload): Refine setting of basic_block_needs.
+2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-Sun May 24 15:43:08 1992  John F Carr  (jfc at Achates.mit.edu)
+       * config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber
+       as an early clobber to make sure it is not used by reload in
+       one of the operands.
 
-       * combine.c (try_combine): Don't split an insn if that would move
-       a use of a register across a set of the same register.
+2001-06-11  Mark Mitchell  <mark@codesourcery.com>
 
-Sun May 24 14:50:38 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * doc/c-tree.texi: Update information about flag_honor_std.
+       * doc/install.texi: Note that binutils is required on HPUX 11.
+       * doc/invoke.texi (-fhonor-std): Note that -fno-honor-std is
+       now the default.
 
-       * reg-stack.c (constrain_asm_operands): Ignore constraint letters
-       following '#' in each alternative.
+       * config/mips/abi64.h (RETURN_IN_MEMORY): Fix handling of
+       variable-sized types.
 
-Sun May 24 02:28:45 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * gcc.c (pexecute): New alternative definition for OS2.
-       Take SEARCH_FLAG as arg instead of FUNC.
-       (execute): Change call to pexecute.
+       * doc/md.texi: Use TeX dashes and quotes.
 
-       * toplev.c (main): Don't run ps for -dm if on OS2.
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cccp.c (main): Use PATH_SEPARATOR computing num_dirs.
-       (path_include): Likewise, setting q.
+       * doc/rtl.texi: Reference manual chapter about trees.
 
-       * gcc.c: Include sys/file.h.
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * Makefile.in (extraclean): Delete install1.texi.
+       * config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define.
+       (WINT_TYPE): Override.
+       (WINT_TYPE_SIZE): Likewise.
+       (SUBTARGET_CPP_SIZE_SPEC): Define __WINT_TYPE__ as appropriate.
 
-Sat May 23 14:14:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/sparc/sol2.h (WINT_TYPE): Define.
+       (WINT_TYPE_SIZE): Likewise.
 
-       * crtstuff.c (__do_global_ctors) [not INVOKE__main]: Make body empty.
+       * config/sparc/sol2-sld-64.h (NO_BUILTIN_WINT_TYPE): Define.
+       (WINT_TYPE): Override.
+       (WINT_TYPE_SIZE): Likewise.
+       (CPP_ARCH32_SPEC): Add __WINT_TYPE__ definition.
+       (CPP_ARCH64_SPEC): Likewise.
 
-       * fold-const.c (float_error): Renamed from const_binop_error.
-       (const_binop, fold_convert):
-       Call set_float_handler around REAL_VALUE_TRUNCATE.
+2001-06-11  Richard Henderson  <rth@redhat.com>
 
-       * Makefile.in ($(srcdir)/INSTALL): New target.
-       (doc): Depend on that.
-       ($(srcdir)/gcc.info, $(srcdir)/cpp.info): Delete $(srcdir) from deps.
-       ($(srcdir)/gcc.info): List all subfiles as deps.
+       * unwind-dw2-fde.c (__deregister_frame_info): Don't play games
+       with alias attribute.
 
-       * math-68881.h: Use %! instead of fpcr.
+       * config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
+       * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.
 
-       * install.sh: New file.
-       * configure: Changed install_with_cp to broken_install.
-       Test that flag for the host, not for the target.
-       If set, use install.sh.
+2001-06-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * Makefile.in (EXTRA_HEADERS): New variable.
-       (USER_H): Use that.
-       * configure: Let alternatives set EXTRA_HEADERS via var header_files.
-       (m68k-...): Set header_files to install math-68881.h.
+       * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): New.
 
-       * Makefile.in (install-dir): Create (libsubdir)/include.
-       (install-limits-h, install-float-h): Depend on install-dir.
+2001-06-11  Stan Shebs  <shebs@apple.com>
 
-       * Makefile.in (gcc.xtar): Warn if version in gcc.texi is old.
+       * config/darwin.c (darwin_encode_section_info):  Rewrite to simplify
+       and fix coding mistakes.
 
-       * genconfig.c (main): Add 1 when outputting MAX_RECOG_OPERANDS.
-       Initialize to just 9.
+2001-06-11  Nick Clifton  <nickc@cambridge.redhat.com>
 
-       * gcc.c (MD_STARTFILE_PREFIX_1): New config macro.
-       (main): Use that like MD_STARTFILE_PREFIX.
+       * config/m32r/m32r.md (movstrsi_internal): Do not expect a
+       return string from m32r_output_block_move.
+       * config/m32r/m32r-protos.h: Make m32r_output_block_move a
+       void function.
+       * config/m32r/m32r.h (INT32_P): Rename to UNIT32_P and remove
+       integer overflow.
+       (ROUND_ADVANCE): Remove signed/unsigned conflict.
+       * config/m32r/m32r.c: Declare prototypes for static functions.
+       (move_src_operand): Replace INT32_P with UINT32_P.
+       (function_arg_partial_nregs): Fixed signed/unsigned conflict
+       in initialisation of 'size'.
+       (m32r_sched_reord): Remove redundant declarations of 'code'.
+       (m32r_output_block_move): Change to a void function.
+       (m32r_encode_section_info): Cast return of
+       TREE_STRING_POINTER to avoid compile time warning.
 
-Sat May 23 08:13:38 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-06-11  Richard Henderson  <rth@redhat.com>
 
-       * reload1.c (reload): Copy MEM_IN_STRUCT_P flag when converting
-       pseudo register to equivalent memory location.
+       * config/alpha/osf5.h (TARGET_LD_BUGGY_LDGP): New.
+       * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Default.
+       (struct machine_function): Add gp_save_rtx.
+       * config/alpha/alpha.c (alpha_mark_machine_status): Mark it.
+       (alpha_gp_save_rtx): New.
+       * config/alpha/alpha-protos.h: Declare it.
+       * config/alpha/alpha.md (exception_receiver): Make an expander.
+       Use alpha_gp_save_rtx if TARGET_LD_BUGGY_LDGP.
 
-Sat May 23 07:12:15 1992  Michael Meissner  (meissner@osf.org)
+2001-06-11  Richard Henderson  <rth@redhat.com>
 
-       * x-iris (OLDCC): Add -cckr to turn off strict ANSI checking.
+       * config/alpha/osf.h (LINK_SPEC): Hide _GLOBAL_* symbols.
 
-       * mips.c (current_function_name): Delete definition, function.c
-       defines this and mips.h has a declaration.
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * longlong.h (mips umul_ppmm): Use "d" constraint instead of "r", so
-       that we know the value is an integer register.
+       * configure.in: Align --help messages.
+       Remove trailing full stops.
+       Consistently use lower case.
+       Fix DWARF 2 spelling.
+       * configure: Rebuilt.
 
-Sat May 23 01:14:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * vax.h (PRINT_OPERAND): Undo last change.
-       Fix the comment instead.
+       * config/alpha/alpha.h (CPP_SPEC): Don't define __LANGUAGE_C and
+       variants for .cpp/.cp/.c++ files.
+       Move definition of __LANGUAGE_C_PLUS_PLUS ...
+       (CPLUSPLUS_CPP_SPEC): ... here.
 
-       * x-dpx2200, x-dpx2300 (ALLOCA_FINISH, AS): New variables.
+Mon Jun 11 15:47:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri May 22 01:52:22 1992  Ron Guilmette (rfg at ncd.com)
+       * jump.c (duplicate_loop_exit_test): Fix loop header heuristics.
 
-       * svr4.h (MD_EXEC_PREFIX):  Added definition.
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * protoize.c [POSIX]: Include dirent.h rather than sys/dir.h.
-       (_POSIX_SOURCE): Undef before defining.
-       (getpwd):  Change declaration to an `extern'.
-       (open):  Add declaration in the #if 0 section along with fprintf.
-       (link, unlink, access, execvp):  Add `extern' declarations.
-       (strlen):  Don't mention arg type in declaration.
-       (main):  Declare `params' as `const char *' to avoid botch when doing
-       test-protoize-simple.
+       * c-decl.c (store_parm_decls): When comparing types in an
+       old-style function declaration with those from a previous
+       prototype, compare the unqualified versions of parameter types.
+       Fixes PR c/3116.
 
-Fri May 22 17:15:36 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * calls.c (expand_call): Allocate stack space for arguments passed
-       in registers when OUTGOING_REG_PARM_STACK_SPACE is defined and
-       stack space has not been preallocated.
+       * doc/objc.texi: Use more logical markup.  Use TeX dashes.
 
-Fri May 22 17:16:55 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * combine.c (simplify_comparison): Try to reduce size of a
-       constant by changing comparison code; don't only do for 1 and -1.
+       * doc/c-tree.texi: Use more logical markup.
 
-       * reload.h (reg_equiv_memory_loc): Declare.
-       * reload.c (refers_to_regno_for_reload_p): Use reg_equiv_memory_loc
-       instead of reg_equiv_mem and reg_equiv_address; look for constant.
-       (reg_overlap_mentioned_for_reload_p): LIkewise.
-       Use new function to check for MEM.
-       (refers_to_mem_for_reload_p): New function.
-       * reload1.c (reg_equiv_memory_loc): No longer static.
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Fri May 22 17:15:12 1992  Ron Guilmette  (rfg at ncd.com)
+       * c-decl.c (xref_tag): Don't return previous tags of wrong type.
 
-       * Makefile.in (test-protoize-simple):  Only delete files made by this
-       target (not the man pages!)
-       (test-protoize-simple):  Use -x option to avoid munging getopt.h.
-       (test-protoize-simple):  Fixed number of differences message.
-       (mostly-clean):  Properly remove all temp files relating to protoize/
-       unprotoize.
-       (install-common):  Force removal of previously installed g++ and c++
-       command files before trying to install new ones.
+2001-06-11  Aldy Hernandez  <aldyh@redhat.com>
 
-       * spc-sol2.h:  New file.
+       * loop.c (scan_loop): Do not combine asm statements.
 
-       * configure (sparc-*-solaris2*):  New configuration added.
+2001-06-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
-       * x-sparcv4 (X_CFLAGS):  Removed -Bstatic and -dn options.
+       * simplify-rtx.c (simplify_subreg): Fix offset calculation
+       for complex values within a CONCAT.
 
-Fri May 22 15:30:05 1992  Chip Salzenberg  (chip@tct.com)
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * c-common.c (declare_function_name): Move from c-decl.c.
-       Construct function names instead of expecting them as parameters.
-       Set TREE_READONLY and other attributes before calling pushdecl.
-       * c-decl.c (init_decl_processing, store_parm_decls): Calls changed.
-       (declare_function_name): Remove to c-common.c.
+       * doc/install.texi: Update details of what components are included
+       in the GCC distribution.  Update default directory for g++
+       includes.  Update documentation relating to old libio.  Adjust
+       documentation on DejaGnu environment variables.  Remove
+       documentation of --enable-cpplib.
 
-       * cp-decl.c (init_decl_processing, store_parm_decls):
-       Call declare_function_name.
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Fri May 22 12:15:16 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * doc/contrib.texi: Fix alphabetical order.  Fix typos.  Improve
+       markup.
 
-       * sparcv4.h (ASM_OUTPUT_CASE_LABEL): Define.
+2001-06-10  Richard Henderson  <rth@redhat.com>
 
-Fri May 22 11:40:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * ifcvt.c (life_data_ok): New.
+       (merge_if_block): Use it to determine whether to update
+       global_live_at_end.
+       (if_convert): Set it.
 
-       * x-dpx2200, x-dpx2300 (CFLAGS): Definition deleted.
+2001-06-10  Richard Henderson  <rth@redhat.com>
 
-       * c-decl.c, cp-decl.c (pushdecl): No shadow warnings if DECL_IGNORED_P.
+       * config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
 
-       * c-decl.c (declare_function_name):
-       Change names to __FUNCTION__ and __PRETTY_FUNCTION__
+2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
 
-       * vax.h (PRINT_OPERAND): In M case, don't complement after subtract 1.
+       * doc/invoke.texi (MN10300 Options): Document -mno-crt0.
+       (SH Options): Document -mieee.
+       * doc/install.texi (Final install): Remove obsolete information
+       about installing cross compilers.
+       * doc/gcc.1: Rebuilt.
 
-       * c-lex.c (yylex): Use pedwarn for overflow warnings.
-       Pedwarn if constant doesn't fit its type.
+2001-06-10  Richard Henderson  <rth@redhat.com>
 
-Fri May 22 13:32:39 1992  Chip Salzenberg  (chip@tct.com)
+       * config/alpha/alpha.c (override_options): Set align_loops,
+       align_jumps, and align_functions.
+       * config/alpha/alpha.h (FUNCTION_BOUNDARY): Set to 32 bits.
+       (LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove.
 
-       * xcoffout.h (DBX_TYPE_DECL_STABS_CODE): Was DBX_DECL_STABS_CODE.
+2001-06-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
-Fri May 22 08:31:16 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode
+       are one and two words in size.
 
-       * longlong.h (all machines): Define UMUL_TIME and UDIV_TIME.
-       Auxiliary formatting changes.
-       (header): Define __CLOBBER_CC and __AND_CLOBBER_CC.
-       (__sparc__ macros): Use them.
-       (__hppa__ add_ssaaaa,sub_ddmmss): Accept zero using `M' constraint.
-       (__hppa__ umul_ppmm): Define if _PA_RISC1_1.
-       (__mc88110__ umul_ppmm,udiv_qrnnd): New.
-       (__pyr__ umul_ppmm): Rewrite.
-       (default count_leading_zeros): Make it work for 64 bit longs.
+2001-06-10  Richard Henderson  <rth@redhat.com>
 
-Fri May 22 06:27:31 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * doc/invoke.texi (Optimization Options): Document -fpeephole2.
+       (Code Generation Options): Document -fnon-call-exceptions.
 
-       * cse.c (cse_insn): Invalidate a volatile destination.
+2001-06-10  Mark Kettenis  <kettenis@gnu.org>
 
-       * expmed.c (expand_divmod): Correctly handle volatile operands.
+       * config/i386/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Undefine.
 
-Fri May 22 06:26:50 1992  Chip Salzenberg  (chip@tct.com)
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * rs6000.h (ASM_DECLARE_FUNCTION_NAME):  Use new function
-       xcoffout_declare_function.
-       * rs6000.c (output_epilog):  Shorten internal label.
-       (output_toc, output_function_profiler):  Likewise.
-       * xcoffout.c (xcoffout_declare_function):  New function, created
-       to localize knowledge of end-of-function internal label.
-       (xcoffout_end_epilogue): Shorten internal label.
+       * m68hc11.md (peepholes): Remove unused and wrong peepholes.
 
-Thu May 21 15:31:42 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+2001-06-10  Mark Mitchell <mark@codesourcery.com>
+           Gabriel Dos Reis  <gdr@codesourcery.com>
 
-       * reorg.c (relax_delay_slots): Clear INSN_FROM_TARGET_P when
-       remove insns from a delay slot.
+       * Makefile.in (c-parse.o): Depend on diagnostic.h
+       (dwarf2out.o): Likewise.
 
-Thu May 21 13:54:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * dwarf2out.c: #include diagnostic.h
 
-       * reload.c (find_reloads):
-       Don't abort for % in last operand in asm_operands.
+       * toplev.h (warningcount, errorcount, sorrycount): Remove
+       declarations.
 
-       * alloca.c: Make symlink to master copy.
+       * toplev.c (warningcount, errorcount, sorrycount): Remove
+       definitions.
 
-       * stmt.c (expand_asm_operands): Count nclobbers properly.
+       * diagnostic.h (struct output_buffer): Reorder fields.
+       (diagnostic_kind_count): New macro.
+       (errorcount, warningcount, sorrycount): Define as macros.
+       (diagnostic_report_warnings_p): New macro.
+       (output_state): Add diagnostic_count field.
 
-       * explow.c (allocate_dynamic_stack_space): Call mark_reg_pointer.
+       * diagnostic.c (warningcount, errorcount, inhibit_warnings):
+       Remove tentative declaration.
+       (count_error): Use diagnostic_report_warnings_p.
 
-       * c-parse.y (stmt, WHILE case): Start loop *after* parsing end test.
-       (do_stmt_start): Broken out from DO rule.
-       (stmt, DO case): Use that.
-       Add error-handler rule for parse error in end test.
+       * c-parse.in: #include diagnostic.h
 
-       * sparc.h (ADDITIONAL_REGISTER_NAMES): Support `cc'.
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * c-lex.c (yylex): Pedwarn if `f' constant exceeds range of `float'.
-       Just once even if `f' appears twice.
-       This and the like warning for `double' are only if -pedantic.
+       * config/m68hc11/m68hc11.md ("extendhisi2"): Fix constraints to
+       prefer a memory for operand 1.
+       ("*addsi3"): Fix constraints, the '!' was too strong.
+       ("*addsi3_split"): Accept soft register and split accordingly.
 
-Thu May 21 08:46:30 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * Makefile.in (STAGESTUFF): Add stamp-proto.
+       * config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
+       Move definition in the RTX_CODE section.
 
-Thu May 21 04:04:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * svr3.h (LOCAL_LABEL_PREFIX): Override as a period.
-       (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL):
-       Use LOCAL_LABEL_PREFIX.
-       * dpx2.h (LOCAL_LABEL_PREFIX): Definition deleted.
-       * tower-as.h (LOCAL_LABEL_PREFIX): Override as empty.
+       * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Define the return
+       address as relative to the argument pointer.
 
-Wed May 20 23:29:15 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+Sun Jun 10 10:58:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * config-gcc.com: Take care of situation if sources are NFS mounted.
+       * predict.def (PRED_OPCODE): Place before call and error_return.
 
-Wed May 20 14:35:10 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Sun Jun 10 10:00:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * jump.c (jump_optimize): Add additional validation check to
-       case that detects "if (foo) bar++;".
+       * predict.def (PRED_CALL, PRED_ERROR_RETURN): New.
+       * predict.c (estimate_probability): Calculate dominance
+       information; improve detection of NORETURN heuristics;
+       add call/error_return heuiristics; tweak comparison heuristics
+       to recognize -1.
 
-Wed May 20 13:18:09 1992  Tim Moore  (moore@defmacro.cs.utah.edu)
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
 
-       * pa.md : Changed "xy" constraints to "x" constraints.
-       (movsi+6): Let "r" registers match too. Add define_split to change
-       into 2 insns if needed.
-       (decrement_and_branch_until_zero): New pattern.
-       * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Fix for TYPE == 0.
-       (REGISTER_MOVE_COST): Do stuff for SNAKE_FP_REGS.
-       (PRINT_OPERAND_ADDRESS): Write CONST_INT case.
+       * doc/invoke.texi (C Dialect Options): Document -aux-info.
+       (Debugging Options): Document -print-multi-directory and
+       -print-multi-lib.
+       * doc/gcc.1: Rebuilt.
 
-Wed May 20 00:04:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * toplev.c (independent_decode_option): Require `=' between
+       `-aux-info' and filename in the same argument.
+       * gcc.c: Don't pass -aux-info=filename twice.
 
-       * ns32k.h (NS32K_DISPLACEMENT_P): Fix typo.
-       * ns32k.md (extzv-1): New pattern for extracting from SImode.
+2001-06-09  Mark Mitchell  <mark@codesourcery.com>
 
-       * c++: -M suppresses -lg++.
+       * expr.c (expand_expr, case ARRAY_REF): Do not replace
+       an array element with the known initializing value if it has
+       side-effects.
 
-       * svr3.h (DO_GLOBAL_CTORS_BODY): Flush spurious #endif.
+       * toplev.c (rest_of_compilation): Remove dead code before
+       purge_addressof.
 
-       * reload1.c (gen_input_reload): New arg IS_ASM.  Can now return 0.
-       (emit_reload_insns): Pass new arg.  Error if it returns 0.
+2001-06-09  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * configure: Use $cpu_type to default $tm_file.
+       * cppinit.c (print_help): Document -fpreprocessed.
+       * invoke.texi: Similarly.
 
-       * configure, config.sub: Correct we32 to we32k.
-       * configure (decstation-dec): Deleted--doesn't fit as machine alias.
-       (we32k): Add company default.
-       (fx2800): This is a machine alias, not a company default.
+Sun Jun 10 00:35:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * configure (i386-*-bsd*, we32-att-sysv*, m68k-crds-unos*):
-       Missing *'s added at ends of config names.
+       * predict.def: New file.
+       * predict.h: New file.
+       * predict.c: Include predict.h.
+       (predictor_info): New structure and array.
+       (predict_edge, predict_insn): Rewrite; make global.
+       (predict_edge_def, predict_insn_def): New global functions.
+       (dump_prediction, combine_predictions_for_insns): New
+       static functions.
+       (estimate_probability): Change calls to predict_edge
+       to predict_edge_def and calls to predict_insn to predict_insn_def;
+       combine probabilities.
+       (expected_value_to_br_prob): Behave as predictor.
+       * rtl.h (REG_BR_PRED): Update coment.
+       (invert_br_probabilities): New.
+       * jump.c: Include predict.h
+       (duplicate_loop_exit_test): Drop branch prediction notes.
+       (invert_jump): Use invert_br_probabilities.
+       * Makefile.in: Add dependency on predict.h for jump and predict pass.
+       * ifcvt.c (dead_or_predicable): Use invert_br_probabilities.
+       * combine.c (distribute_notes): Handle BR_PRED.
 
-       * c-typeck.c (convert_arguments): Use warn_for_assignment to handle
-       -Wconversion.  Fix typo in width-mismatch test.
+Sat Jun  9 23:29:41 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * svr3.h (ASM_GENERATE_INTERNAL_LABEL): Put a * at the front.
+       * predict.c (predict_insn, predict_edge): New static functions.
+       (estimate_probability): Revamp to use new functions;
+       fix loop header heruistics; add loop exist heruistics
 
-Tue May 19 21:53:05 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (clean): Add -f in rm *.dvi.
+       * config.gcc: Re-enable bi-arch sparc on Solaris 7 and above.
 
-       * x-dpx2200, x-dpx2300 (CFLAGS): Make value conditional on CC.
+2001-06-09  Peter Jakubek <pjak@snafu.de>
 
-       * genattrtab.c (simplify_test_exp, evaluate_eq_attr):
-       Delete tests of current_alternative_string; they caused bugs.
+       * config/m68k/m68k.md (ashrdi_const): Fix right shift by 16.
 
-       * cross-test.c: New file.
-       * Makefile.in (cross-test, cross-test.o): New targets.
-       (all.cross): Depend on cross-test.
+2001-06-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * c-decl.c (declare_function_name): Fix bug in previous change.
+       * vax.h (NOTICE_UPDATE_CC): Set CC_NO_OVERFLOW in cc_status.flags
+       for integer operations that don't update C bit.
 
-Tue May 19 19:57:39 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+2001-06-09  Nicola Pero <nicola@brainstorm.co.uk>
 
-       * i960.h (FUNCTION_ARG_BOUNDARY): Return mode's alignment if type 0.
+       * gthr-posix.h (__gthread_objc_init_thread_system): If
+       pthread_key_create fails, it's not clear what the return value is.
+       This obvious fix makes sure it always returns -1 if a problem
+       occurs.
 
-       * calls.c (expand_call): Set MEM_IN_STRUCT_P for aggregate return
-       values in memory.
+2001-06-09  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * function.c (locate_and_pad_parm): Use MAYBE_REG_PARM_STACK_SPACE
-       if defined.
-       * i960.c (i960_function_arg_advance): Put MUST_PASS_IN_STACK
-       parameters on the stack.
-       (i960_function_arg): Likewise.
+       * doc/gcc.texi: Use @defcodeindex for the index of options.  Add
+       more index entries.  Use more logical markup where appropriate.
+       Use TeX quotes and dashes.
 
-       * m68k.md (zero_extendqisi2+1): Add condition to exclude MEM/MEM
-       case which would require reloading.
+2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>
 
-       * unroll.c: Delete incorrect Feb 26 1992 change.  
-       (copy_loop_body): For combined address givs, scale giv_inc by the
-       two giv's multiplicative factors if they are different.
+       * unwind-pe.h: Conditionally qualify references to abort with
+       std::.
 
-       * i960.md (zero_extendqisi2): Add comment.
+2001-06-09  Julian Foad <julian_foad@hotmail.com>
 
-       * combine.c (apply_distributive_law): Don't distribute subregs
-       which change the mode class.
+       * doc/invoke.texi: Remove superfluous text.
 
-       * fixincludes: Fix memory.h for SunOS.
+2001-06-08  Richard Henderson  <rth@redhat.com>
 
-       * sparc.h (EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CCFPEmode, for
-       compares which should generate exceptions for qNaNs.
-       (SELECT_CC_MODE): Use CCFPEmode for non EQ/NE FP compares.
-       * sparc.c (normal_comp_operator): Handle CCFPEmode.
-       (C_MODES, output_cbranch): Likewise.
-       * sparc.md (cmpdf, cmpsf): Modify patterns to use fcmpe for CCFPE
-       mode, and fcmp for CCFP mode.
+       * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): New.
+       (LIB_SPEC): Mirror config/linux.h version.
 
-       From rfg:
-       * sparc.h: Declare output_move_quad, output_fp_move_quad and
-       output_floatsitf2.
-       * sparc.c (mem_aligned_8): New function.
-       (output_move_double): Clean up a little.  Call mem_aligned_8.
-       Load operands[] into register variables for efficiency.
-       (output_move_quad, output_fp_move_quad): New functions.
-       (output_floatsitf2): New function.
-       (print_operand): Support 'S' and 'T'.
-       * sparc.md (cmptf, movtf, extendsftf2, extenddftf2, trunctfsf2,
-       trunctfdf2, floatsitf2, fix_trunctfsi2, addtf3, subtf3, multf3,
-       divtf3, negtf2, abstf2, sqrttf2):  New patterns added for TFmode
-       support.
+2001-06-08  Richard Henderson  <rth@redhat.com>
 
-Tue May 19 19:34:10 1992    Ron Guilmette  (rfg at ncd.com)
+       * except.c (get_exception_pointer, get_exception_filter): Take a
+       struct function.  Update all callers.
+       * except.h (get_exception_pointer): Update declaration.
+       * expr.c (expand_expr): Update get_exception_pointer call.
+       * integrate.c (expand_inline_function): Remap the exception pointer
+       from callee to caller.
 
-       * i386v4.h (DBX_REGISTER_NUMBER):  Fixed DWARF numbers for
-       x86 floating-point registers.
+2001-06-08  Mark Mitchell  <mark@codesourcery.com>
 
-Tue May 19 15:30:32 1992  Mats Lofkvist  (d87-mal@nada.kth.se)
+       * c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations
+       accurately reflect its cv-qualification.
+       * c-typeck.c (type_lists_compatible_p): Ignore the top-levl
+       cv-qualifiers on function types.
 
-       * fixincludes: Fix return type of malloc and friends.
+2001-06-08  Mark Mitchell  <mark@codesourcery.com>
 
-Tue May 19 13:30:16 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * basic-block.h: Improve comments.
+       * except.c (expand_eh_region_end_allowed): Remove redundant call
+       to do_pending_stack_adjust.
+       * flow.c (life_analysis): Fix typo in comment.
+       (calculate_global_regs_live): Add documentation.
+       (mark_set_1): Likewise.
+       (debug_regset): Likewise.
+       * doc/rtl.texi (cond_exec): Document it.
 
-       * config.sub (iris4d): If $os is some kind of Irix, don't clobber it.
-       Make the default -irix4.
+Fri Jun  8 21:52:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * c-decl.c (declare_function_name): New arg printable_name.
-       Declare __PRINTABLE_NAME__.
-       (init_decl_processing, store_parm_decls): Pass the new arg.
+       * i386.h (CONST_COSTS): set cost of constants representable in
+       immediate fields to 0.
 
-Tue May 19 09:50:01 1992  Tom Wood  (wood@dg-rtp.dg.com)
+Fri Jun  8 21:34:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m88k.c (output_options): Check profile_block_flag.
-       (m88k_layout_frame): Ditto.
-       (output_function_block_profiler): Save and restore the parameter
-       registers when calling __bb_init_func.
-       (output_block_profiler): Use @LPBX2.
-       
-       * m88k.h (CASE_VECTOR_INSNS): Choose a table of branch
-       instructions or addresses.  The latter is a win for the m88110.
-       (ASM_OUTPUT_CASE_END): Nothing needed for table of addresses.
-       (ASM_OUTPUT_ADDR_VEC_ELT): Use "br" or "word".
-       * m88k.md (casesi, casesi_jump): Updated.
+       * function.c (diddle_return_value): Kill code to determine
+       return value before expand_function_end.
+       (expand_function_end): Delay call to clobber_return_register
+       after fucntion return value is computed.
 
-       * m88k.md (m88110 function units): Count in half cycles.
+       Re-install temporary reverted patch:
+       * toplev.c (rest_of_compilation): Call split_all_insns
+       before reg-stack and shorten-branches. Do shorten-branches
+       after reg-stack.
+       * final.c (shorten_branches): Remove insn splitting code.
 
-       * m88k.md (call insns): Clobber rather than use r1.
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * m88k.c (m88k_layout_frame): Fix m88k_fp_offset for zero case.
+       * doc/gcc.texi, doc/invoke.texi: Add index of command line
+       options.  Use @opindex to index them rather than other indexing
+       commands.  Use @var{...} instead of <...>.  Avoid spaces in names
+       inside @var.  Don't use @kindex to index escape sequences in
+       source code.
 
-Mon May 18 10:38:20 1992  Michael Meissner  (meissner@osf.org)
+2001-06-08  Jason Merrill  <jason_merrill@redhat.com>
 
-       * iris.h (DEFAULT_SIGNED_CHAR): Define as 0 for compatibility with
-       IRIS defaults.  Patch from kevin@tamri.com (Kevin Dalley).
+       * stmt.c (current_nesting_level): New fn.
+       * tree.h: Declare it.
+       * c-semantics.c (genrtl_compound_stmt): Use it.
 
-       * xm-irix4.h (HAVE_VPRINTF): Define.
+       * dbxout.c (dbxout_symbol): Use DECL_RTL_SET_P.
 
-       * x-iris (CLIB): Add -lmalloc.
+2001-06-08  Jakub Jelinek  <jakub@redhat.com>
 
-       * mips.md (fp_comp functional unit): Use adder functional unit
-       instead to more closely model MIPS behavior and make genattrtab
-       faster.
-       (transfer functional unit): Use memory functional unit instead.
-       (sqrt functional unit): Use divide functional unit instead.
-       (branch_zero): If CSE has folded a value which is constant, and
-       the jump would be omitted, do not eliminate putting a jump there.
-       This causes bad code to be generated when using gas, since the
-       previous instruction may be a load which had it's delay slot
-       filled by the 'branch', and the next instruction depends on the
-       value loaded.
+       * jump.c (mark_modified_reg): Allow jump threading if condition
+       codes are represented by a hard register.
 
-       * mips-at.c (whole file): Delete, no longer needed.
+2001-06-08  Jakub Jelinek  <jakub@redhat.com>
 
-       * mips-at.md (whole file): Delete, no longer needed.
+       * config/ia64/ia64.c (ia64_function_arg): Use [SDT]Fmode as gr_mode
+       for complex floats passed to unprototyped functions.
 
-       * Makefile.in (stamp-attrtab): Remove $(srcdir) in front of
-       $(PREMADE_ATTRTAB) so that MIPS builds can be done in
-       subdirectories.
+2001-06-08  Mark Mitchell  <mark@codesourcery.com>
 
-       * t-decrose (PREMADE_ATTRTAB*): Don't define, genattrtab is now fast
-       enough that we don't have to save a pre-made genattrtab.c.
-       (LIBGCC1): Use libgcc1.null rule to turn off building libgcc1.a.
+       * except.c (expand_eh_region_end_allowed): Call
+       do_pending_stack_adjust as necessary.
 
-       * t-decstatn (PREMADE_ATTRTAB*): Don't define, genattrtab is now fast
-       enough that we don't have to save a pre-made genattrtab.c.
-       (LIBGCC1): Use libgcc1.null rule to turn off building libgcc1.a.
+Fri Jun  8 14:16:33 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * t-mips (PREMADE_ATTRTAB*): Don't define, genattrtab is now fast
-       enough that we don't have to save a pre-made genattrtab.c.
-       (LIBGCC1): Use libgcc1.null rule to turn off building libgcc1.a.
+       * function.c (clobber_return_register): Clobber the pseudo return
+       register too.
 
-       * mips.h (ASM_OUTPUT_CONSTRUCTOR,ASM_OUTPUT_DESTRUCTOR): Define.
-       Patch from wilson@cygnus.com.
-       (DEFAULT_SIGNED_CHAR): Don't define if already defined.
+       * sibcall.c (skip_unreturned_value): New function.
+       (call_ends_block_p): Use it.
 
-Mon May 18 01:34:38 1992  Kayvan Sylvan    (kayvan@satyr.Sylvan.COM)
+       * recog.c (split_insn): Break out from ...
+       (split_all_insns): ... here; do not use basic block information
+       when it is broken.
 
-       * svr3.h (DO_GLOBAL_CTORS_BODY): Start at end, if STACK_GROWS_DOWNWARD.
+Thu Jun  7 18:27:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Mon May 18 01:34:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * simplify-rtx.c (simplify_subreg):  Fix verification of
+       combined subreg.
 
-       * Makefile.in (protoize.o, unprotoize.o):
-       Do nothing, but depend on stamp-proto.
-       (stamp-proto): New target.  Compile both protoize.o and unprotoize.o.
+2001-06-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * configure (ns32k-ns-genix): Commented out.
+       * config/mips/mips.h (CPP_SPEC): Simplify .s/.S handling.
+       Don't define _LANGUAGE_C and variants for .cpp/.cp/.c++ files.
+       Move definition of _LANGUAGE_C_PLUS_PLUS ...
+       (CPLUSPLUS_CPP_SPEC): ... here.
+       Fixes PRs c++/3047, target/441.
 
-       * expmed.c (expand_mult): Use synth_mult even if not -O.
+2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Sun May 17 02:54:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/install.texi2html (MAKEINFO): Keep value if set already.
 
-       * c-decl.c (push_parm_decl): Pedantic warning if shadowing typedef.
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * c-typeck.c (constant_expression_warning): New function.
-       (store_init_value): Call that.
-       * tree.h (TREE_CONSTANT_OVERFLOW): New flag.
+       * doc/gcc.texi: Add trailing slash to URL.
 
-       * c-lex.c (yylex): "exceeds range" warning changed to pedwarn.
-       * c-decl.c (grokdeclarator): Likewise for duplicate keywords.
+2001-06-07  Stan Shebs  <shebs@apple.com>
 
-       * c-typeck.c (build_unary_op): For increment operators,
-       test TREE_READONLY in operand, not the data type.
+       * config/darwin.h (ENCODE_SECTION_INFO): Define.
+       (REDO_SECTION_INFO_P): Ditto.
+       (STRIP_NAME_ENCODING): Ditto.
+       (ASM_DECLARE_OBJECT_NAME): Use ENCODE_SECTION_INFO.
+       (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Ditto.
+       (ASM_OUTPUT_LABELREF): Use STRIP_NAME_ENCODING.
+       (GEN_LAZY_PTR_NAME_FOR_SYMBOL): Ditto.
+       * config/darwin.c: No longer include c-tree.h.
+       (machopic_classify_ident): Rewrite to use symbol encoding.
+       (lookup_name_darwin): Remove.
+       (machopic_non_lazy_ptr_name): Handle encoded symbols.
+       (machopic_stub_name): Use STRIP_NAME_ENCODING.
+       (machopic_validate_stub_or_non_lazy_ptr): Ditto.
+       (machopic_finish): Ditto, remove test of decl.
+       (update_non_lazy_ptrs): New function.
+       (darwin_encode_section_info): New function.
+       * config/darwin-protos.h: Declare it.
+       * config/rs6000/rs6000.c (machopic_output_stub): Use
+       STRIP_NAME_ENCODING.
 
-       * unprotoize.c: New file.
-       * Makefile.in (unprotoize.o): Use that.
+2001-06-07  Mark Mitchell  <mark@codesourcery.com>
 
-       * c-decl.c (init_decl_processing): Make global decl for __NAME__.
-       (store_parm_decls): Make local decl for __NAME__.
-       (declare_function_name): Subroutine for that.
-       * toplev.c (rest_of_decl_compilation):
-       Ignore initialized statics if DECL_IGNORED_P is set.
-       * c-lex.c (yylex): Convert invisible initialized char array vars
-       to string constants.
+       * tree.h (DECL_SOURCE_FILE): Improve documentation.
+       (DECL_SOURCE_LINE): Likewise.
 
-       * c-decl.c (get_parm_info): Change error message.
+2001-06-07  Loren J. Rittle  <ljrittle@acm.org>
 
-Sat May 16 21:25:21 1992  Paul Eggert  (eggert@twinsun.com)
+       * config/alpha/elf.h (MAKE_DECL_ONE_ONLY): Copy definition
+       from config/elfos.h.
 
-       * fold-const.c (fold): Do not fold X-X to 0 if X is floating point.
+2001-06-07  Phil Edwards  <pme@sources.redhat.com>
 
-       * cse.c (simplify_unary_operation): - -X simplifies to X even
-       with IEEE floating point.
+       * linux.h (CPLUSPLUS_CPP_SPEC):  Move -D_GNU_SOURCE to here.
+       * pa/pa-linux.h:  Allow CPLUSPLUS_CPP_SPEC to remain.
 
-Sat May 16 14:14:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * Makefile.in (clean): Delete *.dvi.
-       (distclean): Not here.
+       * doc/contrib.texi: Add copyright notice.
 
-       * Makefile.in (install-man): Ignore errors in all commands.
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * combine.c (expand_compound_operation):
-       Don't simplify extending a const_int.
+       * doc/md.texi: Use four digit years in copyright notice.
 
-       * ns32k.h (NS32K_DISPLACEMENT_P): New macro.
-       (INDIRECTABLE_1_ADDRESS_P): Use that.
-       * ns32k.md (addsi3): Likewise.
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Sat May 16 07:47:11 1992  Tom Wood  (wood@dg-rtp.dg.com)
+       * config.gcc: For $target_alias of athlon-*, set
+       target_cpu_default2=5.
 
-       * m88k.h: Override SET_ASM_OP in svr4.h. 
+Thu Jun  7 16:17:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Sat May 16 00:10:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC after
+       end of last block if last real insn is a JUMP_INSN.
 
-       * c-parse.y (parmlist_1): Add pedantic warning.
+2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Fri May 15 13:10:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * NEWS: Regenerate.
 
-       * configure (i386-*-sco3.2v4*): New file.
-       * config.sub: For SCO, produce -sco3.2v2.  For ISC, make just -isc.
+2001-06-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * dbxout.c (DBX_TYPE_DECL_STABS_CODE): Was DBX_DECL_STABS_CODE.
-       (DBX_OUTPUT_ENUM): Pass type as arg; make it do the whole job.
+       * gthr-posix.h (__gthread_objc_thread_detach): Simply cast
+       pthread_t to objc_thread_t.
+       (__gthread_objc_thread_id): Likewise.
 
-       * svr4.h (ASM_BYTE_OP): Delete the tab.
-       (SET_ASM_OP): New definition.
+2001-06-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * Makefile.in (gcc.xtar): Depend on doc.
-       (gcc.info, cpp.info): Duplicate rules deleted.
+       * alpha/osf5.h (CPP_XFLOAT_SPEC): Override default definition.
+       (ASM_OLDAS_SPEC): Likewise.
 
-       * i386.c (handle_pragma): Use SET_ASM_OP, not DEF_ASM_OP.
+       * alpha/osf.h (CPP_XFLOAT_SPEC): Define.
+       (CPP_SUBTARGET_SPEC): Use it.
+       (ASM_OLDAS_SPEC): Define.
+       (ASM_SPEC): Use it.
+       (SUBTARGET_EXTRA_SPECS): Define, declare the new specs above.
 
-Fri May 15 12:38:18 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+2001-06-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * final.c (final_scan_insn): Don't set new_block when within a
-       sequence.  Set it after the last insn of the sequence.
+       * config/alpha/alpha.c (alpha_va_arg): Handle TFmode, TCmode args,
+       passed by reference.
 
-Fri May 15 07:23:09 1992  Tom Wood  (wood@dg-rtp.dg.com)
+2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * m88k.c (m88k_handle_pragma_token, output_short_branch_defs):
-       Use SET_ASM_OP.
+       * doc/tm.texi (TARGET_SWITCHES, TARGET_OPTIONS): Adjust markup.
+       Document use of N_(...), and show it in examples.  Note that
+       documentation should be added to invoke.texi.  Avoid an overfull
+       hbox.
 
-Fri May 15 14:54:54 1992  Howard Chu (hyc@hanauma.jpl.nasa.gov)
+Thu Jun  7 17:09:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * fx2800.h: Replace Ron Guilmette's version with working version.
-       Tested on Concentrix 2.1 and 2.2.
+       * toplev.c (rest_of_compilation): Revert previous patch.
+       * final.c (shorten_branches): Likewise.
 
-       * i860.c (singlemove_string): Comparison of const0_rtx was in the
-       wrong place and would never be reached. Added check for negative
-       short int constants.
-       (output_size_for_block_move): call singlemove_string instead of
-       just emitting a mov.
-       (sfmode_constant_to_ulong): eliminate bogus "# error" directive.
+2001-06-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * t-fx2800, x-fx2800, xm-fx2800.h: New files.
-       * configure: Corresponding changes.
+       * pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c:
+       Remove.
 
-       * dbxout.c (DBX_MEMPARM_STABS_LETTER): New macro.
-       (dbxout_type): Check for DBX_OUTPUT_ENUM.
-       (dbxout_parms): Use DBX_MEMPARM_STABS_LETTER.
-       (dbxout_block): Check for DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC.
+2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Thu May 14 18:26:13 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * doc/install-old.texi: Remove more obsolete documentation.
 
-       * sparcv4.h (ASM_OUTPUT_ALIGN_JUMP_TABLE, ASM_OUTPUT_INTERNAL_LABEL,
-       ASM_GENERATE_INTERNAL_LABEL): Delete.
+Thu Jun  7 13:20:14 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu May 14 13:51:01 1992  Chip Salzenberg  (chip@tct.com)
+       * expr.c (copy_blkmode_from_reg): Fix operand_subword_force call.
 
-       * toplev.c (compile_file):  Use IO_BUFFER_SIZE for finput.
-       * xm-i386sco.h, xm-rs6000.h (IO_BUFFER_SIZE): Defined.
+Thu Jun  7 12:12:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu May 14 15:21:24 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
+       * toplev.c (rest_of_compilation): Call split_all_insns
+       before reg-stack and shorten-branches. Do shorten-branches
+       after reg-stack.
+       * final.c (shorten_branches): Remove insn splitting code.
 
-       * config.sub: Recognize "none" as a valid os.
+2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
 
-Thu May 14 13:37:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.
+       * configure: Rebuilt.
 
-       * function.c (assign_parms): Make new stack slot if entry stack
-       slot isn't aligned as much as the mode wants.
-       And don't make an eqv for entry_parm in that case.
-       * sparc.c (output_move_double): Assume memory always ok for ldd, std
-       except when explicit offset from stack.
+2001-06-07  Andreas Jaeger  <aj@suse.de>
 
-       * c-decl.c (duplicate_decls):
-       Don't warn about qualifier mismatch for a function.
+       * emit-rtl.c (operand_subword): Remove unused variable.
 
-       * c-decl.c (grokdeclarator): Give explicit list of types to promote
-       to int (and sometimes to unsigned int) for parms.
+Wed Jun  6 14:51:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * Makefile.in (gcc.info, cpp.info): New targets.
-       (gcc.xtar): Depend on those.
+       * i386.md (floatdi?f): Avoid usinf of SSE instructions
+       if TARGET_64BIT is false.
+       (floatdi?f_i386_only): New insn.
+       (floatdi?f_i386): Disable for !TARGET_64BIT.
 
-       * expmed.c (extract_bit_field): Don't fail to compute
-       all of a DImode value.
+       * (min?f, max?f splitters): Handle case where
+       operands are cross-matched.
 
-       * dwarfout.c (SET_ASM_OP): Renamed from DEF_ASM_OP.
-       (ASM_OUTPUT_DEF): Use SET_ASM_OP.
-       * m88k.h (SET_ASM_OP): Renamed from DEF_ASM_OP.
-       * sparcv4.h (DEF_ASM_OP): No need for #undef.
+       * i386.h (HI_REGISTER_NAMES): Remove redundant definition
+       (MMX_REGISTER_NAMES): Kill.
+       (PRINT_OPERAND): Fix comment.
+       (PRINT_REG): Likewise.
+       * i386.c (print_reg): Kill support for 'm' CODE; simplify.
+       (print_operand): Update comment; kill 'm'.
 
-       * cccp.c (main): Handle -iprefix option instead of GCC_EXEC_PREFIX.
-       * gcc.c (process_command): Set gcc_exec_prefix.
-       (do_spec_1): Handle %I.
-       (default_compilers): Use %I when running cpp.
+       * i386.c (x86_branch_hints): New global variable
+       (print_operand): Support outputting of branch prediction hints.
+       * i386.md (conditional jump patterns): Add branch prediction hints
+       to the template.
+       * i386.h (x86_branch_hints): Declare
+       (TARGET_BRANCH_PREDICTION_HINTS): New macro.
+       (PRINT_OPERAND_FUNCT_VALID_P): New.
+       * final.c (final_forward_branch_p): New function.
 
-       * protoize.c (savestring, savestring2): Change parm decls.
+2001-06-06  Richard Henderson  <rth@redhat.com>
 
-       * i860.h, we32k.h (CONST_COSTS): Add missing parm OUTER_CODE.
+       * flow.c (mark_used_reg): Clean up looping over multiple hard
+       registers.  Do conditional life bits across multiple hard regs.
 
-       * i386v4.h (DEF_ASM_OP, WEAK_ASM_OP): Deleted.
+2001-06-05  Jeffrey D. Oldham  <oldham@codesourcery.com>
 
-Wed May 13 17:23:45 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * reload1.c (reload): Revert Schmidt's change so all USEs are not
+       deleted during reload.
 
-       * rtl.c (init_rtl): For byte_mode and word_mode, use first fit.
+2001-06-05  Mark Mitchell  <mark@codesourcery.com>
 
-       * protoize.c (munge_compile_params): Increase size of temp_params.
+       * c-semantics.c (genrtl_scope_stmt): Write out nested inline
+       functions here, instead of ...
+       * c-decl.c (c_expand_body): ... here.
 
-Wed May 13 13:30:40 1992  Chip Salzenberg  (chip@tct.com)
+2001-06-05  David O'Brien  <obrien@FreeBSD.org>
 
-       * i386sco4.h: New file.
+       * config.gcc, config/sparc/bsd.h:  Do not directly include
+       sparc/sparc.h.  Instead do it via tm_file.
 
-Tue May 12 23:23:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-05  Richard Henderson  <rth@redhat.com>
 
-       * expr.c (expand_increment): A subreg as op0 is not necessarily a copy.
-       Treat subregs like regs.
+       * dwarf2.h (DW_EH_PE_aligned): New.
+       * dwarf2asm.c (eh_data_format_name): Name it.
+       (dw2_asm_output_encoded_addr_rtx): Align for it.
+       * dwarf2out.c (output_call_frame_info): Handle it for personality
+       routine and LSDA pointers.
 
-       * c-typeck.c (mark_addressable): Different messages for reg var
-       if reason is a use in a nested function.
+       * unwind-pe.h (DW_EH_PE_aligned): New.
+       (base_of_encoded_value): Handle it.
+       (read_encoded_value_with_base): Likewise.
+       * unwind-dw2-fde.c (base_from_object): Likewise.
+       (get_cie_encoding): Likewise.
 
-Tue May 12 14:28:22 1992  Tom Wood  (wood at gen-rtx)
+       * config/alpha/elf.h: Remove ecoff commentary.
+       * config/alpha/osf.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
 
-       * gcc.c (process_command): -save-temps uses a switches entry.
+2001-06-05  David O'Brien  <obrien@FreeBSD.org>
 
-Tue May 12 21:24:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config.gcc, config/i386/bsd386.h:  Do not directly include
+       i386/386bsd.h.  Instead do it via tm_file.
 
-       * collect2.c (vfork): Declaration deleted.
+2001-06-05  David O'Brien  <obrien@FreeBSD.org>
 
-Tue May 12 06:16:49 1992  Niklas Hallqvist  (niklas@appli.se)
+       * elfos.h (USING_ELFOS_H):  Identify the use of elfos.h in the same
+       way svr4.h does.
 
-       * tower-as.h: Added support for basic block profiling.
+2001-06-05  Pascal Obry  <obry@act-europe.fr>
 
-Tue May 12 02:34:45 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * configure.in: Quote $enable_win32_registry in case the value has
+       spaces in it.
+       * configure: Ditto.
 
-       * unx386.h (AS3_SHIFT_DOUBLE): New macro to print shift-double
-       opcodes.
+2001-06-05  Mark Mitchell  <mark@codesourcery.com>
 
-       * i386gas.h (AS3_SHIFT_DOUBLE): Redefine for GAS shift-double rules.
-       (GAS_MNEMONICS): New macro to force use of opcodes for GAS.
-       * seq386gas.h (AS3_SHIFT_DOUBLE,GAS_MNEMONICS): Likewise.
+       * print-rtl.c (xspaces): Remove.
+       (print_rtx): Use printf field-width, rather than xpsaces, to
+       indent.
+       * toplev.c (main): Disable sibling-call optimization if we are
+       handling exceptions.
 
-       * i386.c (print_operand): Use GAS_MNEMONICS to choose long-long
-       opcode suffix.
+2001-06-05  Bernd Schmidt  <bernds@redhat.com>
 
-       * i386.md (ashldi3,ashrdi3,lshrdi3): Split into separate
-       recognizers for constant and variable shifts.
-       Use AS3_SHIFT_DOUBLE for variable shifts.
-       (all shifts and rotates): Don't allow memory operands for shift
-       count.
-       (bit set/clear): Don't allow non-CONST_INT constants as SET_SRC.
-       (movstrsi,cmpstrsi,strlensi): Allow any address_operand within
-       a MEM:BLK, not just register_operand.
-       (movstrsi): Rewrite to avoid match_dup on the address_operand
-       above.
+       * reload1.c (reload): Delete all USEs generated during reload.
 
-Mon May 11 23:31:47 1992  Mike Stump  (mrs@albert.gnu.ai.mit.edu)
+2001-06-05  scott snyder  <snyder@fnal.gov>
 
-       Sun May 10 18:44:58  Per Bothner  (bothner@cygnus.com)
+       * gccbug.in:  Fix typo.
 
-       * dbxout.c (dbxout_type_methods):  Only emit final semi-colon
-       of method list of we have emitted any methods.  (The converse
-       of only emitting the operation name initially if needed.)
+2001-06-05  Andreas Jaeger  <aj@suse.de>
 
-Mon May 11 22:45:18 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * builtins.def: Fix definition of __builtin_cosf, it uses float as
+       parameter and return value.
 
-       * reload.c, reload1.c: Use reg_overlap_mentioned_for_reload_p and
-       refers_to_regno_for_reload_p instead of the normal versions.
-       * reload.c (reg_overlap_mentioned_for_reload_p): New function.
+2001-06-04  Anthony Green  <green@redhat.com>
 
-Mon May 11 22:44:50 1992  Ron Guilmette  (rfg at ncd.com)
+       * config/sparc/elf.h (CPP_PREDEFINES): Don't assert cpu or
+       machine.  This is now done in sparc.h.
 
-       * integrate.c (expand_inline_function):  Copy LABEL_NAMEs to new
-       copies of CODE_LABELs.
-       * tree.c (decl_function_context, decl_type_context):  Renamed `fndecl'
-       formal parameter to `decl' throughout these functions.
+2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
 
-Mon May 11 18:43:45 1992  Paul Eggert  (eggert@twinsun.com)
+       Correct CVS resurrection of invoke.texi.
+       * doc/invoke.texi: Document new tree dump flags.
 
-       * cccp.c: (deps_file): Deleted.
-       (main): Do not open deps_file until needed.
-       Check error status of dep_stream and stdout more carefully.
-       (timestamp): New function; avoids calling localtime unless needed.
-       (special_symbol, initialize_builtins): Use new timestamp function.
+2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Mon May 11 20:48:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * c-typeck.c (build_c_cast): Use TYPE_MAIN_VARIANT when checking
+       for casting an aggregate to its own type.  Fixes PR c/2735.
 
-       * genix.h: Added #error, since this hasn't been updated.
+2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Mon May 11 14:33:32 1992  Ron Guilmette (rfg at ncd.com)
+       * doc/texinfo.tex: Update to version 2001-05-24.08.
 
-       * dwarfout.c (is_pseudo_reg):  New function.
-       (location_attribute):  Use `is_pseudo_reg'.
-       (location_or_const_value_attribute):  Use DECL_INCOMING_RTL as the
-       basis for forming the location decsriptor for any register parameter
-       which was optimized into non-exitance.
+2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * dwarfout.c (DWARF_VERSION):  New (default) definition.
-       (ASM_OUTPUT_DWARF_STACK_OP, ASM_OUTPUT_DWARF_FMT_BYTE,
-       ASM_OUTPUT_DWARF_TYPE_MODIFIER, ASM_OUTPUT_DWARF_DATA1):  Output tab
-       before ASM_BYTE_OP.
-       (ASM_OUTPUT_DWARF_ADDR_CONST):  Encapsulate all statements in a
-       `do { ... } while (0)'
-       (data_member_location_attribute, bit_offset_attribute):  Both fixed
-       to use alignment of declared type of field as the "containing object"
-       size.
-       (location_or_const_value_attribute):  Fixed to use DECL_INCOMING_RTL
-       only for parms passed in memory.
-       (output_decl):  Don't output DIEs for externals if DWARF_VERSION == 1.
-
-Sun May 10 17:18:33 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
-
-       * pa.h (CPP_PREDEFINES): Define for BSD here.
-       Remove conditional #ifdef hpux.
-       * pa-hpux.h, pa-ghpux.h (CPP_PREDEFINES): Define for hpux here.
-       * pa.h (CPP_SPEC): Define.
-
-Sun May 10 12:12:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * Makefile.in (clean): Delete unprotoize.c.
-
-       * stmt.c (expand_decl): Set MEM_IN_STRUCT_P right in dynamic case.
-
-       * expr.c (get_inner_ref): Handle ARRAY_REF only if constant offset.
-       Handle non-PLUS_EXPR variable offset by assuming multiple of byte.
-       (expand_assignment, expand_expr): Fix gen_rtx added in last change.
-
-Sat May  9 02:39:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * expr.c (get_inner_reference): New output arg poffset.
-       (expand_assignment, expand_expr): Pass new arg.  Handle nonzero offset.
-       (do_jump): Pass new arg but ignore result.
-       * fold-const.c (optimize_bit_field_compare, decode_field_reference):
-       Pass the new arg.  Just return 0 if offset comes back nonzero.
-
-       * reload.c (find_equiv_reg): Always test valueno >= 0.
-
-       * c-aux-info.c: Don't include param.h or errno.h; don't declare errno.
-
-       * rtl.c (read_rtx): Fix error in prev change.
-
-       * gcc.c (process_command): Handle -print-libgcc-file-name.
-       (main): Handle print_libgcc_file_name by printing the name.
-
-       * c-decl.c (finish_struct): Use TYPE_PRECISION to see whether 
-       bitfield's type is narrower than int, for promoting to int.
-
-       * cccp.c (struct definition, struct reflist): New field `rest_args'.
-       (struct arglist): Likewise.
-       (rest_extension, REST_EXTENSION_LENGTH): New var and macro.
-       (create_defnition): Recognize `...' and set flag in arglist.
-       (collect_expansion): Propagate flag to definition.
-       (macroexpand): Check flag when parsing arglist.
-       Special handling for ## next to a rest arg.
-       (macarg, macarg1): New arg rest_arg affects parsing in macarg1.
-
-       * genattrtab.c: Misc speedups and size reductions.
-       (check_attr_test): Set RTX_UNCHANGING_P for tests of const attributes.
-       Also for symbol_ref and comparison ops.
-       (make_canonical): Likewise.  Also check for degenerate cond values.
-       (operate_exp, simplify_cond, insert_right_side, evaluate_eq_attr):
-       Avoid copying in some cases.  Detect opportunities to simplify.
-       (compute_alternative_mask): Avoid atoi in most cases.
-       (copy_rtx_unchanging): New function.
-       (evaluate_eq_attr, simplify_test_exp): Use that.
-
-       * genattrtab.c (optimize_attrs): Work pattern by pattern,
-       doing all the work for each pattern before moving on.
-       Use temp_obstack during simplification, then copy the end result.
-       (temp_obstack): New obstack.
-       (clear_struct_flag): New subroutine.
-       (SIMPLIFY_TEST_EXP): Test MEM_IN_STRUCT_P.
-       (simplify_test_exp): Add code for debugging stop.
-       Avoid consing when possible; sometimes free storage.
-       Check MEM_IN_STRUCT_P.  Add shortcuts.
-
-       * genattrtab.c: Add simplification per alternative (not in use now).
-       (insn_n_alternatives): New array filled in by gen_insn.
-       (current_alternative_string): Nonzero means we are simplifying 
-       for a particular alternative.  Value is string for that numeral.
-       (SIMPLIFY_ALTERNATIVE): New macro simplifies eq_attr for alternative.
-       (evaluate_eq_attr, simplify_test_exp): Call SIMPLIFY_ALTERNATIVE.
-       (simplify_by_alternatives, count_sub_rtxs): New functions.
-
-       * genattrtab.c (attrs): Now an array indexed by first char.
-       (MAX_ATTRS_INDEX): Length of above.
-       (find_attr, main): Use that new data structure.
-
-       * genattrtab.c: Clarify use of hash-consing:
-       (hash_obstack): New obstack.
-       (attr_hash_add_rtx, attr_hash_add_string): Use hash_obstack.
-       (attr_rtx): Use hash_obstack if object is hashed.
-       Set RTX_INTEGRATED_P if object is hashed.
-       Don't hash object if subexpressions aren't hashed.
-       If making symbol_ref, hash the symbol name.
-       Uniquize const_int with value 0 or 1.
-       (attr_equal_p): New compare function; uses RTX_INTEGRATED_P.
-       (simplify_and_tree, simplify_or_tree, simplify_test_exp): Use that.
-       (attr_copy_rtx): New; copy all but hashed subexpressions.
-       (attr_eq): New function.
-       (attr_numeral): New function.
-       (check_attr_test): Use attr_eq.  Hash symbol_ref and comparison ops.
-       (check_attr_value): Return modified value.  Callers changed.
-       Hash symbol_ref.
-       (convert_set_attr_alternative): Use attr_eq and attr_numeral.
-       (convert_const_symbol_ref): Hash symbol_ref and eq.
-       (make_alternative_compare): Use attr_numeral.
-       (alternative_name): Fill in using hasher.
-       (copy_boolean): Hash a boolean expression if possible.
+       * c-common.h (flag_dump_translation_unit): Remove.
+       (enum tree_dump_index): Define.
+       (TDF_ADDRESS, TDF_SLIM): New #defines.
+       (dump_node_to_file): Remove.
+       (dump_node): Make extern. Add flags.
+       (dump_flag, dump_enabled_p, dump_begin, dump_end,
+       dump_switch_p): Prototype.
+       * c-common.c (flag_dump_translation_unit): Remove.
+       * c-decl.c (c_decode_option): Remove -fdump-translation-unit
+       logic. Use dump_switch_p.
+       * c-dump.h (struct dump_info): Add node and user fields.
+       (dump_pointer): Declare.
+       * c-dump.c (dump_node): Make extern. Add flags.
+       (SOL_COLUMN, EOL_COLUMN, COLUMN_ALIGNMENT): New #defines.
+       (dump_new_line, dump_maybe_newline): Use them.
+       (dump_pointer): New function.
+       (dequeue_and_dump): Check TDF_SLIM before dumping a _DECL's
+       chain or function's body. Dump address, if TDF_ADDRESS set.
+       (dump_flag): Define.
+       (dump_node_to_file): Remove.
+       (struct dump_file_info): New struct.
+       (dump_files): New array.
+       (dump_begin, dump_end, dump_enabled_p, dump_switch_p): Define.
+       * c-lang.c (finish_file): Adjust dumping.
+       * toplev.h (dump_base_name): Make extern.
+       * invoke.texi: Document new flags.
 
-Fri May  8 23:10:18 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-06-04  Mark Mitchell  <mark@codesourcery.com>
 
-       * i386.md (ashldi3,ashrdi3,lshrdi3): Fix typo in output template.
+       * c-tree.h (lang_decl): Add pending_sizes fields.
+       * c-decl.c (store_parm_decls): Save pending_sizes away for nested
+       functions.
+       (c_expand_body): Expand them.
+       (lang_mark_tree): Mark lang_decl:pending_sizes.
+       * function.c (expand_pending_sizes): New function, broken out
+       from ...
+       (expand_function_start): ... here.
+       * tree.h (expand_pending_sizes): Declare it.
 
-       * cse.c (cse_insn): Handle SUBREGs in CLOBBERs.
+2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
 
-Fri May  8 14:55:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/install.texi: Update FreeBSD information.  Generalize
+       and update information for alpha-based platforms using ELF.
 
-       * Makefile.in (PREMADE_ATTRTAB, PREMADE_ATTRTAB_MD): New vars.
-       (stamp-attrtab): Use them, to use presupplied file if suitable.
-       * t-mips, t-decstatn, t-decrose (PREMADE_ATTRTAB, PREMADE_ATTRTAB_MD):
-       Defined.
-       * mips-at.md, mips-at.c: New files.
-
-       * c-common.c (shorten_compare): Extend "always 0" warning
-       to fencepost case with le or ge.
-
-       * cccp.c (pass_thru_directive): Don't output a newline.
-       (initialize_builtins): Add explicit newlines in sprintfs.
-
-Fri May  8 14:49:12 1992  Michael Meissner  (meissner@osf.org)
-
-       * mips.md (adddi3): Force -32768 into a register, since the
-       define_insn's won't accept that one value.
-       (all attributes): Where an attribute is set to the same value in all
-       alternatives, don't use the alternative notation, since it will make
-       genattrtab somewhat faster.
-
-       * rtl.c (read_rtx): Use the current obstack to read in strings,
-       rather than repeated malloc/realloc's.
-
-Thu May  7 18:41:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * calls.c (expand_call): Never set must_preallocate if no stack args.
-
-Thu May  7 16:52:56 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
-
-       * pa1*: New names for pa1.1*.
-       * configure: Corresponding changes.
-
-       * m68k.md (u?mulsidi3): Don't permit immediates for operand 2.
-       (u?mulsidi3 recognizers): Split into immediate/nonimmediate cases.
-       * m68k.md ({zero,sign}_extend recognizers): Remove `n' from constraint
-       if predicate doesn't permit constants.
-
-Thu May  7 15:42:32 1992  Michael Collison  (collison at osf.org)
-
-       * i386rose.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE): Fix these to
-       avoid printing NaNs, and infinity.
-       (SUBTARGET_SWITCHES): Add OSF dependent switches for half-pic
-       support.
-       (MASK_HALF_PIC, TARGET_HALF_PIC): Likewise.
-       (CC1_SPEC): Map pic-none, pic-lib, pic-extern and pic-calls
-       to appropriate half-pic compiler switches.
-       (LINK_SPEC): If not -noshrlib or -pic-none, pass -warn_nopic.
-       Allow user to pass -noshrlib directly.
-       (OPTIMIZATION_OPTIONS): Customize levels for OSF.
-       (CONSTANT_ADDRESS_P: Add check to determine if we have a
-       half-pic constant.
-       (ENCODE_SECTION_INFO): Check to see if we have a half-pic
-       declaration.
-       (ASM_DECLARE_OBJECT_NAME): Output the label (definition) for a
-       object and check to see if it is half-pic.
-       (ASM_DECLARE_FUNCTION_NAME): Likewise but for functions.
+2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-Thu May  7 15:56:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
+       (store_parm_decls): Likewise.
+       * c-typeck.c (convert_arguments): Likewise.
 
-       * reload.c (find_reloads): Remover unterm comment from recent changes.
+2001-06-04  Richard Henderson  <rth@redhat.com>
 
-       * genattrtab.c (compute_alternative_mask): Usually bypass atoi.
+       * sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress
+       optimization if current_function_calls_setjmp.
 
-Thu May  7 15:56:51 1992  Tom Wood  (wood@dg-rtp.dg.com)
+2001-06-04  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * genattrtab.c (fill_attr): Do nothing for constant attribute.
-       (check_attr_test): Set unchanging flag for constant attribute.
-       (write_test_expr): Expand constant attributes here.
+       * doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
+       wide strings.
 
-Thu May  7 06:01:46 1992  Michael Meissner  (meissner@osf.org)
+Mon Jun  4 20:44:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * decrose.h (CPP_SPEC): Fix typo in last change.
+       * simplify-rtx.c (simplify_subreg): Fix combining of
+       paradoxical subregs.
 
-Wed May  6 17:39:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Mon Jun  4 20:15:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * convex.h (HAVE_STRERROR, vfprintf, WTERMSIG, WEXITSTATUS): Deleted.
+       * rtlanal.c (rtx_unsable_p): ADDRESSOF is stable.
+       (no_labels_between_p): Short circuit case beg==end.
 
-       * dbxout.c (dbxout_type): Don't repeat a cross-reference
-       merely because full is nonzero.
+Mon Jun  4 20:03:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * calls.c (expand_call):
-       Avoid rounding error testing copy_to_evaluate_size.
+       * rtlanal.c (operand_preference): Fix preference for objects.
 
-       * xm-mipsbsdn.h: Renamed from xm-mipsbsdnews.h.
-       * xm-sun386.h: Renamed from xm-xm-i386sun.h.
-       * configure: Corresponding changes.
+Mon Jun  4 20:00:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed May  6 23:11:55 1992  John F Carr  (jfc at Achates.mit.edu)
+       * gcse.c (handle_avail_expr): Be prepared to handle single_set
+       parallels.
 
-       * cse.c (simplify_binary_operation): Support MIN and MAX for
-       SImode and narrower integers.
+Mon Jun  4 19:59:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed May  6 17:25:37 1992  Michael Meissner  (meissner@osf.org)
+       * combine.c (if_then_else_cond): Use simplify_subreg instead
+       of operand_subword.
+       * integreate.c (sub_constants): Likewise.
 
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 18.
-       (mips_cpu_attr): New define, which is the mips_cpu variable recast
-       to the attr_cpu enumeration for mips.md.
-       (HALF_PIC_NUMBER_PTRS, HALF_PIC_NUMBER_REFS): Add dummy
-       definitions if halfpic.h is not included.
+Mon Jun  4 19:59:12 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * mips.c (function_epilogue): Print half-pic stats if -mstats and
-       the stats are non-zero.
+       * emit-rtl.c (constant_subword): Deprecate; remove most of code
+       and use simplify_gen_subreg.
 
-       * mips.md (cpu attribute): Just use symbol_ref "mips_cpu_attr"
-       instead of a four way if statement.
-       (movsi_internal, movhi, movqi): Use 'z' constraint for fpsw, not 's'.
+Mon Jun  4 19:55:23 CEST 2001  Lars Brinkhoff  <lars@nocrew.org>
 
-       * halfpic.h (half_pic_number_ptrs): Add counter for the number of
-       pointers generated.
-       (half_pic_number_refs): Add counter for the number of references.
+       * sibcall.c (skip_copy_to_return_value): recognize the situation
+       when the called function's return value is copied into an
+       intermediate pseudo, and then into the calling functions return
+       value register.
 
-       * halfpic.c (half_pic_number_ptrs): Add counter for the number of
-       pointers generated.
-       (half_pic_number_refs): Add counter for the number of references.
-       (half_pic_ptrs): Update new counters.
+Mon Jun  4 16:50:33 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * decstatn.h (CPP_SPEC): Define __LANGUAGE_x__ and __LANGUAGE_x
-       where x is C_PLUS_PLUS, OBJECTIVE_C, C, or ASSEMBLY.  Fix
-       undef'ing LANGUAGE_C for .S files.
-       (HALF_PIC_PREFIX): Define as '$Lp.'.
+       * simplify_rtx.c (simplify_subreg): Keep subregs on return values,
+       check CLASS_CANNOT_CHANGE_MODE before avoiding subreg on hard reg,
+       in case register wasn't OK previously, accept it now; allow
+       subregs of frame pointer if reload completed and frame pointer
+       is not needed.
 
-       * decstatn.h (CPP_SPEC): Define __LANGUAGE_x__ and __LANGUAGE_x
-       where x is C_PLUS_PLUS, OBJECTIVE_C, C, or ASSEMBLY.
+       * combine.c (sombine_simplify_rtx): Fix comment;
+       use subreg_lowpart_offset instead of subreg_lowpart_p
+       (gen_lowpart_for_combine): Use subreg_lowpart_offset.
+       * rtl.h (subreg_lowpart_parts_p): Kill.
+       (subreg_lowpart_offset, subreg_highpart_offset): Declare.
+       * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset.
+       * emit-rtl.c (gen_lowpart_SUBREG): Use subreg_lowpart_offset;
+       (gen_lowpart_common): Likewise.
+       (subreg_lowpart_p): Likewise.
+       (subreg_lowpart_parts_p): Kill.
+       (subreg_lowpart_offset, subreg_highpart_offset): New function.
 
-       * mips-tfile.c (toplevel): Don't define anything in the standard
-       headers, such as open, etc.
-       (add_procedure): Delete unused variable orig_fdb.
+       * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
+       to simplify SUBREG and REG.
+       (gen_highpart): Use simplify_gen_subreg for all simplifications.
 
-       * mips-tdump.c (toplevel): Don't define anything in the standard
-       headers, such as open, etc.
+       * emit-rtl.c (gen_realpart, gen_imagpart): Do not handle
+       CONCAT specially.
 
-       * collect2.c (main): Don't pass -f<xxx> switches to GCC when
-       building the constructor table.
-       (write_c_file): Put extern in front of all external declarations.
-       (scan_prog_file, COFF varient): On ECOFF systems, check whether
-       the header pointer is non-NULL before using it.
+       * rtlanal.c (replace_regs):  Use simplify_gen_subreg
 
-       * cp-lex.c (store_pending_inline): Cast obstack_copy arg to char *.
-       (copy_lang_decl): Cast bcopy args to char *.
+Mon Jun  4 09:21:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Wed May  6 13:28:58 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * doc/c-tree.texi (ARRAY_REF): Say what type of expression must be.
+       (ARRAY_RANGE_REF): Added description.
 
-       * i960.h, i960.c (hard_regno_mode_ok): Use unsigned int not short.
+       * tree.def (ARRAY_RANGE_REF): New code.
+       * alias.c (handled_component_p, can_address_p): Handle it.
+       * dwarf2out.c (loc_descriptor_from_tree): Likewise.
+       * explow.c (set_mem_attributes): Likewise.
+       * expr.c (expand_assignment, get_inner_reference): Likewise.
+       (expand_expr, expand_expr_unaligned, do_jump): Likewise.
+       * fold-const.c (operand_equal_p): Likewise.
+       * tree.c (staticp, stabilize_reference): Likewise.
+       * varasm.c (decode_addr_const): Likewise.
 
-       * Makefile.in (USER_H): Add va-i960.h.
+Sun Jun  3 21:59:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Wed May  6 07:31:54 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS.
+       (push_reload): Handle non-REG in reload_inner_reg_of_subreg case.
 
-       * explow.c (emit_stack_{save,restore}): New functions.
-       * expr.h: Declare them and enum save_level.
-       * calls.c (expand_call): Call emit_stack_save.
-       * expr.c (expand_builtin, case BUILT_IN_ALLOCA): Likewise.
-       * function.c (delete_handlers): Make test for insn that sets
-       a slot more general.
-       (expand_function_end): Call emit_stack_{save,restore}.
-       * stmt.c (declare_nonlocal_label): Call emit_stack_save.
-       (expand_goto_internal): Likewise.
-       (expand_goto): Likewise.
-       Copy slots so they don't get instantiated incorrectly; also
-       update use of virtual regs and frame pointer.
-       (expand_end_bindings): Call emit_stack_restore.
-       (expand_decl): Call emit_stack_save.
-       Set current_function_calls_alloca when allocating variable-sized
-       objects.
-       * rs6000.md ({save,restore}_stack_{block,function,nonlocal}): New.
+2001-06-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
-Tue May  5 13:17:29 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * gcc/config/sh/sh.c (print_operand_address, print_operand): Call
+       mark_constant_pool_use before output_addr_const.
+       (struct pool_node): New field wend.
+       (add_constant): Note a sequence of constants that are referenced
+       by a given label.
+       (pool_window_label, pool_window_last): New variables.
+       (dump_table): Emit a unspec_volatile representing the end of a
+       sequence of constants.
+       (mark_constant_pool_use): New function.
+       * gcc/config/sh/sh.md (UNSPECV_WINDOW_END): New constant.
+       (consttable_2): Add the second operand which flags whether
+       this consttable entry was used or not.
+       (consttable_4, consttable_8, consttable_sf, consttable_df):
+       Likewise.
+       (consttable_window_end): New insn.
 
-       * configure (a29k-*-*, i960-*-*): New default configurations.
+2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * i960.c, i960.h, i960.md, xm-i960.h, va-i960.h: New files.
+       * insn-addr.h (INSN_ADDRESSES_NEW): Make insn_uid__ unsigned.
+       Reformat according to coding standards.
 
-       * gstdarg.h, gvarargs.h: Include va-i960.h for i960.
+       Warning removal.
+       * config/sh/sh.c (print_operand_address): Cast INTVAL to int.
+       (shl_and_kind): Cast wide constant.
+       (gen_far_branch): Define as static, as in declaration.
+       (barrier_align): Compute cache-line length as unsigned.  Add
+       parentheses in initial credit computation.
+       (rounded_frame_size): Add parentheses.
+       (permanent_obstack): Remove declaration.  Include ggc.h for
+       declaration of ggc_add_root_rtx().
+       (get_free_reg): Removed declaration of unused variable reg.
+       (legitimize_pic_address): Mark mode argument as unused.
 
-       * calls.c (expand_call): Call REG_PARM_STACK_SPACE once and save
-       result.  Add code to Use new macros MAYBE_REG_PARM_STACK_SPACE and
-       FINAL_REG_PARM_STACK_SPACE.
-       (store_one_arg): New parameter reg_parm_stack_space.
-       * function.c (assign_parms): Use MAYBE_REG_PARM_STACK_SPACE.
+2001-06-03  Igor Shevlyakov  <igor@windriver.com>
 
-       * cse.c (NONZERO_BASE_PLUS_P): Don't consider arg pointer by itself
-       to be non-zero, because it isn't on the i960.
+       * config/sh/sh.c (output_branch): Support for insn with lenght
+       attr 12 & 16 which represents cond branches outside +-4096 range.
 
-       * dbxout.c (dbxout_symbol): Use decl_function_context not
-       TREE_PERMANENT to identify function local statics.
+2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * integrate.c (copy_rtx_and_substitute): Also remap SYMBOL_REFs
-       that point to LABEL_REFs in the constant pool.
+       * config/sh/lib1funcs.asm (ic_invalidate): Align the
+       cache-mirroring sequence.  Add nops.
 
-       * expr.c (expand_expr, PLUS case): Canonicalize MULT
-       when associating a constant.
+2001-06-03  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Tue May  5 12:56:29 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
+       * doc/install-old.texi: Remove more old installation
+       documentation.
+       * doc/install.texi: Add relevant parts here.
 
-       * pa.c (singlemove_string): Make it global.
-       * pa.md: Add high:DI and lo_sum:DI patterns.
+2001-06-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Tue May  5 12:04:56 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * doc/install.texi2html: New script.
 
-       * c-typeck.c (build_array_ref): Require int index *after* promotion.
+2001-06-03  David Edelsohn  <edelsohn@gnu.org>
 
-       * convex.h (REG_OK_FOR_{BASE,INDEX}_P): Virtual regs that will
-       turn into stack_pointer_rtx are not valid for indexing.
+       * doc/install.texi: Update AIX information again.
 
-       * config.sub: NeXT is BSD, not SysV.
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * att386.h (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL):
-       Undef before defining.
+       * doc/gcc.texi, doc/install-old.texi: Remove old system-specific
+       installation documentation.
+       * doc/install.texi: Move it to here.
 
-       * dbxout.c (dbxout_parms): Handle invisible reference parms.
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Tue May  5 22:48:54 1992  Niklas Hallqvist  (niklas@appli.se)
+       * doc/install.texi: Clean up Texinfo markup.
 
-       * Makefile.in (test-protoize-simple):
-       Change tmp-protoize* to tmp-proto*.
-       (mostlyclean): Remove that temporary file.
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Tue May  5 09:35:30 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * doc/cpp.texi, doc/cppinternals.texi, doc/gcc.texi: Move contents
+       to just after title page.
 
-       * i386.c (print_operand): Handle VOIDmode CONST_DOUBLE correctly.
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * reload.c (find_reloads): Recompute `code' before preferred_class.
+       * doc/install-old.texi: Remove documentation of some configuration
+       options.
+       * doc/install.texi: Add relevant parts of this documentation here.
 
-Mon May  4 00:23:29 1992  Ron Guilmette  (rfg at ncd.com)
+2001-06-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * svr3.h (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL):
-       Added definitions appropriate for most svr3 systems.
+       * contrib.texi: Updated entries for Mark Mitchell, Joseph S. Myers,
+       Gerald Pfeifer, Bernd Schmidt, and Dean Wakerley.
 
-       * protoize.c (volatile):  Define to nothing if !defined(__STDC__).
-       (setjmp, longjmp):  Declared external if not defined as pp-macro.
-       (include_defaults):  Fix type of `fname' field.
-       (compiler_file_name):  Fixed type.
-       (savestring):  Fixed type of `size' parameter.
-       (savestring2):  New function.
-       (string_list_cons):  Removed trailing blanks from parm declaration.
-       (find_file):  Moved comments out of formal parm declarations area.
-       (munge_compile_params):  Fixed type of `temp_parms'.
-       (gen_aux_info_file):  Construct new filename using `savestring2'.
-       (find_extern_def):  Suppress annoying warnings about missing
-       definitions for extern functions.
-       (edit_fn_declaration):  Declare `clean_text_p' as `volatile' not as
-       `VOLATILE'.
-       (scan_for_missed_items):  Make text of warning more obvious.
-       (edit_file):  Make text of warning shorter.
+Sat Jun  2 12:23:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * libgcc2.c (__builtin_new):  Changed arg type to `size_t'.  Moved
-       nested declaration of malloc out to file-scope.
-       (__builtin_vec_new):  Prototype preceeding function declarations.
-       (__builtin_vec_new, __builtin_vec_delete): Changed types of non-pointer
-       arguments and local variables to `size_t'.
-       (__clear_cache):  Use type `void *' variables to store addresses.
-       (__do_global_dtors):  Use unsigned type for counters.
-       (__main):  Add explicit type to declaration of `initialized'.
+       * i386.md (all uses of ext_register_operand): Make sure they are
+       VOIDmode; replace all uses outside zero_extend.
+       (and?i splitters): Use ext_register_operands.
+       (test?i peep2): Remove ignored constraints.
+       * i386.c (ext_register_operand): Check that operand is
+       either pseudo or hard or 'Q' register.
 
-Mon May  4 16:16:56 1992  Tom Wood  (wood at dg-rtp.dg.com)
+Sat Jun  2 06:53:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * dwarfout.c (dwarfout_file_scope_decl): Ignore a global register
-       variable.
+       * tree.h (struct record_layout_info_s): New field unpadded_align.
+       (set_lang_adjust_rli): New declaration.
+       * stor-layout.c (layout_decl): If DECL is packed, but at alignment
+       it would have if not packed, do not downgrade DECL_ALIGN.
+       (lang_adjust_rli, set_lang_adjust_rli): New.
+       (start_record_layout): Initialize new field unpadded_align.
+       (debug_rli): Display it.
+       (place_union_field, place_field): Set it.
+       (layout_type, case RECORD_TYPE): Call via lang_adjust_rli if set.
 
-Mon May  4 08:28:18 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
+       * print-tree.c (print_node): Don't print "regdecl" when bit doesn't
+       mean that; use proper names instead.
+       Print DECL_NO_STATIC_CHAIN.
 
-       * pa-ghpux.h, pa-hpux.h: #define HAVE_ATEXIT.
+       * except.c (expand_builtin_frob_return_addr): Add missing call
+       to convert_memory_address #ifdef POINTERS_EXTEND_UNSIGNED.
+       (expand_builtin_eh_return): Likewise.
+       (expand_eh_return): Clean up ptr_mode != Pmode cases.
 
-       * genextract.c (print_path, main): Make the generated code use
-       `pat', not `insn', except for fatal_insn_not_found.  Remove
-       insn_code variable from generated code, and switch directly on
-       INSN_CODE (insn).
+2001-06-01  Jan van Male  <jan.vanmale@fenk.wau.nl>
 
-       * hppa*: Rename to be unique in first 8 characters.
-       * configure: Corresponding changes.
+       * doc/invoke.texi: Remove references to papers about sequence points
+       to readings.html, refer to that page.
 
-Mon May  4 00:20:39 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-06-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * reload.c (find_reloads): Compute preferred_class after
-       calling find_reloads_toplev or equivalent.
+       * README: Update references to installation instructions.
 
-       * vax.h (PRINT_OPERAND): Add codes M, h, b.
+2001-06-01  Laurent Guerby  <guerby@acm.org>
+           Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * ns32k.h (PREFERRED_RELOAD_CLASS): Change GEN_AND_MEM_REGS
-       to GENERAL_REGS.
+       * doc/install.texi: Define srcdir when sources come from CVS.
+       Significantly improve markup.  Wrap overly long lines
 
-       * config.sub: Recognize we32 and 3b*.
+2001-06-01  DJ Delorie  <dj@redhat.com>
 
-       * varasm.c (readonly_data_section): Move after data_section.
+       * c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi,
+       extend.texi, fdl.texi, gcov.texi, invoke.texi, md.texi,
+       objc.texi, rtl.texi, tm.texi, texinfo.tex, gcc.1, cpp.1,
+       gcov.1: Move to doc subdirectory.
+       * install.texi: Move to doc/install-old.texi.
+       * gcc.texi: Move to doc, refer to install-old.texi.
+       * Makefile.in: Reflect move of docs to doc/.
+       * f/Make-lang.in: Ditto.
+       * java/Make-lang.in: Ditto.
+       * doc/.cvsignore: New.
 
-       * Makefile.in (print-rtl.o): Compile also for host machine.
-       (genattrtab): Link in host's print-rtl.o.
+2001-05-31  Jan van Male  <jan.vanmale@fenk.wau.nl>
 
-       * i386v4.h (ASM_OUTPUT_ALIGNED_LOCAL): Deleted.  Dfn in svr4.h is good.
+       * invoke.texi: use two spaces between command options, eliminate
+       some 'overfull hboxes'
 
-Sun May  3 21:39:22 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
 
-       * i386.h (RTX_COSTS): Add missing break.
+       * Makefile.in (s-mlib): Make backtick-commands always succeed.
+       (DRIVER_DEFINES): Ditto.
 
-Sun May  3 19:40:50 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+2001-05-31  Richard Henderson  <rth@redhat.com>
 
-       From law:
-       * sparc.md (fp unit attributes): Change result ready delays to
-       match how the FP unit really works.
+       * gcc.c (init_gcc_specs): When linking against libgcc_s.so,
+       also link against libgcc.a.
 
-       * sched.c (schedule_block): Don't move USE at the end of any block.
+2001-05-31  Geoff Keating  <geoffk@cygnus.com>
 
-       From rfg:
-       * sparc.c (handle_pragma_token):  Added new function (based on original
-       `handle_pragma_token' in i386.c).
-       * sparcv4.h (INIT_SECTION_PREAMBLE):  Definition added.
-       (PUSHSECTION_FORMAT):  Added leading tab.
-       (HANDLE_PRAGMA):  Added definition to handle #pragma weak (based on
-       original definition in i386v4.h).
+       * config/mips/mips.h (ASM_OUTPUT_ASCII): Convert to function.
+       * config/mips/mips.c (mips_output_ascii): New function.
+       * config/mips/mips-protos.h (mips_output_ascii): Prototype.
 
-       From jfc:
-       * sched.c (insn_costs): New variable.
-       (insn_cost): Save cost of insn in insn_costs to avoid recomputation.
-       (sched_analyze_2): Handle UNSPEC_VOLATILE.
-       (schedule_insns): Init insn_costs.
+       * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Force to 4.
 
-       * sparc.c (output_move_double): Correctly check for constant
-       DFmode addresses.  Assume that DFmode addresses with MEM_IN_STRUCT_P
-       set are always aligned.
+Thu May 31 19:09:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Sun May  3 16:52:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * flow.c (set_block_for_new_insns): Remove bogus shortcut.
+       * i386.c (ix86_expand_int_movcc): Force one of operands to be register.
 
-       * gcc.c (PATH_SEPARATOR): New macro.  From Alex Zatsman.
-       (process_command): Use it when scanning a path.
+2001-05-31  Rodney Brown  <rbrown64@csc.com.au>
 
-       * expr.c (expand_builtin): Cast icode to int for indexing.
+       * install.texi (Configuration): Add html links for --with-gnu-as &
+       --with-gnu-ld and refer to them from hppa & SCO triplets.
+       (Specific): Link back to with-gnu-ld for all ELF platfoms.
+       (Specific): Reword AVR binutils recommendation.
 
-       * xm-i386dos.h: New file.
-       * configure.bat: Use that file.
-       * gcc.c (EXECUTABLE_SUFFIX): Remove special default for MSDOS.
-       (putenv): Remove conditionals for MSDOS, since HAVE_PUTENV now defined.
+2001-05-30  Zack Weinberg  <zackw@stanford.edu>
 
-       * c-typeck.c (build_array_ref): Promote after -Wchar-subscripts test.
+       * ggc-page.c (size_lookup): Increase minimum allocation size
+       to eight bytes.
+       (ggc_print_statistics): Report size of each bin in bytes, not
+       as its order; there is no longer a direct relationship.
 
-       * c-decl.c (builtin_function): If traditional and name is user-visible,
-       set DECL_BUILT_IN_NONANSI.
+2001-05-31  Jan van Male  <jan.vanmale@fenk.wau.nl>
 
-       * cccp.c (PATH_SEPARATOR): Add default definition.
-       (main): Use that.
+       * extend.texi: Fix formating of examples, eliminate some
+       'overfull hboxes'.
+       * gcc.texi: Eliminate some 'overfull hboxes'.
+       * invoke.texi: Use two spaces between command options, eliminate
+       some 'overfull hboxes'.
 
-Sun May  3 08:17:02 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+2001-05-30  Richard Henderson  <rth@redhat.com>
 
-       * pyr.h (FRAME_POINTER_REGNUM): Work around pyr cpp bug.
+       * dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.
 
-       * xm-hppa.h (NO_SYS_SIGLIST): Define.
+2001-05-30  Tom Tromey  <tromey@redhat.com>
 
-Sat May  2 15:03:08 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix,
+       use it in the new association.
 
-       * callc.c (emit_call_1): Restore inhibit_defer_pop after popping args.
+2001-05-30  Loren J. Rittle  <ljrittle@acm.org>
+           John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-Thu Apr 30 20:00:00 1992  DJ Delorie (dj@ctron.com)
+       * gthr-posix.h (__gthread_active_ptr): Cast function pointer
+       to target type to allow ISO C++ compiler to accept it.
+       * gthr-dce.h (__gthread_active_ptr): Likewise.
+       * gthr-solaris.h (__gthread_active_ptr): Likewise.
 
-       * configure.bat: Complete rewrite to use Makefile.in.
-       * Makefile.dos: File deleted.
+2001-05-30  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Thu Apr 30 23:38:00 1992  Per Bothner  (bothner@rtl.cygnus.com)
+       * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
+       so that we do accept comments in preprocessed input.
 
-       * xcoffout.h (DBX_FINISH_SYMBOL):  Use DECL_ASSEMBLER_NAME
-       instead of DECL_NAME when writing out a global symbol.
-       (Makes a big difference for C++ static class members.)
+2001-05-30  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Thu Apr 30 23:13:01 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cpphash.c (alloc_node): Cast allocated pointer.
 
-       * fold-const.c (fold, comparisons): Don't call omit_one_operand in
-       a case where the operand isn't really being omitted.
+2001-05-30  Gordon Sadler <gbsadler1@lcisp.com>
 
-       * combine.c (distribute_notes, case REG_DEAD): Don't write a USE for
-       a partially-dead register if we already wrote one.
+       * invoke.texi (Option Summary): Remove -isystem-c++ from options.
 
-Thu Apr 30 21:51:29 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-05-29  Stan Shebs  <shebs@apple.com>
 
-       * Makefile.in (enquire.o, install-common-headers): Make these work
-       when $(srcdir) is .
+       * gcc.texi: Add links for information about Objective-C.
 
-       * c-decl.c (init_decl_processing): Use void_ftype_any as the type
-       for _exit, exit and abort.
+2001-05-29  Nathan Sidwell  <nathan@codesourcery.com>
 
-Wed Apr 29 21:42:30 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * configure.in (gcc_version): Remove unrequired \ on ". (Solaris
+       /bin/sed fails on [^\"]).
+       (configargs.h): Likewise.
 
-       * genattrtab.c (insn_name_ptr): Define so we could link with
-       debug_rtx.
+2001-05-29  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
 
-       * genattrtab.c (check_attr_test, simplify_test_exp): Copy expression
-       before setting as unchanging.
-       (make_canonical): Set result as unchanging after calling
-       convert_const_symbol_ref.
-       (evaluate_eq_attr): When returning original expression, set it
-       as unchanging.
+       * config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.
 
-Wed Apr 29 13:30:33 1992  Michael Meissner  (meissner@osf.org)
+2001-05-28  Stan Shebs  <shebs@apple.com>
 
-       * halfpic.c (half_pic_ptr): Allocate space for the NULL byte.
+       * objc/objc.gperf: Remove, no longer used.
 
-Wed Apr 29 06:28:35 1992  Ron Guilmette  (rfg at ncd.com)
+2001-05-28  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * dwarfout.c (src_coords_attribute):  Don't #ifdef code based on
-       DWARF_DECL_COORDINATES.
-       (name_and_src_coords_attributes):  Do #ifdef calls to `lookup_filename'
-       and `src_coords_attribute' based on DWARF_DECL_COORDINATES.  Also,
-       pop out of .debug section temporarily while calling `lookup_filename'.
+       * c-tree.texi, contrib.texi, cpp.texi, extend.texi, gcc.texi,
+       gcov.texi, install.texi, md.texi, objc.texi, rtl.texi, tm.texi:
+       Remove trailing whitespace.
 
-Wed Apr 29 02:01:03 1992  Mike Stump  (mrs@albert.gnu.ai.mit.edu)
+2001-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * Complete another Cygnus <--> FSF merge.
+       * doc/install.texi (Specific): http://reality.sgi.com/ariel/freeware/
+       became http://freeware.sgi.com/.
 
-       Tue Apr 28 19:24:52 1992  Mike Stump  (mrs at rtl.cygnus.com)
+2001-05-27  Geoffrey Keating  <geoffk@redhat.com>
 
-       * cp-init.c (do_friend):  Handle overloaded and extern "C"
-       friends correctly.
+       * local-alloc.c (update_equiv_regs): Don't eliminate constant
+       expressions at -O0.
 
-       Mon Apr 27 21:04:40 1992  Mike Stump  (mrs at rtl.cygnus.com)
+2001-05-27  Stan Shebs  <shebs@apple.com>
 
-       * cp-search.c (build_vbase_vtables_init):  Don't set
-       flag_this_is_variable to -2 when not doing a ctor.
+       * objc/objc-act.c: Add/fix various comments.
+       (init_selector): Remove, no longer used.
+       (build_msg_pool_reference): Ditto.
+       (objc_debug): Ditto.
 
-       * cp-class.c (build_vbase_path): Don't unconditionally set
-       code to be a PLUS_EXPR.
+2001-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       Mon Apr 27 14:14:08 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * c-decl.c (init_decl_processing):
+        Don't call start_identifier_warnings.
+       * flags.h (warn_id_clash, id_clash_len): Remove.
+       * stringpool.c: Don't include flags.h.
+       (scan_for_clashes, do_identifier_warnings,
+       start_identifier_warnings): Remove.
+       * toplev.c (warn_id_clash, id_clash_len): Remove.
+       (display_help): Don't document -Wid-clash.
+       (decode_W_option): Print warning on -Wid-clash.
+       * tree.h (start_identifier_warnings): Remove.
+       * invoke.texi: Remove documentation of -Wid-clash.
 
-       * cp-decl.c (grokdeclarator):  Allow contructors to be friends.
-       Cannot find anything prohibiting it.
+2001-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       Mon Apr 27 13:26:20 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * fixinc/fixtests.c: Declare entries in ENV_TABLE.
 
-       * cp-init.c (do_friend):  bullet proof handling of friends,
-       fixes problem introduced on Apr 26 18:24:35.
+2001-05-27  Bruce Korb  <bkorb@gnu.org>
 
-       Sun Apr 26 23:18:24 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * fixinc/check.tpl(HACK) add and use a Scheme variable
+       (has no test text): error out if no "test_text" is defined
+       * fixinc/fixincl.tpl: likewise
+       (FIXIDX): make it an enumeration so we minimize diffs
+       * fixinc/inclhack.def: re-alphabetize and add sort instructions
+       * fixinc/fixincl.x: regenerate
+       * fixinc/tests/base/stdio.h: test output got moved due to
+       the alphabetizing
+       * README-fixinc: rewrite (mostly)
 
-       * cp-call.c (ideal_candidate):  Allow one to overload static
-       member functions without dumping core.
+2001-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       Sun Apr 26 18:44:57 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * cpplib.c (run_directive): Set pfile->directive.
 
-       * cp-tree.c (break_out_calls): Call build1 instead of build for
-       trees with only one operand to avoid abort in build.
+2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
 
-       Sun Apr 26 18:24:35 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * c-tree.texi: Reformat the manual as a single chapter now
+       included by gcc.texi.
+       * gcc.texi: Include c-tree.texi. Merge all indexes.
+       * Makefile.in (dvi): Add generation for the cppinternals
+       documentation. Added dependencies on fdl.texi and c-tree.texi
+       where appropriate.  Use TEXI2DVI instead of custom tex calls.
+       (info): Added dependencies on fdl.texi and c-tree.texi where
+       appropriate.  Remove the target c-tree.info.
 
-       * cp-init.c (do_friend):  Allow extern "C" functions to be
-       friends.
+2001-05-27  Lars Brinkhoff  <lars@nocrew.org>
 
-       Sat Apr 25 02:57:07 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * combine.c (try_combine): Fix typo in comment.
+       * expr.c (expand_expr): Likewise.
+       * config/i370/i370.md (untyped_call): Likewise.
 
-       * cp-*.[chy]:  Fix all pedantic warnings to be pedwarn.
+2001-05-26  Bruce Korb  <bkorb@gnu.org>
 
-       Sat Apr 25 01:46:50 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * fixinc/fixtests.c(stdc_0_in_system_headers_test): Must return "FIX"
+       when fixincl is operating in test mode
+       * fixinc/inclhack.def(AAB_dgux_int_varargs) : aesthetics
+       (AAB_ultrix_limits): remove redundant text
+       (AAB_ultrix_memory): ditto
+       (AAB_ultrix_string): ditto
+       (djgpp_wchar_h): fix the test text
+       (irix_stdio_va_list): add test text
+       (irix_limits_const): add a testing output file (limits.h is overwritten)
+       (strict_ansi_not_ctd): put limits.h second in list for same reason
+       (solaris27_mutex_init): test text needed selection text, too
 
-       * cp-tree.c (break_out_calls):  Handle NULL_TREE properly.
+       * fixinc/fixtests.c(stdc_0_in_system_headers_test): Must return "FIX"
+       when fixincl is operating in test mode
 
-       Fri Apr 24 23:49:39 1992  Mike Stump  (mrs at rtl.cygnus.com)
+2001-05-26  Philip Blundell  <philb@gnu.org>
 
-       * cp-type2.c (store_init_value):  Provide an error message
-       about bad syntax instead of core dumping.
+       * config/c4x/c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.
+       * config/i960/i960-protos.h: Likewise.
+       * config/i370/i370-protos.h: Likewise.
+       * config/h8300/h8300-protos.h: Likewise,
+       * config/sh/sh-protos.h: Likewise.
+       * config/v850/v850-protos.h: Likewise.
 
-       Fri Apr 24 16:46:03 1992  Mike Stump  (mrs at rtl.cygnus.com)
+2001-05-26  Philip Blundell  <philb@gnu.org>
 
-       Fri Apr 24 18:55:45 1992  Chip Salzenberg  (chip@tct.com)
+       * config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.
 
-       * cp-parse.y (component_decl):  Fix small problem to take us
-       back down to 14 reduce/reduce errors.
+2001-05-25  Zack Weinberg  <zackw@stanford.edu>
 
-       Thu Apr 23 19:48:54 1992  Mike Stump  (mrs at rtl.cygnus.com)
+       * toplev.c (debug_args, f_options, W_options): Mark
+       descriptions for translation.
+       (display_help): Translate descriptions on output.
 
-       Wed Apr 22 22:47:15 1992  Chip Salzenberg  (chip@tct.com)
+       * cp/lang-options.h, f/lang-options.h, java/lang-options.h,
+       objc/lang-options.h: Mark descriptions for translation.
 
-       * cp-type2.c (readonly_warning_or_error):  Eliminate arbitrary
-        limit of 80 characters per warning message.
+       * aclocal.m4: Quote final argument of patsubst.  Use
+       3-argument form of AC_DEFINE.  Restore quotes to [] while
+       using AC_FD_CC.
+       * configure.in: Remove unnecessary changequote calls.
+       * configure, config.in: Regenerate.
 
-       Thu Apr 23 04:14:59 1992  Mike Stump  (mrs at rtl.cygnus.com)
+2001-05-25  Sam TH  <sam@uchicago.edu>
 
-       * cp-decl.c (grokdeclarator):  Handle const and volatile
-       member functions properly.
+       * basic-block.h: Fix header include guards.
+       * bitmap.h c-dump.h c-lex.h c-pragma.h c-tree.h collect2.h
+       cppdefault.h cpphash.h cpplib.h defaults.h diagnostic.h errors.h
+       except.h flags.h gcc.h gcov-io.h graph.h gstab.h gthr-aix.h
+       gthr-dce.h gthr-posix.h gthr-rtems.h gthr-single.h gthr-solaris.h
+       gthr-vxworks.h gthr-win32.h gthr.h hard-reg-set.h hwint.h
+       insn-addr.h libgcc2.h mbchar.h mkdeps.h params.h prefix.h real.h
+       rtl.h sbitmap.h system.h timevar.h toplev.h tradcpp.h tsystem.h
+       varray.h version.h: Likewise.
+       * config/dbxelf.h config/fp-bit.h config/arm/arm-protos.h
+       config/arm/arm.h config/c4x/c4x-protos.h
+       config/h8300/h8300-protos.h config/h8300/h8300.h
+       config/i370/i370-protos.h config/i370/i370.h
+       config/i960/i960-protos.h config/mcore/mcore.h
+       config/mips/mips-protos.h config/sh/sh-protos.h config/sh/sh.h
+       config/v850/v850-protos.h config/v850/v850.h: Likewise.
+       * fixinc/fixlib.h fixinc/server.h: Likewise.
 
-Tue Apr 28 22:05:05 1992  Niklas Hallqvist  (niklas@appli.se)
+2001-05-25  Stacey Sheldon  <ssheldon@Catena.com>
 
-       * tower-as.h (svr3 support): Generic svr3.h included.
-       (SELECT_RTX_SECTION): m68k.h's version #undef'd in favour of svr3.h's.
-       (CPP_PREDEFINES): Overriding svr3.h version.
-       (STARTFILE_SPEC): Added crtbegin.o.
-       (ASM_OUTPUT_SOURCE_FILENAME): Added ugly section directives to get
-       rid of NCR assembler bug.
-       (ASM_OUTPUT_IDENT): #undef'd svr3.h version.
-       (NO_{DOLLAR,DOT}_IN_LABEL): Defined.
-       (ASM_LONG): Defined.
-       ({INIT,FINI,CONST}_SECTION_ASM_OP): Overrides svr3.h versions.
-       (CTOR_LIST_{BEGIN,END}): New macros.
-       (BSS_SECTION_ASM_OP): New macro.
-       (ASM_OUTPUT_CONSTRUCTOR): New macro.
-       (ASM_OUTPUT_LABELREF): Redefined svr3.h version.
+       * config/arc/initfini.c (.init): Fix typo.
 
-       * tower.h (LIB_SPEC): Added -shlib support plus crtend.o.
+2001-05-25  Geoffrey Keating  <geoffk@redhat.com>
 
-       * configure (m68k-ncr-sysv): Defined xmake_file and tmake_file.
+       * config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4.
 
-Tue Apr 28 21:27:10 1992  Michael Meissner  (meissner@osf.org)
+2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * mips.md (floatsidf2, floatsisf2): Fix typo in last change.
+       * i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.
 
-Tue Apr 28 18:21:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-05-25  Richard Henderson  <rth@redhat.com>
 
-       * objc-actions.c: Include obstack.h, etc.
-       (util_obstack, util_firstobj): New obstack, and 1st object in it.
-       (init_objc): Init those two.
-       (encode_*): Rewrite to use util_obstack,   Callers changed.
-       (handle_class_ref, handle_impent): New subroutines, broken out
-       from finish_objc so each can use alloca (instead of utlbuf).
-       (utlbuf): Variable deleted.
+       * libgcc-std.ver: Export XFmode and TFmode versions of symbols.
 
-       * c-decl.c (init_decl_processing): Treat abort and exit as ANSI.
-       -traditional no longer affects ANSI builtins; use -fno-builtin.
+2001-05-25  Richard Henderson  <rth@redhat.com>
 
-       * configure: Insert assignment of INSTALL where old one was.
+       * config.gcc (all gnu and linux): Use t-slibgcc-elf-ver with t-linux.
+       (i386-*-solaris2): Use t-slibgcc-elf-ver or t-slibgcc-sld.
+       (sparc*-*-solaris2): Likewise.
+       * config/t-linux: Remove shared libgcc macros.
+       * config/t-slibgcc-elf-ver: Move from sparc/t-slibgcc.
+       * config/t-slibgcc-sld: Move from sparc/t-slibgcc-sld.
 
-Tue Apr 28 17:14:57 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-05-25  Loren J. Rittle  <ljrittle@acm.org>
 
-       * vax.md (cmpdf, cmpsf): Use tstf/tstd if second argument is zero.
-       (movsi, movhi, movqi): Patterns changed to reflect different
-       space/time tradeoffs for modern VAXes.
-       (movstricthi, movstrictqi): New patterns.
-       (extv, extzv): Use rotl/bicl sequence when possible.
+       * config.gcc (*-*-freebsd*): Report bad configuration.
 
-Tue Apr 28 10:00:25 1992  Michael Meissner  (meissner@osf.org)
+2001-05-25  David Edelsohn  <edelsohn@gnu.org>
 
-       * mips-tfile.c (read_line): Make read_line act like the assembler,
-       and use ';' to separate multiple logical lines.
+       * xcoffout.h (DBX_OUTPUT_GCC_MARKER): Do not emit any marker.
 
-       * mips.h (MIPS_VERSION): Set Meissner version # to 17.
-       (MASK_DEBUG_C): Swap meaning of -mdebugc.
-       (ADDITIONAL_REGISTER_NAMES): Use 'cc' for the floating point status
-       register, so user asm's can clobber it.  Allow $fp for the frame
-       pointer in addition to fp and $30, and also $sp for the stack
-       pointer in addition to sp and $29.
+       * config/rs6000/aix.h (USER_LABEL_PREFIX): AIX symbols do not have
+       any prefix.
+       (ASM_OUTPUT_LABELREF): Delete.
 
-       * mips.c (gen_int_relational): Emit faster sequence for NE.
-       (mips_asm_file_start): Don't call data_section for gcc2_compiled.
+2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * mips.md (branch define_delay): Specify all of the preconditions
-       correctly for branch likely (mips2) support.
-       (floatsidf2): Update dslots_load_total.  Support getting the
-       integer value from memory as well as from an integer register.
-       Fix the length attribute.
-       (floatsisf2): Ditto.
-       (All set from condition code patterns): Swap meaning of -mdebugc,
-       so that if used, it means support all of the set condition code
-       patterns as if the machine can do them equally well.  If not
-       -mdebugc, call gen_int_relational to generate an appropriate set
-       of INSNs.
-
-       * decrose.h (ASM_IDENTIFY_GCC): Define as null on OSF/1.
-       * encrose.h (ASM_IDENTIFY_GCC): Define as null on OSF/1.
-       * i386rose.h (ASM_IDENTIFY_GCC): Define as null on OSF/1.
-
-       * decrose.h (CPP_SPEC): If .S files, add an explicit
-       -ULANGUAGE_C to mimic the OSF GCC 1.39 behavior.
-
-Mon Apr 27 16:44:30 1992  Tom Wood  (wood at dg-rtp.dg.com)
-
-       * dwarf.h (AT_... values): Correct typos present in version 1.0.1
-       of the DWARF spec.  The values should be unchanged.
-
-       * dwarfout.c (data_member_location_attribute): Use INTEGER_CST.
-
-       * dwarfout.c (data_member_location_attribute): Use TYPE_MODE.
-       (bit_offset_attribute): Ditto.
-
-       * dwarfout.c (name_attribute): Add the tests back.
-
-       * m88k.h (WEAK_ASM_OP): Override svr4.h.
-
-Mon Apr 27 15:48:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * limits.h: Use _LIMITS_H___, not _LIMITS_H_, to protect contents.
-
-Mon Apr 27 15:15:25 1992  Michael Meissner  (meissner@osf.org)
-
-       * mips.h (MIPS_VERSION): Set Meissner version # to 16.
-       (delay_type enum): Add DELAY_FCMP for specifing the
-       c.{eq,lt,le}.{d,s} delay.
-       (fpsw_register_operand): New declaration.
-       (gen_int_relational): New declaration.
-       (pc_or_label_operand): New declaration.
-       (MASK_DEBUG_C): Use -mdebugc for new relational code.
-       (REG_CLASS_FROM_LETTER): Use 'z' for fpsw register, not 's' which
-       is already used.
-       (EXTRA_CC_MODES): Add CC_REV_FPmode to handle fp comparisons,
-       which need to be reversed (!=).
-       (EXTRA_CC_NAMES): Add CC_REV_FP.
-       (SELECT_CC_MODE): Use SImode for all integer comparisons,
-       CC_REV_FP for floating point != comparisons.
+       * fixinc/inclhack.def (strict_ansi_not, strict_ansi_not_ctd,
+       strict_ansi_only): Don't run if stdc_0_in_system_headers.
+       * fixinc/fixincl.x: Regenerate.
+       * fixinc/fixtests.c (stdc_0_in_system_headers_test): New function.
+       (FIX_TEST_TABLE): Declare it.
+       * fixinc/fixlib.h: Include config.h.
 
-       * mips.c (internal_test enum): Move and rename the enumeration
-       used in gen_conditional to make the comparison RTL codes to
-       something that can be indexed out to top level.
-       (fpsw_register_operand): New function to return true if the
-       operand is the FP status register.
-       (pc_or_label_operand): New function to return true if the operand
-       is either a label_ref or the pc for if_then_else tests.
-       (mips_fill_delay_slot): Add support for DELAY_FCMP, the delay
-       after a floating point comparison is done and it can be tested.
-       (map_test_to_internal_test): New function to take a RTL code of a
-       comparison operator, and return the internal_test enumeration.
-       (gen_int_relational): New function to generate the appropriate
-       INSNS for comparing two integers for either branches, or the set
-       from condition code insns.
-       (gen_conditional_branch): Rewrite to not use the CISC condition
-       code register CC0, but instead generate the appropriate INSNs so
-       that the test can be scheduled independely of the branch.
-       (override_options): Use 'z' for the fpsw register, not 's'.  Only
-       allow the fp comparison condition codes in the fpsw register.  Do
-       not allow non float or int things in FP registers, even if
-       -mdebugh.  Don't allow ints in the fpsw.
+2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * mips.md (various): Rewrite comparisons and branches so that we
-       do not use CC0, but instead put the comparison in a pseudo and
-       generate the appropriate branch instructions directly.  This
-       eliminates calls to the various b<xx> macros provided by the
-       assembler.  Change the type of integer comparisons from the
-       various CCxx modes used to SImode.  Make fp != use CC_REV_FPmode.
-       (mode attribute): Add FPSW mode for floating compare.
-       (fp_comp): New functional unit for comparing fp values.
-       (divmodsi4): No longer use -mdebugc to turn off divmodsi4.
-       (divsi3): Ditto.
-       (modsi3): Ditto.
-       (udivmodsi4): No longer use -mdebugc to turn off udivmodsi4.
-       (udivsi3): Ditto.
-       (umodsi3): Ditto.
-
-       * mips-gn5.h: Rename from mips-gnews5.h for MSDOS.
-       * mips-n5.h: Rename from mips-news5.h.
-       * xm-mipsbsdnews.h: Rename from xm-mipsnbsd.h.
-
-       * configure (mips-sony*): Handle the above changes.
-
-       * README-mips (whole file): Remove bogus patches, and update with
-       some common warnings about the MIPS.
-
-Mon Apr 27 12:41:21 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
-
-       * unroll.c (find_splittable_givs): Don't split a giv combined with
-       a giv that was not reduced.
-
-       * c-parse.y (primary): Clear the TREE_USED flag of a block tree
-       put in a BIND_EXPR.
-       * print-tree.c (print_node): Print the block operand of a BIND_EXPR.
-
-       * flow.c (find_basic_blocks): Assume MEM source in jump insn makes
-       it an indirect jump.
-
-       * collect2.c (strip_flag, strip_file_name): New variables.
-       (main): Don't pass -s to the first ld call.  Pass it to the second
-       ld call, or else run strip.
-
-       * Makefile.in (bootstrap): Only build C compiler for stage1.
-
-       * sparc.h (GO_IF_LEGITIMATE_ADDRESS): Rewrite to accept SUBREGs.
-
-       * combine.c (force_to_mode): Correctly form mask from BITS.
-
-       * Makefile.in (bootstrap): Fix a typo (\n between b and ootstrap).
-
-Sun Apr 26 14:14:23 1992  Ron Guilmette  (rfg at ncd.com)
-
-       * getattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
-       genextract.c, genflags.c, genoutput.c, genpeep.c, genrecog.c (main):
-       Move nested extern declaration of `read_rtx' out to file-scope.
-
-Sun Apr 26 21:41:33 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
-
-       * Makefile.in (varasm.o): Includes defaults.h.
-
-Sun Apr 26 21:15:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * enquire.c (f_rep, f_define): Handle NO_LONG_DOUBLE_IO.
-       (f_define): Print defn of union __convert_long_double, just once,
-       with #ifndef to protect it.
-       (fake_f_define): New function.
-
-Sat Apr 25 15:04:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * stmt.c (expand_end_case): Test DI index against range before casesi.
-       Don't truncate before calling do_tablejump.
-       Use expand_expr to turn RANGE into rtl.
-       * expr.c (do_tablejump): Convert to Pmode after testing vs range.
-
-       * stmt.c (expand_end_case): Delete test default_label != 0; always is.
-
-       * configure (i386-ibm-aix): Set install_with_cp.
-
-Fri Apr 24 21:32:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * xm-spcv4.h: Renamrd from xm-sparcv4.h.
-       * configure: Changed accordingly.
-
-       * Makefile.in (unprotoize.o): Leave unprotoize.c around.
-
-       * c-common.c (decl_attributes): Change warnings to errors.
-
-Fri Apr 24 11:17:53 1992  Ron Guilmette  (rfg at ncd.com)
-
-       * dwarf.h:  Added copyleft.
-       Revised to use enumerators instead of #defines.
-       Updated to conform to version 1.0.1 of the DWARF spec.
-       Added implementation-defined fundamental type codes for GCC
-       mode-specific types.
-
-       * dwarfout.c: Include defaults.h.
-       (getpwd):  Declare as `extern'.
-       (BITFIELD_OFFSET_BITS, BITFIELD_OFFSET_UNITS,
-       BITFIELD_OFFSET_WORDS_IN_UNITS):  Unnecessary definitions deleted.
-       (ASM_BYTE_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP):  Delete
-       leading tabs from definitions.
-       (PUSHSECTION_FORMAT):  Add leading tab to definition.
-       (*_LABEL):  Changed to all start with `.L' to internalize these
-       symbols for *all* svr4 assmeblers (including sparc).
-       (ASM_OUTPUT_POP_SECTION):  Add leading tab.
-       (ASM_OUTPUT_DWARF_TAG, ASM_OUTPUT_DWARF_ATTRIBUTE,
-       ASM_OUTPUT_DWARF_STACK_OP, ASM_OUTPUT_DWARF_FUND_TYPE,
-       ASM_OUTPUT_DWARF_FMT_BYTE, ASM_OUTPUT_DWARF_TYPE_MODIFIER):  Print
-       DWARF comments only if flag_verbose_asm set.
-       (ASM_OUTPUT_ASCII):  Moved to defaults.h
-       (tag_name):  Renamed `dwarf_tag_name' to avoid possible conflicts.
-       (dwarf_tag_name):  Updated for version 1.0.1 DWARF spec.
-       (attribute_name):  Renamed `dwarf_attr_name' to avert conflicts.
-       (dwarf_attr_name):  Updated for version 1.0.1 DWARF spec.
-       (stack_op_name): Renamed `dwarf_stack_op_name' to avert conflicts.
-       (format_byte_name): Renamed `dwarf_fmt_byte_name' to avert conflicts.
-       (fundamental_type_name): Renamed `dwarf_fund_type_name' to avoid
-       possible conflicts.
-       (dwarf_fund_type_name):  Added support for implementation-defined
-       GCC mode specific fundamental types codes (to support new `mode'
-       attribute).
-       (data_member_location_attribute):  Rewritten to avoid major lossage
-       primarily for little-endian targets.
-       (location_or_const_value_attribute):  Fixed comments and removed
-       spurious code.
-       (name_attribute):  Removed test for NULL name (now done in
-       `name_and_src_coords_attributes').
-       (byte_size_attribute):  Fixed to get size from DECL_BIT_FIELD_TYPE
-       for bit-fields.
-       (bit_offset_attribute):  Rewritten to avoid major lossage primarily
-       for little-endian targets.
-       (src_coords_attribute):  GNU-specific extension added.
-       (name_and_src_coords_attributes):  New function.
-       (output_entry_point_die, output_formal_parameter_die,
-       output_global_subroutine_die, output_global_variable_die,
-       output_inline_subroutine_die, output_label_die,
-       output_local_variable_die, output_member_die,
-       output_local_subroutine_die, output_typedef_die):  Call
-       `name_and_src_coords_attributes' rather than `name_attribute' for
-       all potentially-named declarations.
-       (output_global_subroutine_die, output_inline_subroutine_die,
-       output_local_subroutine_die, dwarfout_file_scope_decl):  Use
-       DECL_ASSEMBLER_NAME rather than DECL_NAME when referencing
-       assembly level names (e.g. in AT_low_pc attributes).
-       (output_type):  Revised to produce DWARF info for C++ member functions
-       even for classes with no constructors & destructors.
+       * fixinc/inclhack.def (alpha___assert): Change char * args to
+       const char * on Tru64 UNIX to avoid excessive warnings from
+       assert.h.
+       * fixinc/fixincl.x: Regenerate.
 
-       * flags.h (flag_verbose_asm):  Option flag added.
-       * toplev.c (flag_verbose_asm):  Option flag added.
+2001-05-25  Geoff Keating  <geoffk@redhat.com>
 
-       * defaults.h: New file.
-       * varasm.c: Include defaults.h.
-       (ASM_OUTPUT_ASCII): Deleted.
+       * dbxout.c (dbxout_symbol): Invert previous patch, which was
+       outputting a tag only for variable-size records.
 
-       * c-common.c (decl_attributes):  Call `type_for_mode' rather than
-       `type_for_size'.  Also, `break' after a matching mode is found.
+2001-05-25  Jeff Knaggs  <jknaggs@redhat.com>
 
-       * 3b1.h (ASM_OUTPUT_ASCII):  Tab before ASCII_DATA_ASM_OP.
-       * amix.h (ASM_OUTPUT_CASE_END):  Tab before SET_ASM_OP.
-       (ASM_OUTPUT_ASCII)  Tab before BYTE_ASM_OP.
-       * i860b.h (ASM_OUTPUT_ASCII):  Tab before ASCII_DATA_ASM_OP.
-       * i860v3.h (ASM_OUTPUT_ASCII):  Tab before BYTE_ASM_OP. 
-       * sparcv4.h (*_ASM_OP): Delete the initial tabs.
+       * config/alpha/alpha.md (movtf_internal): Use reg_overlap_mentioned_p
+       instead of rtx_equal_p for early clobber test.
 
-       * assert.h:  Modified to treat source line numbers as `unsigned'.
+2001-05-26  Mark Mitchell <mark@codesourcery.com>
 
-       * Makefile.in (test-protoize): New target.
+       * builtins.def: Encode additional information, such as names and
+       types, here.
+       * builtin-types.def: New file.
+       * builtins.c (built_in_names): Adjust use of DEF_BUILTIN.
+       (built_in_decls): Likewise.  Don't explicitly initialize global
+       data to NULL.
+       (expand_builtin_mathfn): Handle float and long double variants of
+       math builtins.
+       (expand_builtin): Likewise.
+       * c-common.c (c_common_nodes_and_builtins): Make it table-driven.
+       (expand_tree_builtin): Handle long, long long, float, and long
+       double variants of math functions.
+       * c-common.h (c_tree_index): Remove some unused nodes.
+       (void_ftype): Remove.
+       (void_type_ptr): Likewise.
+       (int_ftype_int): Likewise.
+       (ptr_ftype_sizetype): Likewise.
+       * c-decl.c (init_decl_processing): Remove creation of DWARF
+       builtins.
+       * defaults.h (MD_INIT_BUILTINS): Provide default definition.
+       * tree.h (built_in_function): Adjust definition of DEF_BUILTIN.
+       * Makefile.in (c-common.o): Depend on builtin-types.def.
 
-       * svr4.h (WEAK_ASM_OP):  Default svr4 definition added.
-       (ASM_DECLARE_FUNCTION_SIZE):  Use `assemble_name' to output
-       generated internal label.
+2001-05-25  Dale Johannesen  <dalej@apple.com>
 
-Thu Apr 23 11:31:58 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * config/rs6000/t-darwin: Fix dependencies for darwin.o.
 
-       * optabs.c (emit_libcall_block): Correct code which determines
-       whether it is safe to emit an insn setting a pseudo before the block.
+2001-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Thu Apr 23 18:13:08 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * c-parse.in (notype_initdcl): Remove redundant line.
 
-       * i386.md (sleu): Finish Apr 21 change.
+2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-Thu Apr 23 14:15:05 1992  Michael Meissner  (meissner@osf.org)
+       * aclocal.m4: Fixed typo.
+       (gcc_AC_HEADER_STDBOOL): Define.
+       (gcc_AC_C__BOOL): Define.
+       * configure.in: Use them.
+       (AC_CHECK_HEADERS): Remove stdbool.h
+       * configure, config.in: Regenerate.
 
-       * Makefile.in (enquire.o): Delete enquire.c from the current
-       directory before moving it in from the source directory, unless
-       the current directory is the same as the source directory.  This
-       occurs if the user keeps GCC under source control, like RCS.
-       (install-common-headers): Ditto for byteorder.h.
+2001-05-25  Richard Henderson  <rth@redhat.com>
 
-Thu Apr 23 12:39:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * function.c (expand_function_start): Don't abort on PARALLEL
+       returns from hard_function_value.
 
-       * amix.h (ASM_OUTPUT_CASE_END): Add missing \.
+2001-05-25  Richard Henderson  <rth@redhat.com>
 
-Thu Apr 23 07:14:38 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/i386/i386.md: Revert previous change.  Do not apply
+       the peephole if the components do not die after the sequence.
 
-       * cse.c (simplify_binary_operation, case MINUS): Don't do any
-       of the simplifications for IEEE floating-point.
+2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Apr 22 23:20:59 1992  Mike Stump  (mrs@albert.gnu.ai.mit.edu)
+       * c-parse.in (array_declarator): New.  Handle C99 constructs.
+       Don't restrict [*] declarators to C only.
+       (after_type_declarator, parm_declarator_starttypename,
+       parm_declarator_nostarttypename, notype_declarator,
+       direct_absdcl1): Use it.
+       * c-decl.c (build_array_declarator, set_array_declarator_type):
+       New functions.  Warn that [*] isn't properly implemented; pedwarn
+       for [*] outside C99 mode if pedantic rather than giving a hard
+       error.
+       (grokdeclarator): Handle static and type qualifiers in parameter
+       array declarators.
+       * c-tree.h (build_array_declarator, set_array_declarator_type):
+       Declare.
+       * extend.texi (Attribute Syntax): Document attributes in parameter
+       array declarators.
 
-       Tue Apr 21 02:21:42 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-25  Mark Mitchell  <mark@codesourcery.com>
 
-       * cp-method.c (build_overload_value): Handle function names as
-       constant expressions for template arguments.  Also, make double
-       values work again as template arguments.
+       * config/i386/i386.md: Make sure cmpstr peepholes do not
+       affect liveness information.
 
-       Mon Apr 20 17:08:17 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-24  Mark Mitchell  <mark@codesourcery.com>
 
-       * cp-call.c (ideal_candidate):  remove incorrect error message about
-       ``ambiguous request for function from distinct base classes of
-       type'' when base and parent are switched.
+       * c-typeck.c (digest_init): Issue error messages about
+       invalid constants, not warnings.
 
-       Mon Apr 20 14:14:35 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-24  Mark Mitchell  <mark@codesourcery.com>
 
-       * Makefile.in:  Now expect 15 reduce/reduce conflicts, instead of 14.
+       * invoke.texi (-fno-builtin): Document that this is always on
+       in C++.
 
-       Mon Mar 16 14:02:09 1992  Chip Salzenberg  (chip at tct.com)
+2001-05-24  Philip Blundell  <philb@gnu.org>
 
-       * cp-parse.y (maybe_attributes, attribute_list):  clone
-       from c-parse.y.
-       cp-parse.y:  call decl_attributes between start_decl and
-       finish_decl, and after grokfield.
+       * doc/install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is
+       required.
 
-       Mon Apr 20 09:21:00 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+2001-05-24  Philip Blundell  <philb@gnu.org>
 
-       * cp-tree.h (break_out_calls): Declare.
+       * config/arm/arm.c (output_return_instruction): Correctly handle
+       interworking and interrupt functions.
 
-       Mon Apr 20 08:29:16 1992  Michael Tiemann  (tiemann@cygnus.com)
+2001-05-24  Philip Blundell  <philb@gnu.org>
 
-       * cp-tree.c (break_out_calls): New function.
-       (break_out_cleanups): Added comment.
+       * config/arm/arm.h (TARGET_SWITCHES): Correct misleading help for
+       -m{no-}sched-prolog.  Fix typos and improve formatting.
 
-       * cp-typeck.c (build_modify_expr): Call `break_out_calls' instead of
-       `copy_to_permanent'.
+2001-05-24  Philip Blundell  <philb@gnu.org>
 
-       Mon Apr 20 06:29:16 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * invoke.texi (ARM Options): Improve wording slightly.  Add
+       documentation for more options, including those for Thumb mode.
+       Don't mention options that don't exist or are unimplemented.
+       (Thumb Options): Delete; merged into above section.
 
-       * cp-type2.c (my_friendly_abort):  New function, please see
-       Rational there.
+2001-05-24  Geoff Keating  <geoffk@redhat.com>
 
-       * cp-*.[chy]:  Change all calls from abort to my_friendly_abort.
+       * config/rs6000/linux.h (SIGNAL_FRAMESIZE): Define.
+       (MD_FALLBACK_FRAME_STATE_FOR): Use it.
 
-       Mon Apr 20 05:45:08 1992  Mike Stump  (mrs@rtl.cygnus.com)
+Thu May 24 19:47:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-cvt.c (build_up_reference):  Fix a latent const problem.
+       * simplify-rtx.c (simplify_subreg): Fix CONCAT simplification;
+       fix hard register simplification.
 
-       Mon Apr 20 03:08:12 1992  Michael Tiemann  (tiemann@cygnus.com)
+Thu May 24 00:15:17 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * cp-decl.c (pop_from_top_level): Deleted duplicate code in C_C_D
-       restoration.
+       * sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Add all of CPP_SPEC instead
+       of just copying CPP_CPU_SPEC.
 
-       * cp-call.c (build_method_call): Call `error_with_aggr_type' with
-       correct number of arguments.
+Thu May 24 15:56:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       Sun Apr 19 18:39:25 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * i386.c (incdec_operand): Accept only 1 and -1.
 
-       * cp-class.c (finish_struct): Only provide a warning about
-       non-virtual destructors if the user asks for -Wall.
+2001-05-23  Kelley Cook  <kelley.cook@home.com>
 
-       Sun Apr 19 17:36:16 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * Makefile.in: Move many of the *_H definitions eariler in the
+       file, so that rules in t-* files that use them for
+       dependencies will work in a parallel build.
+       * config/i386/t-cygwin (winnt.o): Depend on $(CONFIG_H).
 
-       * cp-typeck.c (build_modify_expr):  Make a deep copy of lhs, as
-       expr.c expects to be able to preexpand_calls on the conditional
-       parts without insuring that it would even be legal to do so.
+2001-05-23  Richard Henderson <rth@redhat.com>
 
-       * cp-tree.c (make_deep_copy):  Fix comment.
+       * integrate.c (expand_inline_function): Handle CONCAT DECL_RESULT.
 
-       Fri Apr 17 04:55:18 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * cp-cvt.c (convert_pointer_to):  Provide the user with a meaningful
-       error message instead of a core dump when dealing with bad syntax.
+       * cpp.texi: Update for handling of charconsts.
+       * cpplex.c (maybe_read_ucs): Don't accept D800-DFFF.  Update
+       diagnostics.  Skip to the end if the UCS is too short.
+       (cpp_interpret_charconst): Long charconsts issue a warning
+       not an error.
 
-       * cp-typeck.c (build_binary_op):  Make error message on undefined
-       operator call more readable.
+2001-05-23  Richard Henderson  <rth@redhat.com>
 
-       * cp-decl.c (grok_reference_init):  Handle T& = const T&
-       error messages.
+       * doc/install.texi (alpha-linux): Require binutils 2.11.
 
-       Thu Apr 16 18:59:15 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * cp-typeck.c (convert_arguments): Disable code that auto converted
-       functions and methods to pointers and left them that way without error.
+       * c-lex.c (read_escape, read_ucs): Delete.
+       (lex_string): Use cpp_parse_escape.
+       * cpplex.c (read_ucs): Rename maybe_read_ucs.  Do nothing
+       if not C++ or not C99.  Warn if traditional.
+       (parse_escape): Rename cpp_parse_escape.  Make the bitmask
+       unsigned.  Warn for out-of-range escape sequences here.
+       Update to use maybe_read_ucs.
+       (cpp_interpret_charconst):  Don't warn here.
+       * cpplib.h (cpp_parse_escape): New exported function.
 
-       Thu Apr 16 17:35:13 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       Sat Apr  4 22:28:23 1992  Gerald Baumgartner  (gb at cs.purdue.edu)
+       * extend.texi (Attribute Syntax): Clarify application of
+       attributes to parameters declared as functions or arrays.
 
-       * cp-decl.c (finish_decl): Call `abstract_virtuals_error'
-       when the return type of a method is an abstract class.
+2001-05-23  Jason Merrill  <jason_merrill@redhat.com>
 
-       * cp-type2.c (abstract_virtuals_error): Print error message
-       for an invalid method declaration.
+       * dbxout.c (dbxout_type_methods): Do still group methods by name.
 
-       Thu Apr 16 16:18:35 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-23  Zack Weinberg  <zackw@stanford.edu>
 
-       * cp-decl2.c (lang_decode_option): Handle import by ignoring it.
+       * diagnostic.c (vnotice): Kill.
+       (fnotice): Call vfprintf directly.
+       (diagnostic_for_decl, output_do_verbatim, output_verbatim,
+       verbatim, set_diagnostic_context): Rename string argument to
+       indicate that it is run through gettext.
+       (vbuild_message_string, build_message_string, output_do_printf):
+       Rename string argument to indicate that it is NOT run through
+       gettext.
+       (output_printf, diagnostic_for_decl, fatal_io_error, sorry,
+       output_do_verbatim, set_diagnostic_context, fnotice, _fatal_insn):
+       Run msgid argument through gettext.
+       (default_print_error_function): Run constant strings through
+       gettext when nothing else will.
+       (fatal_error, internal_error, error_recursion): Use fnotice.
+       Present complete sentences to gettext.
 
-Wed Apr 22 19:46:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-05-23  Mark Mitchell  <mark@codesourcery.com>
 
-       * objc-actions.c (synth_id_with_class_suffix, finish_class):
-       Don't use utlbuf; alloca a buffer.
-       (forward_declare_categories): Use build_decl directly since
-       create_builtin_decl wants a string, not an id.
+       * jump.c (mark_jump_label): Fix thinko in 2001-05-19 change.
 
-       * Makefile.in (STAGESTUFF): Add USE_COLLECT2.
+2001-05-23  Richard Henderson  <rth@redhat.com>
 
-       * dbxout.c (dbxout_symbol): Clean up last change.
+       * function.c (expand_function_start): Always use a pseudo
+       for the function result value.
 
-Wed Apr 22 17:06:16 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-05-22  Richard Henderson  <rth@redhat.com>
 
-       * rs6000.c (gpc_reg_operand): Renamed from gen_reg_operand.
-       * rs6000.h (PREDICATE_CODES): Likewise.
-       * rs6000.md: Likewise.
+       * config/mips/iris6.h (EH_FRAME_SECTION_ASM_OP): Give the
+       section pointer alignment.
 
-       * a29k.c (gpc_reg*_operand): Renamed from gen_reg*_operand.
-       * a29k.h (PREDICATE_CODES): Likewise.
-       * a29k.md: Likewise.
+       * doc/install.texi (alpha-linux): Require binutils >= 2.10.
 
-       * romp.c (output_fpop): Extend workaround for RT FP codegen bug.
+       * unwind-dw2-fde.c (__deregister_frame_info): Stringize use
+       of __USER_LABEL_PREFIX__.
 
-Wed Apr 22 06:20:09 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-05-22  Richard Henderson  <rth@redhat.com>
 
-       * fold-const.c (fold, comparison cases): Use omit_one_operand to
-       yield a simplified result to avoid loosing a side-effect.
+       * unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favor of...
+       (__deregister_frame_info_bases): New.
+       * unwind-dw2-fde.h: Declare it.
+       * libgcc-std.ver: Export it.
+       * crtstuff.c (__do_global_dtors_aux): Call it if we would have
+       called __register_frame_info_bases.
 
-Tue Apr 21 13:19:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-05-22  Loren J. Rittle  <ljrittle@acm.org>
 
-       * dbxout.c (dbxout_symbol): For TYPE_DECL, always make requisite tag
-       one way or another even if !have_used_extensions.
+       * config/freebsd.h (FBSD_CPP_PREDEFINES): Use #endif/#if pair
+       instead of #elif (which is OK for this case but not in general).
 
-       * configure: Specifically detect unrecognized options.
+2001-05-22  Andrew MacLeod  <amacleod@redhat.com>
 
-Tue Apr 21 08:16:05 1992  Tom Wood  (wood  at dg-rtp.dg.com)
-       * c-convert.c (convert_to_integer): Don't distribute a truncation
-       down past an ABS_EXPR. 
-       * m88k.md (bxx insn): Choose bb0 over bb1 if the branch is likely
-       to fall-through (m88110 optimization).
-       * m88k.c (mostly_false_jump): New function.
+       * builtins.c (expand_builtin_longjmp): A longjmp can be a call too.
+       * config/ia64/ia64.md (nonlocal_goto): Reverse label and frame pointer
+       parameters to __ia64_nonlocal_goto. Flag as NO_RETURN.
+       * config/ia64/ia64.c (ia64_expand_epilogue): Make sure we are issuing
+       "r2" to the assembly file. Only issue allocs with nonzero parameters.
 
-       * m88k.h (INIT_SECTION_ASM_OP): Define only for svr3 and svr4 targets.
+2001-05-22  Loren J. Rittle  <ljrittle@acm.org>
+           David O'Brien  <obrien@freebsd.org>
 
-       * m88k.c (output_call): Use the insn address of the sequence.
-       * m88k.h (ADJUST_INSN_LENGTH): Account for space added at barriers
-       due to ASM_OUTPUT_ALIGN_CODE.
+       * config/freebsd.h (LIB_SPEC): Key the exact setting to
+       configure-time options and target version of FreeBSD.  Set-up
+       to match architectural change in threading support.  Correctly
+       report when -pthread option is not supported by configure-time
+       options.
+       (FBSD_CPP_PREDEFINES): Move from architecture-specific files
+       and extend to encode target version number in run-time setting
+       of __FreeBSD__ macro to match the system compiler.
+       (CPP_PREDEFINES): Likewise.
+       (PREFERRED_DEBUGGING_TYPE): Change to DWARF2_DEBUG.
 
-Tue Apr 21 07:30:46 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/alpha/freebsd.h (CPP_PREDEFINES): Moved to common freebsd.h.
+       * config/i386/freebsd.h (CPP_PREDEFINES): Likewise.
 
-       * jump.c (mark_jump_label, case MEM): New case to look for label
-       in a constant-pool entry.
+2001-05-22  Loren J. Rittle  <ljrittle@acm.org>
+           David O'Brien  <obrien@freebsd.org>
 
-Tue Apr 21 00:41:39 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * config.gcc (the unlabeled system switch statement): Add
+       generic configuration section to handle *-*-freebsd*.  Also,
+       to match the system compiler, default to threading support (it
+       may be disabled with the standard --disable-threads
+       configuration-time switch).
+       (i[34567]86-*-freebsd* in machine-specific section): Use it.
+       (alpha*-*-freebsd* in machine-specific section): Likewise.
 
-       * reg-stack.c (compare_for_stack_reg): link cc0 user and setter
-       before separating them.
+       * config/freebsd3.h: New file to expose FBSD_MAJOR macro (3).
+       * config/freebsd4.h: New file to expose FBSD_MAJOR macro (4).
+       * config/freebsd5.h: New file to expose FBSD_MAJOR macro (5).
+       * config/freebsd6.h: New file to expose FBSD_MAJOR macro (6).
+       * config/freebsd-nthr.h: New file to expose FBSD_NO_THREADS macro.
 
-       * reorg.c (link_cc0_insns): Move function from here -
-       * emit-rtl.c (link_cc0_insns): to here.
+2001-05-22  Loren J. Rittle  <ljrittle@acm.org>
+           David O'Brien  <obrien@freebsd.org>
 
-       * i386.h (TARGET_IEEE_FP): New macro.
-       (TARGET_SWITCHES): Add switches for ieee floating point support.
-       (EXTRA_CC_MODES,EXTRA_CC_NAMES): Add CCFPEQmode.
-       (SELECT_CC_MODE): Select CCFPEQmode for FP equality comparisons.
-       (i386_compare_gen*,i386_compare_op*): Declare new variables to
-       generate comparisons from within branch and sCC insns.
-       (RTX_COSTS): Fix argument name typo.
+       * config/t-freebsd (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
+       * config/t-freebsd-thread (TARGET_LIBGCC2_CFLAGS): Add
+       -pthread instead setting macro.
 
-       * i386.c (i386_compare_gen*,i386_compare_op*): Define variables here.
-       (notice_update_cc): Notice if a comparison involves FP values.
-       (output_float_compare): Add support for "unordered" compare.
-       Use output_fp_cc0_set to set flags after a compare.
-       (output_fp_cc0_set): New function.
+2001-05-22  Richard Henderson  <rth@redhat.com>
 
-       * i386.md (tstM,cmpM): New expanders.  Don't generate RTL; just
-       save data for when cc0 user is generated.
-       (bCOND,sCOND): New expanders.  Generate the compare/test as well
-       as the bCOND or sCOND.
+       * crtstuff.c (__register_frame_info_bases): Declare.
+       (frame_dummy): Use it, if CRT_GET_RFIB_TEXT or CRT_GET_RFIB_DATA.
+       (__do_global_dtors_aux, __do_global_dtors): Streamline.
 
-       (tstsf,tstdf): Disable patterns if generating ieee compliant code.
-       (tstsf,tstdf,cmpsf,cmpdf): Use output_fp_cc0_set to set flags
-       after test.
-       Don't change cc_status here: that won't work with REG_CC_SETTER
-       and REG_CC_USER.
+       * config/i386/linux.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New.
+       (CRT_GET_RFIB_DATA): New.
+       * config/i386/sysv4.h: Likewise.
+       * config/i386/sco5.h: Likewise.
+       (ASM_PREFERRED_EH_DATA_FORMAT): New.
 
-       (all COMPAREs): Use CCmode as mode of a COMPARE.
+2001-05-22  Richard Henderson  <rth@redhat.com>
 
-Mon Apr 20 11:17:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * rtl.c (read_string): Break out from ...
+       (read_rtx): ... here.
 
-       * limits.h (LONG_LONG_MIN, LONG_LONG_MAX, ULONG_LONG_MAX): New macros.
+2001-05-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * configure: Clear out_file before the big case, like tm_file, etc.
+       * doc/install.texi (Specific): Remove a bogus and duplicate part
+       copied from the end of the document.
 
-       * expr.c (expand_expr, case LABEL_DECL): Handle label from outer fcn.
+2001-05-22  Bernd Schmidt  <bernds@redhat.com>
 
-Mon Apr 20 10:17:49 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * Makefile.in (LIBGCC_DEPS): Correct LIB1ASMSRC dependency.
 
-       * x-m88kluna: Delete.
-       * x-m88kv3: Renamed from x-m88k.
-       * configure (m88k-*): Rearrange.
+2001-05-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Mon Apr 20 21:29:00 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * install.texi: Remove obsolete information on SunOS as well as
+       i386-sun-sunos4, i860-intel-osf1, and powerpcle-*-solaris2*.
+       (Installing GNU CC on the Sun): Remove section.
 
-       * config-gcc.com: Generate libgcc2.list from Makefile.in
-       * make-l2.com: Use libgcc2.list; supply gcc version number to gas.
+2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
 
-       * config-gacc.com: Generate linker options files from Makefile.in
+       * cppfiles.c (remove_component_p): Don't assume lstat/stat will
+       keep errno unchanged on success.
 
-       * make-cc1.com: Use said linker options files instead of static 
-       list of files.
-       * make-cc1.com: Handle errors better.
+2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Mon Apr 20 10:05:34 1992  Michael Meissner  (meissner@osf.org)
+       * c-lex.c (lex_number): If pedantic and not C99, pedwarn exactly
+       once for hexadecimal floats, whether or not they contain a decimal
+       point.  Don't let the setting of pedantic otherwise affect the
+       parsing of hexadecimal floats.
 
-       * mips.md (divmodsi4, udivmodsi4): Remove unneeded PARALLEL.  Patch
-       from Richard Kenner.
+2001-05-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Mon Apr 20 08:38:26 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * README.ACORN: Remove obsolete file.
 
-       * expr.c (expand_expr, case CONSTRUCTOR): For static CONSTRUCTOR,
-       require a valid memory address only if modifier does.
+2001-05-22  Jan Hubicka  <jh@suse.cz>
 
-Sun Apr 19 15:09:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * combine.c (gen_binary): Use swap_commutative_operands_p
+       (simplify_comparison): Likewise.
+       * expmed.c (emit_store_flag): Likewise.
+       * expr.c (compare_from_rtx): Likewise.
+       (do_compare_rtx_and_jump): Likewise.
+       * optabs.c (emit_cmp_and_jump_insn): Revert last patch; abort
+       if not emitting a branch and operands want swapping.
 
-       * genemit.c (gen_insn): Mode of SCRATCH must match in clobber lists.
+2001-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * sched.c (add_dependence, remove_dependence): Moved from rtl.c.
-       * rtl.c: Functions deleted here.
+       * c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.
+       * stringpool.c: (IS_FE_IDENT, make_identifier): Delete.
+       (maybe_get_identifier): Update.
+       * tree.h (make_identifier): Delete.
 
-       * Make installation of collect2 automatic.
-       * configure: Define use_collect2 for all BSD and Mach and HP/UX
-       configurations, plus the ones below, and a few others.
-       * t-decrose, t-decstatn, t-encrose, t-i386rose, t-mips, t-next:
-       (EXTRA_PROGRAMS): Deleted.
-       * t-apollo68, t-convex, t-dpx2, t-rs6000: Files deleted.
+2001-05-21  Richard Henderson  <rth@redhat.com>
 
-       * libgcc1.c (nongcc_SI_type): Renamed from SItype.
+       * combine.c (subst): Do not substitute for a register as
+       a destination subreg/strict_low_part/zero_extract.
 
-       * recog.c (constrain_operands): Check only earlyclobbers that are REGs.
+       * combine.c (simplify_comparison): Update op1 after constant
+       extension.
+       * recog.c (const_int_operand): Accept only constants valid
+       for the given mode.
+       * genrecog.c: Update comments wrt const_int_operand.
 
-       * m68k.h (TRANSFER_FROM_TRAMPOLINE): Delete comma in globalize cmd.
+       * emit-rtl.c (init_emit_once): Zero unused memory in a
+       CONST_DOUBLE.
 
-       * m68k.md (movhi): Don't use switch_table_difference_label_flag
-       except in ports that need it.  (Again!)
+2001-05-21  Mark Mitchell  <mark@codesourcery.com>
 
-Sun Apr 19 14:06:59 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * tree.h (type_num_arguments): Declare it.
+       * tree.c (type_num_arguments): New function.
 
-       * sched.c (sched_analyze_2): Add missing comment close.
+2001-05-21  Richard Henderson  <rth@redhat.com>
 
-       * rtl.c (add_dependence): Make next point to last insn with
-       SCHED_GROUP_P set, not after the last insn with the bit set.
+       * dwarf2out.c (current_funcdef_number): Move outside dwarf2
+       conditional ifdef.
 
-Sun Apr 19 06:06:03 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-05-21  Geoff Keating  <geoffk@redhat.com>
 
-       * genextract.c (walk_rtx): Fix typo in vector case.
+       * config/rs6000/rs6000.md (maxsf3): Use rs6000_emit_minmax.
+       (maxsf3+1): Delete.
+       (minsf3): Use rs6000_emit_minmax.
+       (minsf3+1): Generalize to handle both SMIN and SMAX.  Use
+       rs6000_emit_minmax.
+       (movsfcc): Use rs6000_emit_cmove.
+       (fselsfsf4): Don't compare a CONST_INT with a floating-point value.
+       Don't generate emit_fselsfsf4.
+       (fseldfsf4): Likewise.
+       (maxdf3): Use rs6000_emit_minmax.
+       (maxdf3+1): Delete.
+       (mindf3): Use rs6000_emit_minmax.
+       (mindf3+1): Generalize to handle both SMIN and SMAX.  Use
+       rs6000_emit_minmax.
+       (movdfcc): Use rs6000_emit_cmove.
+       (fseldfdf4): Don't compare a CONST_INT with a floating-point value.
+       Don't generate emit_fselsfsf4.
+       (fselsfdf4): Likewise.
+       * config/rs6000/rs6000.c (zero_fp_constant): New predicate.
+       (min_max_operator): New predicate.
+       (rs6000_emit_cmove): New function.
+       (rs6000_emit_minmax): New function.
+       * config/rs6000/rs6000-protos.h: Prototype new functions.
+       * config/rs6000/rs6000.h (PREDICATE_CODES): Add zero_fp_constant
+       and min_max_operator.
 
-       * hppa.h (RTX_COSTS): Add new argument OUTER_CODE.
+       * config/rs6000/rs6000.c (output_cbranch): Handle all
+       conditional types in the switch statement.
 
-       * Makefile.in (compare, compare3): Change $file to $$file.
+2001-05-21  Mark Mitchell  <mark@codesourcery.com>
 
-       * romp.h (CONST_CONSTS): Clean up formatting of definition.
+       * c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for
+       non-register variables.
+       * extend.texi: Document that asm-specifications do not make sense
+       for non-static local variables.
 
-       * rs6000.md (extzv): Correct when we can use andi[lu].
+2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
 
-Sat Apr 18 21:56:20 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * dbxout.c (MINIMAL_DEBUG, flag_minimal_debug): Lose.
+       (dbxout_type_fields): Lose minimal_debug support.
+       (dbxout_type_methods, dbxout_type): Likewise.
 
-       * sparc.md (ashldi3): Compact operand numbers.
+2001-05-17  Andrew Haley  <aph@redhat.com>
 
-       From Jeffrey Law:
-       * sparc.md (ldd, std peepholes): New peepholes to recognize cases
-       where two ld (or st) insns could be replaced by a single ldd or std.
-       * sparc.c (registers_ok_for_ldd): New function.  Return true if the
-       given register pair is suitable for an ldd or std instruction.
-       (memory_ok_for_ldd): Likewise, but for memory locations.
+       * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
 
-Sat Apr 18 17:22:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-05-21  Richard Henderson  <rth@redhat.com>
 
-       * c-lex.c (skip_white_space): Warn only for first carriage return.
+       * dwarf2out.c (DEBUG_FRAME_SECTION): Rename from FRAME_SECTION.
+       Update all users.
 
-Sat Apr 18 10:08:45 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-05-20  Richard Henderson  <rth@redhat.com>
 
-       * genemit.c (struct clobber_ent): New structure.
-       (gen_insn): See if the clobbers required to be added were seen
-       for another insn.
-       (output_add_clobbers): Write case statements for all insn codes
-       using a particular clobber pattern.
-       
-       * cse.c (mention_regs): Always retun a value.
+       * dwarf2out.c (DEBUG_ABBREV_SECTION, DEBUG_ARANGES_SECTION,
+       DEBUG_MACINFO_SECTION, DEBUG_LOC_SECTION, DEBUG_PUBNAMES_SECTION,
+       DEBUG_STR_SECTION): Rename from s/DEBUG_//.  Update all users.
+       * dwarfout.c (DEBUG_SFNAMES_SECTION, DEBUG_SRCINFO_SECTION,
+       DEBUG_MACINFO_SECTION, DEBUG_PUBNAMES_SECTION, DEBUG_ARANGES_SECTION):
+       Likewise.
+       * config/mips/iris6.h (DEBUG_SFNAMES_SECTION, DEBUG_SRCINFO_SECTION,
+       DEBUG_MACINFO_SECTION, DEBUG_PUBNAMES_SECTION, DEBUG_ARANGES_SECTION,
+       DEBUG_FRAME_SECTION, DEBUG_ABBREV_SECTION): Rename as above.
+       (DEBUG_LOC_SECTION, DEBUG_STR_SECTION): New.
+       * config/ia64/ia64.h (DEBUG_ABBREV_SECTION, DEBUG_ARANGES_SECTION,
+       DEBUG_PUBNAMES_SECTION): Rename as above.
+       (DEBUG_MACINFO_SECTION, DEBUG_LOC_SECTION, DEBUG_STR_SECTION): New.
 
-       * rs6000.md (call): Compact operand numbers.
+2001-05-20  Richard Henderson  <rth@redhat.com>
 
-       * genextract.c: Now includes insn-config.h.
-       (struct extraction, struct code_ptr): New structures.
-       (gen_insn): Record what extractions are needed and compare with
-       those for previous insns.
-       (mark_operand_seen): Function deleted.
-       (walk_rtx): Use strings as path and just record; don't write.
-       (print_path): Use strings for paths.
-       (copystr): New function.
-       (main): Write out all extractions here.
-       * Makefile.in (genextract.o): Includes insn-config.h.
+       * optabs.c (emit_cmp_and_jump_insns): Don't swap commutative
+       operands unless the operation is commutative.
 
-       * hppa*.h: Change references from hp800* files to hppa*.
+2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * rs6000.md (lshrdi3, ashrdi3): Fix typos.
+       * fold-const.c (tree_expr_nonnegative_p): Detect more non-negative
+       cases.
+
+2001-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * extend.texi: Clarify documentation of extensions included in ISO
+       C99.  Prefer C99 terminology and syntax to old GNU terminology and
+       syntax.  Add more index entries.  Document mixed declarations and
+       code as an extension in C89 mode.  Warn about future changes to
+       semantics of inline functions.  Fixes PR other/930.
+
+Sun May 20 16:39:24 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * expr.c (expand_expr, case ARRAY_REF): Don't fold constant
+       access if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
+       (expand_expr, case COMPONENT_REF): Do copy if misaligned even
+       if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
+
+       * stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL.
+
+2001-05-20  Richard Henderson  <rth@redhat.com>
+
+       * sched-deps.c (sched_analyze_insn): Force volatile memory reads
+       to be output before a branch.
+
+2001-05-20  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (dwarf2asm.o): Depend on $(TREE_H).
+
+2001-05-20  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/att.h (ASM_SHORT, ASM_LONG): Add trailing \t.
+       (ASM_DOUBLE): Remove.
+       * config/i386/bsd.h, config/i386/sco5.h: Likewise.
+       * config/i386/sun386.h: Likewise.
+
+       * config/i386/i386.h (UNALIGNED_SHORT_ASM_OP): New.
+       (UNALIGNED_INT_ASM_OP, INT_ASM_OP): New.
+
+       * config/i386/cygwin.h (INT_ASM_OP): Remove.
+       * config/i386/freebsd-aout.h, config/i386/i386-aout.h: Likewise.
+       * config/i386/i386-coff.h, config/i386/i386-interix.h: Likewise.
+       * config/i386/netbsd.h, config/i386/openbsd.h: Likewise.
+
+       * config/i386/cygwin.h: Adjust uses of ASM_LONG for trailing \t.
+       * config/i386/djgpp.h, config/i386/i386.h: Likewise.
+       * config/i386/i386elf.h, config/i386/ptx4-i.h: Likewise.
+       * config/i386/sco5.h, config/i386/svr3gas.h: Likewise.
+       * config/i386/sysv4.h, config/i386/vsta.h: Likewise.
+       * config/i386/win32.h: Likewise.
+
+2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi: Add more options to summary list.
+
+2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi: Document meaning of -pedantic when -std=gnu* is
+       used.  Fixes PR c/2291.
+       * gcc.1: Regenerate.
+
+2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.c (m68hc11_override_options): Ignore
+       the -fpic and -fPIC options, clear flag_pic.
+
+2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * hashtable.c (calc_hash): Fix HASHSTEP definition.
+       * stringpool.c (make_identifier): No statistics here anymore.
+       * objc-act.c (steup_string_decl): Remove redundant check.
+
+2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
+       cpplib.o, cpphash.o, fix-header): Update.
+       (hashtable.o): New target.
+       * c-common.h: Include cpplib.h.  Define C_RID_CODE and
+       struct c_common_identifier here.
+       * c-lang.c (c_init_options): Update.  Call set_identifier_size.
+       * c-lex.c (c_lex): Update.
+       * c-pragma.h: Update.
+       * c-tree.h (struct lang_identifier): Contain c_common_identifier.
+       Delete rid_code.
+       (C_RID_CODE): Delete.
+       * cpphash.c: Rewrite to use hashtable.c.
+       * cpphash.h: Update include guards.
+       (struct cpp_reader): Remove hashtab.
+       hash_ob and buffer_ob are no longer pointers.  Add hash_table
+       and our_hashtable.
+       (HASHSTEP, _cpp_init_hashtable, _cpp_lookup_with_hash): Delete.
+       (_cpp_cleanup_hashtable): Rename _cpp_destroy_hashtable.
+       (_cpp_cleanup_stacks): Rename _cpp_init_directives.
+       * cppinit.c (cpp_create_reader): Update.
+       * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
+       (cpp_interpret_charconst): Eliminate warning.
+       * cpplib.c (do_pragma, do_endif, push_conditional,
+       cpp_push_buffer, cpp_pop_buffer): Update.
+       (_cpp_init_stacks): Rename cpp_init_directives.
+       (_cpp_cleanup_stacks): Remove.
+       * cpplib.h: Update include guards.  Include tree-core.h and c-rid.h.
+       (cpp_hashnode, cpp_token, NODE_LEN, NODE_NAME,
+        cpp_forall_identifiers, cpp_create_reader): Update.
+       (C_RID_CODE, cpp_make_node): New.
+       (c_common_identifier): New identifier node for C front ends.
+       * cppmain.c (main): Update.
+       * fix-header.c (read_scan_file): Update.
+       * flags.h (id_clash_len): Make unsigned.
+       * ggc.h (ggc_mark_nonnull_tree): New.
+       * hashtable.c: New.
+       * hashtable.h: New.
+       * stringpool.c: Update comments and copyright.  Update to use
+       hashtable.c.
+       * toplev.c (approx_sqrt): Move to hashtable.c.
+       (id_clash_len): Make unsigned.
+       * toplev.h (ident_hash): New.
+       * tree.c (gcc_obstack_init): Move to hashtable.c.
+       * tree.h: Include hashtable.h.
+       (IDENTIFIER_POINTER, IDENTIFIER_LENGTH): Update.
+       (GCC_IDENT_TO_HT_IDENT, HT_IDENT_TO_GCC_IDENT): New.
+       (struct tree_identifier): Update.
+       (make_identifier): New.
+cp:
+       * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
+       (C_RID_CODE): Remove.
+       * lex.c (cxx_init_options): Call set_identifier_size.  Update.
+       (init_parse): Don't do it here.
+objc:
+       * objc-act.c (objc_init_options): Call set_identifier_size. Update.
+
+Sat May 19 18:23:04 2001  Richard Henderson <rth@redhat.com>
+
+       * except.c (dw2_build_landing_pads): Use word_mode, not Pmode,
+       as ncessary.
+       (expand_eh_return): Convert between word_mode and Pmode.
+       * unwind-dw2.c (extract_cie_info): Do not assume words and pointers
+       are the same size.
+       (execute_stack_op): Likewise.
+       (execute_cfa_program): Likewise.
+       (uw_frame_state_for): Likewise.
+       (uw_update_context_1): Likewise.
+       * unwind.inc (_Unwind_Reason_Code): Likewise.
+       * config/mips/mips.h (EH_RETURN_DATA_REGNO): Define.
+       (EH_RETURN_STACKADJ_RTX): Likewise.
+       * config/mips/mips.c (compute_frame_size): Make space for saving
+       EH return registers.
+       (mips_expand_epilogue): Handle EH stack adjustments.
+       * config/mips/mips.md (eh_return): New pattern.
+       (eh_set_lr_si): Likewise.
+       (eh_set_lr_di): Likewise.
+       Add splitter to perform EH return after reload.
+
+2001-05-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * jump.c (mark_jump_label): Tidy previous change.
+
+2001-05-19  Bruce Korb  <bkorb@gnu.org>
+
+       * fixinc/genfixes: no need for two warnings
+       * fixinc/Makefile.in: open stdin for those building with a closed one.
+
+2001-05-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * jump.c (jump_optimize_1): Tidy.
+       (mark_jump_label): When changing the label in a LABEL_REF, change
+       update any REG_EQUAL notes as well.
+
+2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-parse.in (parm_declarator): Split into
+       parm_declarator_starttypename and parm_declarator_nostarttypename.
+       (parm_declarator_starttypename, parm_declarator_nostarttypename):
+       New.  Allow parenthesized sub-declarators which don't begin with a
+       TYPENAME.  Fixes PR c/166.
+
+2001-05-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New
+       macro.
+       * tm.texi (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
+       Document it.
+       * toplev.c (main): If the target does not allow profiling without
+       a frame pointer, issue an error message.
+       * config/i386/linux.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
+       Define it to false.
+
+Sat May 19 07:53:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * recog.c (general_operand): Modify last change to allow it if reload
+       has completed.
+
+Sat May 19 10:23:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * recog.c (general_operand): Prohibit nonzero subreg bytes on
+       subregs containing mem.
+
+Sat May 19 09:40:45 2001  Denis Chertykov  <denisc@overta.ru>
+
+       * regrename.c (regrename_optimize): frame pointer register can
+       use a few hardregs.
+
+2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
+
+       * README.DWARF: Move into dwarfout.c.
+
+2001-05-18  Dale Johannesen  <dalej@apple.com>
+
+       * config/rs6000/rs6000.c (secondary_reload_class): Fix Darwin
+       specific misuse of r0 as a reload address.
+
+Fri May 18 22:42:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * combine.c (combine_simplify_rtx): Clear op0_mode if simplification
+       succeeded.
+
+Fri May 18 07:26:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * rs6000.md (extzv): Correctly install last change.
+       * genrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.
+       (add_to_sequence): Make that decision type.
+       (maybe_both_true_2, nodes_identical_1, factor_tests): Use it.
+       (write_switch, write_cond, debug_decision_2): Likewise.
 
-Sat Apr 18 12:37:54 1992  John F Carr  (jfc at Achates.mit.edu)
+       * dbxout.c (dbxout_type): Use host_integerp and fix typo in testing
+       for INTEGER_TYPE.
+       (dbxout_symbol, case TYPE_DECL): Don't generate tag for records of
+       variable size.
 
-       * expmed.c (store_bit_field): Storing into a bitfield in memory
-       which is the size of a standard machine mode can be done with a
-       simple move instruction.
+2001-05-18  Stan Shebs  <shebs@apple.com>
 
-       * c-lex.c (skip_white_space): carriage return (^M) is whitespace,
-       but warn about ^M if pedantic.
+       * configure.in (gcc_cv_as_eh_frame): Cope with old assemblers.
+       * configure: Regenerate.
 
-       * cse.c (rtx_cost): New argument OUTER_CODE, the rtx code of the
-       expression in which the rtx argument is contained.
-       * expmed.c (init_expmed): Pass second argument to rtx_cost.
-       * optabs.c (expand_binop, expand_twoval_binop, emit_cmp_insn): Likewise.
-       * loop.c (init_loop, general_induction_var): Likewise.
-       * vax.c (vax_rtx_cost, vax_address_cost): New functions.
-       * vax.h (CONST_COSTS, RTX_COSTS, ADDRESS_COST): Call these
-       functions.
-       * romp.h (CONST_COSTS): Give constants different costs depending
-       on whether they can fit into a 2 byte instruction, a 4 byte
-       instruction, or would require insn splitting to use.
-       * i386.h (CONST_COSTS, RTX_COSTS): Move PLUS case to RTX_COSTS.
-       * m68k.h (CONST_COSTS): Constant in range -254..-136 is only cheap
-       in a move insn, not as an operand to some other instruction.
-       * config/*.h: Update machine descriptions to define CONST_COSTS
-       and RTX_COSTS macros with 3 arguments.
+2001-05-18  Per Bothner  <per@bothner.com>
 
-Fri Apr 17 11:14:02 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       Changes needed for java/jvspec.c
+       * gcc.h (n_infiles, outfiles):  Add declarations.
+       * gcc.c (n_infiles, outfiles):  Mske no longer static.
 
-       * reload.c (safe_from_earlyclobber): New function.
-       * recog.c (constrain_operands): Verify that earlyclobber
-       operands don't conflict with inputs.
+Fri May 18 10:14:42 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * combine.c (subst, case SUBREG): Don't fold paradoxical SUBREGs
-       of constants.
+       * config/pa/som.h (EXCEPTION_SECTION): Define.
 
-       * cse.c (fold_rtx, case SUBREG): Extend previous change so it
-       folds widened operations with one operand a constant.
+2001-05-18  Daniel Berlin  <dan@cgsoftware.com>
 
-       * expr.c (safe_from_p, case BIND_EXPR): Only look at operand 1.
+       * dwarf2out.c: Add dw_loc_list_ref, a reference to a location
+       list.
+       Add have_location_lists, a variable to determine whether we need a
+       .debug_loc section or not.
+       (enum dw_val_class): Add dw_val_class_loc_list.
+       (dw_val_struct): Add val_loc_list.
+       (dw_loc_list_struct): New structure, represents location lists.
+       (new_loc_list): New function, return a new location list, given
+       the range and location expression.
+       (add_loc_descr_to_loc_list): New function, add a location
+       expression to a location list, given the expression and range.
+       (output_loc_list): New function, output a location list.
+       (gen_internal_sym): Modified to take symbol prefix, so we can
+       reuse it for location list symbols.
+       (add_AT_loc_list): New function, add a location list to a DIE at
+       the named attribute.
+       (AT_loc_list): New function, return the location list reference
+       for a given attribute, if it's a location list.
+       (print_die): Handle dw_val_class_loc_list.
+       (size_of_die): Ditto.
+       (value_format): Ditto.
+       (output_die): Ditto.
+       (output_location_lists): New function, output all of the location
+       lists for a DIE and it's children.
+       (dwarf2out_finish): Call output_location_lists if we have location
+       lists.
 
-       * cse.c (fold_rtx, case SUBREG): Don't fold paradoxical SUBREGs.
-       Instead, when we have a narrowing SUBREG, see if it is narrowing
-       the result of a widened arithmetic operation.
 
-Fri Apr 17 09:16:56 1992  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
+Fri May 18 15:39:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * Makefile.in (install-dir): Don't use '-' prefix on continuation line.
+       * gcse.c (try_replace_reg): First try global replace, later try to
+       simplify the expression.
 
-Fri Apr 17 06:52:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * gcse.c (find_used_regs): Change calling convention; work via
+       note_uses.
+       (cprop_insn): Update call of find_used_regs; work for CALL_INSNs too.
 
-       * toplev.c (rest_of_compilation):
-       If -Wreturn-type, don't stop before jump.c.
+2001-05-18  Bernd Schmidt  <bernds@redhat.com>
 
-       * calls.c (expand_call): Delete unused arg MODIFIER.
-       * expr.c: Arg deleted from calls (those which had it).
+       Revert
+       2001-02-09  Nick Clifton  <nickc@redhat.com>
+       * config/arm/arm.md: Change output constraint on post inc
+       load/store multiple patterns to be a read/write constraint.
 
-       * ns32k.c (print_operand_address): Handle UTEK_ASM.
-       (print_operand): Handle NO_IMMEDIATE_PREFIX_IF_SYMBOLIC.
-       Abort if must get fp number as bits but cannot do so.
-       * ns32k.h (TRAMPOLINE_TEMPLATE): Use PUT_ABSOLUTE_PREFIX.
-       * ns32k.md (call, call_value): Handle ENCORE_ASM.
-       * encore.h (PRINT_OPERAND): Just call print_operand.
-       (CALL_MEMREF_IMPLICIT): Defined.
+2001-05-18  Mark Mitchell  <mark@codesourcery.com>
 
-       * config.sub: encore implies bsd, not sysv.
+       * basic-block.h (struct basic_block_def): Add documentation about
+       what a basic block is, and what the various fields are used for.
+       * flow.c (calculate_globlal_regs_live): Add documentation about
+       how the algorithm works, and how we know that it will terminate.
+       Check that the the inductive assumption that guarantees
+       termination actually holds.
+       (mark_used_regs): Treat conditionally set registers as used.
+       (debug_regset): Add comment.
+       * rtl.texi (cond_exec): Add documentation.
 
-       * stmt.c (expand_expr_stmt): Handle reference of volatile BLKmode.
+       * function.c (expand_function_start): Avoid creating BLKmode
+       pseudos.
 
-       * vax.md (indirect_jump): Delete the extra condition.
+2001-05-17  Mark Mitchell  <mark@codesourcery.com>
 
-       * configure (...-hpux): Set install_with_cp.
+       * dwarf2out.c (output_comp_unit): Always output a compilation-unit
+       DIE, even if it has no children.
+       (dwarf2out_finish): Always output the line-number table, even if
+       it has no content.
 
-       * jump.c (delete_insn): After a label, go past other deleted labels.
+2001-05-18  David Edelsohn  <edelsohn@gnu.org>
 
-       * m68k.md (movhi): Don't use switch_table_difference_label_flag
-       except in ports that need it.
+       * rs6000.md (movsfcc,movdfcc): Remove NE case.
 
-       * stmt.c (warn_if_unused_value): Don't warn for constant after comma.
-       Don't warn for volatile decl or ref.
+2001-05-17  Bruce Korb <bkorb@gnu.org>
 
-       * c-typeck.c (build_unary_op): ++ on void * warns if -Wpointer-arith.
+       * fixinc/fixincl.tpl: rewritten as an AutoGen version 5 template
+       * fixinc/genfixes: emit a warning if AutoGen is out of date
 
-Thu Apr 16 22:56:20 1992  Michael Meissner  (meissner@osf.org)
+2001-05-17  Brendan Conoboy <blc@cygnus.com>
+           Bruce Korb <bkorb@gnu.org>
 
-       * mips.h (enum block_move_type): New enumeration for classing what
-       type of block move is used when splitting the last store off.
-       (RTX_COSTS): Don't use -mdebugd to set multiply costs to 2.
+       * fixinc/fixincl.sh(FIXINC): accept local directory if fixincl not
+       found in fixinc directory.  Facilitates binary distributions.
 
-       * mips.c (output_movstrsi): Take an additional argument to determine
-       whether this block move is a normal block move, or one that has been
-       split.  For the split block moves, there are two parts -- the first
-       part is everything but the last store, and the second part is the
-       last store, suitable to fill a delay slot.
+2001-05-17  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * mips.md (all define_splits): Don't do any define_split if
-       -mdebugd.
-       (movstrsi_internal*): Add support to split block moves into two
-       pieces, one that is everything except for the last store, and the
-       second piece, which is the last store that can fill a delay slot.
+       * dbxout.c (dbxout_symbol_location): For CONCAT, skip types not
+       COMPLEX_TYPE.
 
-Thu Apr 16 21:52:59 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Thu May 17 19:42:39 2001  Mark Kettenis  <kettenis@wins.uva.nl>
 
-       * x-rs6k-mach: New file.
-       * configure (rs6000-*-mach): Use it.
+       * dwarf2out.c (modified_type_die): Equate qualified type to die.
 
-Thu Apr 16 21:52:17 1992  John F Carr  (jfc at Achates.mit.edu)
+Thu May 17 23:19:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cse.c (cse_end_of_basic_block): Fix test for infinite loop.
+       * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
+       (simplify_subreg): Handle complex types represented as CONCAT.
 
-Thu Apr 16 21:50:38 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * recog.c (validate_replace_rtx_1): Properly canonicalize expression
+       * rtl.h (swap_commutative_operands_p): Declare.
+       * rtlanal.c (swap_commutative_operands_p): New.
+       (operand_preference): New static function.
 
-       * rs6000.h (bss_section): Delete.  No longer needed.
+       * combine.c (combine_simplify_rtx): Use swap_commutative_operands_p.
+       (gen_binary): Likewise.
+       * optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise.
+       * simplify-rtx.c (simplify_gen_binary,
+       simplify_gen_relational): Likewise.
 
-       * a29k.c (print_operand, case 'F'): Always emit insn to fill empty
-       delay slot.
+Thu May 17 20:43:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu Apr 16 18:45:41 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * cse.c (fold_rtx): Use simplify_subreg.
 
-       * cse.c (simplify_ternary_operation): Correctly sign-extend result.
+       * simplify-rtx.c (simplify_replace_rtx): Use simplify_gen_subreg.
+       (simplify_gen_subreg): New.
+       (simplify_rtx): Use simplify_subreg.
+       * rtl.h (simplify_gen_subreg): Declare.
 
-Thu Apr 16 18:43:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-05-17  Mark Mitchell  <mark@codesourcery.com>
 
-       * objc-actions.c: Rename OBJC_NONUNIQUE_SELECTORS to
-       OBJC_SELECTORS_WITHOUT_LABELS.
+       * doc/install.texi: Update Solaris information.
 
-       * c-decl.c (duplicate_decls): Allow extern vs extern inline.
+       * except.h (protect_cleanup_actions): Remove it.
+       (lang_protect_cleanup_actions): Declare it.
+       * except.c (protect_cleanup_actions): Remove it.
+       (lang_protect_cleanup_actions): New variable.
+       (init_eh): Don't make protect_cleanup_actions a GC root.
+       (expand_eh_region_and_cleanup): Call
+       lang_protect_cleanup_actions.
+       (output_function_exception_table): Remove unused `align'
+       variable.
+       * varasm.c (assemble_external): Abort if we have not yet
+       opened the assembly output file.
+
+Thu May 17 11:54:50 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * except.c (sjlj_emit_function_enter): Call assemble_external_libcall
+       for eh_personality_libfunc.
+
+Thu May 17 19:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode
+       when calling simplify_subreg.  This is needed to allow replacing
+       of expression of one mode by expression of different mode.
+
+Thu May 17 19:40:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * simplify-rtx.c  (simplify_subreg): Avoid creating of incorrect subregs.
+
+2001-05-17  Bernd Schmidt  <bernds@redhat.com>
+
+       * expr.c (protect_from_queue): Protect against subsequent calls to
+       emit_queue.
+       (expand_expr, case ADDR_EXPR): Prevent protect_from_queue from being
+       too clever.
+
+Thu May 17 18:17:34 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.
+
+2001-05-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gccbug.in (CATEGORIES): Add "bootstrap".
+
+Thu May 17 16:59:41 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * simplify-rtx.c (simplify_subreg): Break out from ...
+       * combine.c (combine_splify_rtx) ... here and ...
+       * recog.c (validate_replace_rtx_1): ... here;
+       * rtl.h (subreg_lowpart_parts_p, simplify_subreg): Declare.
+       * emit-rtl.c (subreg_lowpart_parts_p): Break out from ...
+       (subreg_lowpart_p): ... here.
+
+2001-05-17  Bernd Schmidt  <bernds@redhat.com>
+
+       * stmt.c (expand_asm_operands): For inout operands, make sure
+       the substitution of '=' for '+' makes it into the rtl.
+
+       * reload1.c (delete_output_reload): Call eliminate_regs on substed.
+       (reload_as_needed): Call update_eliminable_offsets a bit later.
+
+2001-05-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc.texi (gccbug): Refer to the web pages for detailed information
+       on GNATS.
+
+2001-05-16  Zack Weinberg  <zackw@stanford.edu>
+
+       * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.
+
+       * Makefile.in: Delete variables: OLDCC, CCLIBFLAGS, OLDAR,
+       OLDAR_FLAGS, LIBGCC1, LIBGCC1_TEST, CROSS_LIBGCC1,
+       LIB1FUNCS, and LIB1FUNCS_EXTRA.  Delete rules: libgcc1-test,
+       libgcc1-test.o.  Clarify commentary now that libgcc1 no longer exists.
+       * cross-make: Don't set LIBGCC1.
+       * mklibgcc.in: Delete all code for building from libgcc1.c.
+       Always honor LIB1ASMFUNCS if set.
+
+       * crtstuff.c, floatlib.c, longlong.h, config/fp-bit.c,
+       config/arc/lib1funcs.asm, config/arm/lib1funcs.asm,
+       config/d30v/libgcc1.asm, config/fr30/lib1funcs.asm,
+       config/h8300/lib1funcs.asm, config/i386/cygwin.asm,
+       config/i386/uwin.asm, config/m68hc11/larith.asm,
+       config/m68k/lb1sf68.asm, config/mcore/lib1.asm,
+       config/mn10200/lib1funcs.asm, config/sh/lib1funcs.asm,
+       config/sparc/lb1spc.asm, config/sparc/lb1spl.asm,
+       config/v850/lib1funcs.asm, config/c4x/libgcc.S:
+       Delete or update references to libgcc1 in commentary.
+
+       * config/t-libc-ok, config/t-linux, config/t-linux-aout,
+       config/t-netbsd, config/a29k/t-a29kbare, config/a29k/t-vx29k,
+       config/alpha/t-interix, config/alpha/t-osf, config/alpha/t-vms,
+       config/arc/t-arc, config/arm/t-arm-aout, config/arm/t-arm-coff,
+       config/arm/t-arm-elf, config/arm/t-linux, config/arm/t-pe,
+       config/arm/t-semi, config/arm/t-strongarm-coff,
+       config/arm/t-strongarm-elf, config/arm/t-strongarm-pe,
+       config/arm/t-xscale-coff, config/arm/t-xscale-elf, config/avr/t-avr,
+       config/c4x/t-c4x, config/d30v/t-d30v, config/fr30/t-fr30,
+       config/h8300/t-h8300, config/i386/t-beos, config/i386/t-cygwin,
+       config/i386/t-i386elf, config/i386/t-interix, config/i386/t-netware,
+       config/i386/t-next, config/i386/t-rtems-i386, config/i386/t-sol2,
+       config/i960/t-960bare, config/i960/t-vxworks960, config/ia64/t-ia64,
+       config/m32r/t-m32r, config/m68hc11/t-m68hc11-gas, config/m68k/t-lynx,
+       config/m68k/t-m68kbare, config/m68k/t-m68kelf,
+       config/m68k/t-mot3300-gald, config/m68k/t-mot3300-gas,
+       config/m68k/t-next, config/m68k/t-vxworks68, config/m88k/t-bug,
+       config/m88k/t-dgux, config/m88k/t-dgux-gas, config/m88k/t-dguxbcs,
+       config/m88k/t-luna, config/m88k/t-luna-gas, config/m88k/t-m88k,
+       config/m88k/t-m88k-gas, config/m88k/t-sysv4, config/mcore/t-mcore,
+       config/mcore/t-mcore-pe, config/mips/t-bsd, config/mips/t-bsd-gas,
+       config/mips/t-cross64, config/mips/t-ecoff, config/mips/t-elf,
+       config/mips/t-iris6, config/mips/t-r3900, config/mips/t-svr3,
+       config/mips/t-svr3-gas, config/mips/t-svr4, config/mips/t-svr4-gas,
+       config/mips/t-ultrix, config/mn10200/t-mn10200,
+       config/mn10300/t-mn10300, config/pa/t-linux, config/pa/t-linux64,
+       config/pa/t-pa, config/pa/t-pa64, config/pa/t-pro,
+       config/pdp11/t-pdp11, config/pj/t-pj, config/rs6000/t-aix43,
+       config/rs6000/t-beos, config/rs6000/t-darwin, config/rs6000/t-newas,
+       config/rs6000/t-ppccomm, config/rs6000/t-rs6000, config/sh/t-linux,
+       config/sh/t-sh, config/sparc/t-chorus-elf, config/sparc/t-elf,
+       config/sparc/t-sol2, config/sparc/t-sp86x, config/sparc/t-sparcbare,
+       config/sparc/t-sparclite, config/sparc/t-splet,
+       config/sparc/t-sunos41, config/sparc/t-vxsparc,
+       config/sparc/t-vxsparc64, config/v850/t-v850:
+       Don't set any of LIBGCC1, CROSS_LIBGCC1, or LIBGCC1_TEST.
+
+       * config/alpha/alpha.h, config/i386/i386.h, config/i860/i860.h:
+       Don't set FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, INTIFY, or FLOATIFY.
+       * config/d30v/d30v.h: Don't mention LIBGCC_NEEDS_DOUBLE,
+       FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, FLOATIFY, INTIFY,
+       nongcc_SI_type, nongcc_word_type, or perform_*
+       * config/i860/fx2800: Don't define perform_umodsi3 or perform_modsi3.
+
+       * config/i386/386bsd.h, config/i386/beos-elf.h,
+       config/i386/linux-aout.h, config/i386/linux-oldld.h,
+       config/i386/linux.h, config/i386/mach.h, config/i386/netbsd.h,
+       config/i386/openbsd.h, config/i386/osfrose.h, config/i386/rtemself.h:
+       Don't include i386/perform.h.
+
+       * config/a29k/t-a29k, config/arm/t-semiaof, config/i370/t-i370,
+       config/i370/t-linux, config/i370/t-mvs, config/i370/t-oe,
+       config/i386/t-djgpp, config/i386/t-i386bare, config/i386/t-vsta,
+       config/ia64/t-hpux, config/mips/t-mips, config/mips/t-mips-gas,
+       config/mips/t-osfrose, config/sparc/t-sp64, config/sparc/t-sunos40,
+       config/vax/t-openbsd, config/vax/t-vax: Delete.
+
+       * config.gcc: Remove references to deleted files.
+       (arm-semi-aof): Use arm/t-semi for tmake_file.
+
+       * gcc.texi, install.texi, invoke.texi, tm.texi:
+       Delete or rewrite text which is no longer relevant now that
+       libgcc1 no longer exists.
+
+       * config/t-openbsd, config/alpha/t-interix, config/i386/t-interix:
+       No need to set INSTALL_ASSERT_H.  (Missed in previous sweep.)
+
+2001-05-16  Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
+       Bruce Korb <bkorb@gnu.org>
+
+       * fixinc/inclhack.def(solaris27_mutex_init):  Fix broken mutex
+       initializer
+
+2001-05-16  Zack Weinberg  <zackw@stanford.edu>
+
+       * i386.md: Add two peepholes to clean up code generated by
+       cmpstr* expanders.
+
+2001-05-16  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2asm.c (eh_data_format_name): Add names for "pointer size"
+       variants of non-absolute encodings.
+
+       * config/i386/i386.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+
+       * libgcc-std.ver (_Unwind_Find_FDE, __register_frame_info_bases,
+       __register_frame_info_table_bases): Export.
+
+2001-05-16  Richard Henderson  <rth@redhat.com>
+
+       * except.c (eh_data_format_name): Move to ...
+       * dwarf2asm.c: ... here.  Use designated initializers if available.
+       (dw2_asm_output_encoded_addr_rtx): Accept varargs commentary.
+       * dwarf2asm.h: Update declarations.
+       * dwarf2out.c (output_cfi) [DW_CFA_set_loc]: If for_eh, mind
+       ASM_PREFERRED_EH_DATA_FORMAT.
+       (output_call_frame_info): Likewise.  Use 'L' augmentation for
+       the LSDA encoding.
+
+       * unwind-dw2-fde.h (struct fde_vector): New.
+       (struct old_object): Rename from struct object.
+       (struct object): New.
+       (__register_frame_info_bases): Declare.
+       (__register_frame_info_table_bases): Declare.
+       (struct dwarf_fde): Remove explicit pc_begin/pc_range members.
+       * unwind-dw2-fde.c (objects): Remove.
+       (unseen_objects, seen_objects): New.
+       (__register_frame_info_bases): New.
+       (__register_frame_info): Use it.
+       (__register_frame_info_table_bases): New.
+       (__register_frame_info_table): Use it.
+       (__deregister_frame_info): Rewrite for changed object struct.
+       (base_from_object, get_cie_encoding, get_fde_encoding): New.
+       (fde_unencoded_compare): Rename from fde_compare; uninline.
+       (fde_single_encoding_compare, fde_mixed_encoding_compare): New.
+       (start_fde_sort): Adjust for new definition of fde_vector.
+       (fde_insert): Likewise.
+       (end_fde_sort): Likewise.  Select comparison function based
+       on properties of the object.
+       (fde_split): Take object and fde_compare_t arguments.
+       (frame_heapsort, fde_merge): Likewise.
+       (classify_object_over_fdes): Rename from count_fdes.  Handle
+       encoded pointers.  Collect encoding, mixed_encoding, and pc_begin
+       for the object.
+       (add_fdes): Handle encoded pointers.
+       (init_object): Rename from frame_init.  Update for new struct object.
+       (linear_search_fdes): Rename from search_fdes.  Handle encoded
+       pointers.
+       (binary_search_unencoded_fdes): Broken out from _Unwind_Find_FDE.
+       (binary_search_single_encoding_fdes): New.
+       (binary_search_mixed_encoding_fdes): New.
+       (search_object): New.
+       (_Unwind_Find_FDE): Update for new struct object.  Fill in
+       the dwarf_eh_bases.
+       * unwind-dw2.c: Include unwind-pe.h.  Constify all pointers
+       iterating over EH data.
+       (_Unwind_FrameState): Remove saw_lsda, addr_encoding.  Add
+       fde_encoding, lsda_encoding.
+       (read_uleb128, read_sleb128): Remove.
+       (read_encoded_pointer): Remove.  All callers use read_encoded_value.
+       (extract_cie_info): Set lsda_encoding from 'L' augmentation.
+       (uw_frame_state_for): Don't set bases.func.  Handle encoded fde
+       pointers.
+       * unwind-pe.h: Add "struct" to _Unwind_Context references.
+
+2001-05-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
+       * cpphash.c (_cpp_lookup_with_hash): Similarly.
+       * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
+       cpp_spell_token, cpp_output_token): Similarly.
+       * cpplib.c (lex_macro_node, do_undef, do_pragma,
+       do_pragma_poison, parse_assertion, do_assert): Similarly.
+       * cppmacro.c (builtin_macro, parse_args, funlike_invocation_p,
+       save_parameter, _cpp_create_definition, check_trad_stringification,
+       cpp_macro_definition): Similarly.
+       * cppmain.c (cb_define, cb_undef, dump_macro): Similarly.
+       * c-lex.c (cb_undef, c_lex): Similarly.
+       * fix-header.c (recognized_function): Similarly.
+       * cpplib.h (NODE_LEN, NODE_NAME): New.
+       (cpp_hashnode): Rename length len.
+
+Wed May 16 13:41:10 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * pa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in
+       GPRs.
+
+2001-05-16  Andreas Jaeger  <aj@suse.de>
+
+       * Makefile.in (toplev.o): Add dependency on dwarf2asm.h.
+
+       * toplev.c: Include dwarf2asm.h for prototype of
+       dw2_output_indirect_constants.
+
+Wed May 16 19:53:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * stmt.c (expand_asm_operands): Be able to offload addressof
+       expression to memory. (PR optimization/185)
+
+Wed May 16 18:53:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
+       applying distributive law.
+
+2001-05-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa-hpux10.h (THREAD_MODEL_SPEC): Define.
+
+       * gthr-dce.h (UNUSED): Attribute unused macro.
+       (__gthread_key_dtor): Make arguments UNUSED.
+       (__gthread_key_delete): Revise for compatibility with DRAFT4
+       implementation.
+
+2001-05-16  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/install.texi: Update AIX information.
+       * README.RS6000: Remove obsolete file.
+
+2001-05-16  Jakub Jelinek  <jakub@redhat.com>
+           Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c (give_switch): Don't write before start of string.
+       Always append suffix.
+
+2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * cpplex.c (_cpp_lex_token, '/' case): Comments can't appear
+       after stage3.
 
-       * c-parse.y (parmlist_or_identifiers_1): Use parmlist_1.
-       * c-decl.c (get_parm_info): Treat forward parm decls like nonparm
-       decls.
+2001-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * m68k.md (movhi before dispatch table):
-       Set switch_table_difference_label_flag.
-       * 3b1.h, amix.h, m68ksgs.h (ASM_OUTPUT_CASE_END): Test that flag.
-       Declare the flag.
+       * README.ALTOS: Remove obsolete file.
 
-       * m68k.c (output_function_prologue, print_operand_address): Add
-       HPUX_ASM conds.
+2001-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * mips.c (output_block_move): If we get a case we can't handle,
-       don't print anything--just abort, because that implies a bug.
+       * c-lex.h (save_and_forget_protocol_qualifiers,
+       forget_protocol_qualifiers, remember_protocol_qualifiers):
+       Remove deleted functions' prototypes.
 
-       * c-decl.c (c_decode_option): -ansi sets flag_no_nonansi_builtin,
-       not flag_no_builtin.
-       (init_decl_processing): Check flag_no_nonansi_builtin for alloca, etc.
+2001-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * dbxout.c (dbxout_symbol): Make pointer, not reference,
-       when variable's address is in a register.
+       * c-parse.in (methodtype): New production.
+       (methoddef, methodproto): Collapse separate '-' and '+'
+       handlers into 1.
 
-       * c-decl.c (c_decode_option): Ignore -Wimport, -Wno-import.
+2001-05-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
 
-Thu Apr 16 16:17:13 1992  Mike Stump  (mrs@mole.gnu.ai.mit.edu)
+       * c-common.h (RID_FIRST_PQ): New.
+       * c-parse.in (objc_pq_context): New.
+       (objc parser): Set objc_pq_context rather than calling
+       remember_protocol_qualifiers and forget_protocol_qualifiers.
+       Don't call save_and_forget_protocol_qualifiers.
+       (yylexname): Handle objc protocol qualifiers here.
+       * stringpool.c (struct str_header): Replace with sp_hashnode.
+       (SP_EMPTY, SP_LEN, SP_TREE, SP_STR, SP_VALID): New.
+       (alloc_string): Rename alloc_ident.  Use the SP_ accessors.
+       Allocate an IDENTIFIER_NODE for each identifier.
+       (FORALL_STRINGS, set_identifier): Delete.
+       (FORALL_IDS, expand_string_table, stringpool_statistics): Update.
+       (ggc_alloc_string): Use an obstack.
+       (get_identifier, maybe_get_identifier, mark_string_hash): Update.
+       * tree.h: Update comments.
+       (set_identifier): Delete.
+       * objc/objc-act.c (N_PQ, saved_pq, saved_not_pq,
+       save_and_forget_protocol_qualifiers, forget_protocol_qualifiers,
+       remember_protocol_qualifiers): Delete.
 
-       * merge in Cygnus changes...
+Tue May 15 22:14:09 2001  Jeffrey A Law  (law@cygnus.com)
 
-       Thu Apr 16 12:23:06 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * flow.c (life_analysis): After life analysis is complete, do
+       an optional scan over insns looking for REG_LABEL notes that
+       reference a deleted label.
+       (propagate_block_delete_insn): Verify INOTE is a CODE_LABEL
+       before peeking at LABEL_NUSES.
 
-       * cp-call.c (build_method_call): propagate const around to avoid an
-       incorrect error message.  This type of fix may now be necessary in
-       other parts of the compiler.  This solves all but one known const
-       problems.
+2001-05-15  Richard Henderson  <rth@redhat.com>
 
-       Wed Apr 15 14:18:27 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * unwind-sjlj.c (_Unwind_GetDataRelBase): New.
+       (_Unwind_GetTextRelBase): New.
 
-       * cp-type2.c (readonly_warning_or_error):  because the compiler
-       is now warning about const alot more, for a release or two,
-       lets just warn about const problems, just in case it is a compiler
-       problem and not a user problem.
-       
-       * cp-cvt.c (build_up_reference): Lets get tougher on const problems
-       on COMPONENT_REFs.
+2001-05-15  Mark Mitchell  <mark@codesourcery.com>
 
-       Wed Apr 15 11:59:42 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+       * config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
 
-       * cp-decl.c (finish_function): Check for any debug info enabled,
-       not just DBX_DEBUG.
+2001-05-15  Geoffrey Keating  <geoffk@redhat.com>
 
-       Wed Apr 15 10:03:36 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * objc/objc-act.c (handle_class_ref): Use rest_of_decl_compilation
+       so that CHOOSE_SECTION gets used.
 
-       * cp-cvt.c (build_up_reference): Propagate const and volatile
-       down into the type so error checking works better.
+       * config/rs6000/sysv4.h (ASM_PREFERRED_EH_DATA_FORMAT): Treat
+       TARGET_RELOCATABLE like flag_pic for now.
 
-       Tue Apr 14 11:44:32 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-05-15  David Edelsohn  <edelsohn@gnu.org>
 
-       * cp-decl.c (start_decl):  Shouldn't use flag_this_is_variable
-       to make what this points to const, but I don't have the heart
-       to do it right now.
-       
-       * cp-decl2.c (grokclassfn):  Don't use flag_this_is_variable
-       to make what this points to const.
+       * rs6000.md (movdi splitter): Sign extend more efficiently.
+       * rs6000.c (reg_or_arith_cint_operand): Redefine 64-bit constant
+       to "long long" valid on 32-bit and 64-bit hosts.
+       (logical_operand): Cast trunc_int_for_mode return value.
+       (rs6000_emit_move): Shift macro to encapsulate variable.
+       (rs6000_va_start): Use HOST_WIDE_INT_PRINT_DEC.
+       (rs6000_emit_{prologue,epilogue}): EH regno is unsigned but
+       plus_constant requires signed argument.
 
-       * cp-typeck.c (convert_arguments):  Let build_up_reference handle
-       const errors correctly.  Removes April 10 change.
-       
-       * cp-cvt.c (build_up_reference):  Don't let people subvert const
-       when passing const argements to non-const functions.
+2001-05-15  Loren J. Rittle  <ljrittle@acm.org>
 
-       * cp-tree.c (build_cplus_method_type): Don't use
-       flag_this_is_variable to make what this points to const.
+       * gthr-posix.h: Make additional pthread-* functions weak.
 
-       From Wed Apr  1 12:00:59 1992  Chip Salzenberg  (chip at tct.com)
+Tue May 15 13:51:32 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-        * cp-class.c (import_export_vtable): New function to set
-          TREE_PUBLIC and/or TREE_EXTERNAL on vtables.
-          (build_vtable): Use it.
-          (prepare_fresh_vtable): Use it.
+       * recog.c (apply_change_group): Avoid unneeded validating.
 
-        * cp-decl.c (finish_decl): Don't assume that TREE_PUBLIC means
-          "exported"; it can mean "imported".  Decide with TREE_EXTERNAL.
-          (finish_function): Ditto.
-        * cp-decl2.c (write_vtable_entries): Ditto.
-          (finish_vtable_typedecl): Ditto.
-          (finish_vtable_vardecl): Ditto.
-          (finish_file): Ditto.
+2001-05-14  David Edelsohn  <edelsohn@gnu.org>
 
-        * cp-lex.c (set_vardecl_interface_info): Public objects always
-          have TREE_PUBLIC, whether exported or imported.
-        * cp-pt.c (instantiate_member_templates): Ditto.
+       * rs6000.c (num_insns_constant_wide): Constants are sign-extended.
+       (num_insns_constant): CONST_INT can be 64-bits.
 
+2001-05-14  Stan Shebs  <shebs@apple.com>
 
-       Fri Apr 10 21:44:15 1992  Per Bothner  (bothner@cygnus.com)
+       * config/darwin.h (LIB_SPEC): Just use -lSystem.
+       (LIBGCC_SPEC): Don't define.
 
-       * cp-method.c (build_overload_name): Mangle 'signed char'
-       as 'Sc' (i.e. differently from 'char'!).
+2001-05-14  Richard Henderson  <rth@redhat.com>
 
-       Fri Apr 10 17:38:04 1992  Mike Stump  (mrs@cygnus.com)
+       * configure.in (gcc_cv_as_eh_frame): New test.
+       * config.in, configure: Rebuild.
+       * gcc.c (init_spec): Honor USE_AS_TRADITIONAL_FORMAT.
 
-       * cp-typeck.c (convert_arguments): don't allow people to wipe const.
+2001-05-14  Andrew MacLeod  <amacleod@redhat.com>
 
-       Thu Apr  9 18:28:36 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * config/ia64/lib1funcs.asm (__divtf3): Fix incorrect bits in
+       extended precision divide.
 
-       * cp-tree.h:  Add entry for $vb and $vf so that NO_DOLLAR_IN_LABEL
-       works.
-       * cp-class.c (finish_struct):  Use the new macros from cp-tree.h.
-       * cp-tree.c (layout_basetypes):  Use the new macros from cp-tree.h.
+2001-05-14  Andrew MacLeod  <amacleod@redhat.com>
 
-       Thu Apr  9 02:11:01 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * config/ia64/ia64.c (rtx_needs_barrier): Call rtx_needs_barrier
+       for RETURNS as well.
 
-       * cp-typeck.c (build_function_call_real): Merge in a change made to
-       the C front end into the C++ front end to handle volatile functions.
+Mon May 14 17:34:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       Thu Apr  9 03:45:03 1992  Mark Eichin  (eichin at cygnus.com)
+       * i386.h (TARGET_64BIT): Define to constant if !TARGET_BI_ARCH
+       (CPP_CPU??_SIZE_TYPE): New.
+       (CPP_CPU??_SPEC, CPP_CPUCOMMON_SPEC): Break out from...
+       (CPP_CPU_SPEC): ... here; support choosing of CPU.
+       (EXTRA_SPECS): Add cpp_cpu??, cpp_cpu??sizet, cpp_cpucommon.
+       (MAX_LONG_TYPE_SIZE, MAX_BITS_PER_WORD): Define to 32 for 32bit-only
+       compiler.
+       * i386.c (override_options): Add sorry about not suported modes.
 
-       * cp-class.c (finish_struct): sanity check before calling popclass.
-       If we're already hosed due to previous parse errors (specifically,
-       we're not inside a class anymore) just report an error rather than
-       crashing in popclass (if there wasn't a previous parse error, as the
-       message suggests, we should get reports; this closes gcc/p0000525.)
+Mon May 14 08:56:47 2001  Jeffrey A Law  (law@cygnus.com)
 
-       Wed Apr  8 08:56:49 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * config/pa/som.h (NM_FLAGS): Remove.
+       (ASM_OUTPUT_FUNCTION_PREFIX): No longer truncate subspace names.
+       (ASM_OUTPUT_SECTION_NAME): Remove.
+       (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Likewise.
 
-       * cp-decl.c (grokdeclarator): Fix an eichin bug introduced seconds
-       ago.  Shame, he didn't put:
+2001-05-14  Mark Mitchell  <mark@codesourcery.com>
 
-       Workaround for p869:
-        1) grokdeclarator (around cp-decl.c:7462) is using popclass(1)
-        uses popclass(1) to close the pushclass(3) done by
-        build_push_scope; however, it's coming around another time and
-        popping all the way out, which leads to the core dump when
-        do_friend is called from global scope (do_friend uses
-        current_class_name to figure out whose friendship it is
-        bestowing.) Current workaround: if (friendp) don't allow
-        popping all the way out. We still need to figure out how to
-        make sure it only gets called the *right* time; we also need
-        to figure out if the correct scope is being used, but that's a
-        matter of regression testing.
+       * regrename.c (regrename_optimize): Do not rename registers to
+       leaf registers.
 
-       into a ChangeLog entry.
+2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
 
-       Wed Apr  8 01:10:44 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * rtl.texi (CALL_INSN_FUNCTION_USAGE): Note that (and when) it may
+       contain MEMs.  Remove useless distinction about clobbering
+       registers.
 
-       * cp-decl.c: Cleanup binding_levels_sane related code.  Deleted
-       argument, and changed to void type.  Removed extraneous asserts.
+2001-05-13  Geoff Keating  <geoffk@redhat.com>
 
-       * cp-parse.y: Add fourth parameter to all finish_decl calls.
-       Defaulted the guess to 0.
-       * cp-decl.c: consistently use #if on all PARANOIDs.
+       * config/rs6000/rs6000.h (EXCEPTION_SECTION): Move to...
+       * config/rs6000/aix.h (EXCEPTION_SECTION): ... here.
+       * config/rs6000/sysv4.h (CONST_SECTION_ASM_OP): Delete.
+       (ASM_PREFERRED_EH_DATA_FORMAT): Define.
+       (EXCEPTION_SECTION): Define.
 
-Wed Apr 15 14:00:14 1992  Michael Meissner  (meissner@osf.org)
+2001-05-13  Zack Weinberg  <zackw@stanford.edu>
 
-       * mips.md (movstrsi_internal): Add '&' constraint on clobbers.
+       * libgcc2.c, libgcc2.h: Restore __eprintf.  Label as used for
+       binary backward compat only.
+       * Makefile.in (LIB2FUNCS_ST): New.  Put _eprintf here, not
+       in LIB2FUNCS.  Pass it to mklibgcc.
+       * mklibgcc.in: Handle LIB2FUNCS_ST.
 
-       * mips.c (output_movstrsi): If one of our temporary registers is
-       used as an address register, don't use it and emit a warning.  This
-       is a temporary measure.
+       * Makefile.in (installdirs): Don't create $(gcc_tooldir).
 
-Wed Apr 15 09:04:22 1992  Richard M. Stallman  (rms at lyssenko)
+2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
 
-       * xm-ns32k.h (memcpy, memcmp, memset): New macro definitions.
-       * rtl.c (gcc_memset): New function.
+       * tm.texi (THREAD_MODEL_SPEC): Document it.
+       * gcc.c (main): Use it.
+       * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Define it.
+       * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Likewise.
 
-Wed Apr 15 09:03:28 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-05-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * m88k.md (umulsidi3): Define for m88110.
-       (unit attribute): Define.
+       * rtl.h (SYMBOL_REF_WEAK): New macro.
+       * rtlanal.h (rtx_addr_can_trap): Use it, a weak SYMBOL_REF can trap.
+       * varasm.c (make_decl_rtl): Mark SYMBOL_REF weak if necessary.
+       * rtl.texi (SYMBOL_REF_WEAK): Document it.
+       * gcc.texi: Remove wrong description.
+
+2001-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (STAMP): New macro.
+       Replace all uses of `touch' with $(STAMP).
+       * fixinc/Makefile.in: Likewise.
+
+Sun May 13 07:26:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * configure.in: ldopen is never in -lexc, so don't test for it.
+       Add test for exc_resume in -lexc for Ada.
+       * configure: Regenerated.
+
+2001-05-12  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2asm.c (size_of_encoded_value): New function.
+       * dwarf2asm.h: Declare it.
+       * except.c (output_function_exception_table): Align the TType
+       array only as wide as the encoding.
+
+2001-05-12  Zack Weinberg  <zackw@stanford.edu>
+
+       * extend.texi: Document #pragma GCC java_exceptions.
+
+2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * c-parse.in (bison parser, init_reswords): Remove uses of
+       doing_objc_thang.
+       * c-tree.h (doing_objc_thang): Remove.
+
+2001-05-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplex.c (_cpp_lex_token): Ensure we warn at most once
+       about files not ending in newlines.
+
+2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * dwarfout.c (dwarfout_init): Add cast.
+       * sched-deps.c (sched_analyze_insn): Remove unused vars.
+       * unwind-dw2-fde.c (_Unwind_Find_FDE): Flag unused parameter so.
+cp:
+       * method.c (build_mangled_C99_name): Remove unused prototype.
+
+2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
 
-       * x-m88kdgux (INSTALL_HEADERS): Define as empty.
+       * config/arm/arm.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Use delta.
 
-Tue Apr 14 13:28:11 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
 
-       * c-lex.c (yylex): When warn_traditional, don't abort for harmless
-       type differences.  Instead warn of possible problems on other systems.
+       * defaults.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
+       * tm.texi (TARGET_PRTMEMFUNC_VBIT_LOCATION): Document.
+
+2001-05-11  Richard Henderson  <rth@redhat.com>
 
-       * rtl.c (add_dependence): Skip notes when HAVE_cc0.
-       * sched.c (sched_analyze_2): Likewise.
+       * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+       * dwarf2asm.c (dw2_force_const_mem, dw2_output_indirect_constant_1,
+       dw2_output_indirect_constants, dw2_asm_output_encoded_addr_rtx): New.
+       * dwarf2asm.h (dw2_asm_output_encoded_addr_rtx): Prototype.
+       (dw2_output_indirect_constants): Prototype.
+       * dwarf2out.c (dwarf2out_begin_prologue): Generate
+       current_function_func_begin_label if we'll need it for EH.  Exit
+       early for IA64_UNWIND_INFO.
+       * except.c: Get DW_EH_PE_* defines from dwarf2.h.
+       (eh_data_format_name): Update for indirect references.
+       (output_function_exception_table): Care for IA64_UNWIND_INFO.
+       Handle ASM_PREFERRED_EH_DATA_FORMAT.
+       * except.h (MUST_USE_SJLJ_EXCEPTIONS): IA64_UNWIND_INFO needn't
+       define HAVE_eh_return etc.
+       * final.c (final_start_function): Always call dwarf2out_begin_prologue.
+       (final_end_function): Don't call output_function_exception_table.
+       * toplev.c (compile_file): Call dw2_output_indirect_constants.
+       (rest_of_compilation): Invoke output_function_exception_table
+       for ia64 before assemble_end_function.
+       * tm.texi (ASM_PREFERRED_EH_DATA_FORMAT): Document.
+       (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Document.
 
-       * sparc.md (movdf-1): Delete special case for moving 0.0 to integer
-       registers; it resulted in poor code.
-       (fix_truncdfsi2+1): Add patterns to optimize float->fix and
-       float->fix->float conversions.
-       * sparc.c (output_move_double): Clean up ldd/std code.  Don't emit
-       ldd/std for obviously unaligned address even when TARGET_HOPE_ALIGN.
-       (output_fp_move_double): Call output_move_double for MEM cases.
-       It is not safe to assume double reg addresses are always aligned.
+       * unwind-dw2.c (_Unwind_GetTextRelBase, _Unwind_GetDataRelBase): New.
+       * unwind.h: Declare them.
+       * libgcc-std.ver: Export them.
+       * unwind-pe.h: New file.
+
+       * config/alpha/elf.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+
+       * config/ia64/fde-glibc.c: Use "struct unw_table_entry"
+       instead of "fde".
+       (find_fde_for_dso): Extract DT_PLTGOT.
+       (_Unwind_FindTableEntry): Rename from __ia64_find_fde; return
+       the segment and gp as well.
+       * config/ia64/frame-ia64.c: Remove file.
+       * config/ia64/frame-ia64.h: Remove file.
+       * config/ia64/unwind-ia64.c: New file.
+       * config/ia64/unwind-ia64.h: New file.
+       * config/ia64/ia64.h (ASM_OUTPUT_EH_CHAR): Remove.
+       (ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT): Remove.
+       (ASM_OUTPUT_EH_DOUBLE_INT): Remove.
+       (ASM_PREFERRED_EH_DATA_FORMAT): New.
+       (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New.
+       (IA64_UNWIND_INFO): Re-enable.
+       (HANDLER_SECTION): Remove.
+       (EH_RETURN_DATA_REGNO): New.
+       * config/ia64/ia64.md (exception_receiver): Remove.
+       * config/ia64/t-glibc (LIB2ADDEH): Re-enable.
+       * config/ia64/t-ia64 (LIB2ADDEH): Re-enable.
+
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.c (group_barrier_needed_p): Don't allow
+       calls and jumps to be bundled together.
+       (ia64_reorg): Emit a break after a noreturn call that ends
+       a function.
+       * config/ia64/ia64.md (break_f): New.
 
-Tue Apr 14 07:55:47 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+2001-05-12  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * *hp800*, *hp700*: Rename to *hppa* and *hppa1.1*, respectively.
-       * config.sub: Recognize PA model numbers for PA 1.0 and 1.1.
-       Disable "hppa" with no model number.
-       * configure: Update for new PA file names and basic_machine names.
-       * README-PA-HPUX: New name for README-PA-RISC, with some corrections.
+       * c-lex.c (lex_charconst): Convert into a simple wrapper
+       around cpp_interpret_charconst, to which most of the code
+       body is moved.
+       * cppexp.c (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE,
+       MAX_LONG_TYPE_SIZE, MAX_INT_TYPE_SIZE, MAX_CHAR_TYPE_MASK,
+       MAX_WCHAR_TYPE_MASK, parse_escape, parse_charconst): Remove.
+       (lex): Use cpp_interpret_charconst.
+       * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst,
+       hex_digit_value): New functions.
+       (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): New macros.
+       * cpplib.h (cpp_interpret_charconst): New prototype.
+       * Makefile.in: Update.
+
+2001-05-12  Dean Wakerley  <dean@wakerley.com>
 
-Tue Apr 14 05:46:37 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * doc/install.texi: New file. Converted to texinfo from the HTML
+       documentation in wwwdocs/htdocs/install.
 
-       * Makefile.in ("if" and "["): Romp, 4.3 BSD, and Ultirx systems
-       fail when the condition is false.  Change troublesome instances to
-       either use "case" or use '-' as a prefix to the compilation rule.
+Fri May 11 15:50:13 2001  Jeffrey A Law  (law@cygnus.com)
 
-Mon Apr 13 18:20:56 1992  Mike Stump  (mrs@cygnus.com)
+       * gcse.c (insert_insn_end_bb): Do not search for assignments to
+       non-argumment registers that are mentioned in CALL_INSN_FUNCTION_USAGE.
+
+       * toplev.c (compile_file): Move comment for opening output
+       file to just before the code that opens the output file.
+
+2001-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * regmove.c (regmove_optimize): Suppress the optimization for
+       unchanging destination register.  Add comment above function.
+
+2001-05-11  Zack Weinberg  <zackw@stanford.edu>
+
+       * Makefile.in: Exterminate all references to assert.h.
+       * cross-make: Likewise.
+       * assert.h: Delete.
+       * configure.in: Correct commentary.
+       * configure: Regenerate.
+
+       * libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h:
+       Remove __eprintf.
+
+       * config/t-freebsd, config/t-linux, config/t-linux-aout,
+       config/t-netbsd, config/t-rtems, config/x-linux,
+       config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe:
+       No need to override INSTALL_ASSERT_H.
+
+       * fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx,
+       fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap,
+       fixinc/fixincl.sh: Don't install assert.h into objdir/include.
+
+2001-05-11  Graham Stott  <grahams@redhat.com>
+
+       * combine.c (simplify_comparison): Fix typo.
+
+2001-05-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * loop.h (struct movables): Remove `num'.
+       * loop.c (scan_loop): Don't set it.  Use count_insns_in_loop.
+       Adjust call to strength_reduce.
+       (num_unmoved_movables): New function.
+       (move_movables): Don't set movables->num.
+       (strength_reduce): Compute the number of instructions in the loop
+       here, rather than in the caller.
+       (check_dbra_loop): Always clear reversible_mem_store if there
+       are any memory sets.
+       (loop_regs_scan): Don't count instructions here.
+       (count_insn_in_loop): New function.
+
+2001-05-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P.
+
+2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-common.c (finish_label_expr): New function, lifted from
+       from cp/semantics.c.
+       * c-common.h (finish_label_expr, lookup_label): New prototypes.
+       * c-parse.in: Move 3 blocks of parser code into new functions.
+       * c-typeck.c (simple_asm_stmt, c_cast_expr): New functions.
+       * c-tree.h (simple_asm_stmt, c_cast_expr): New prototypes.
+       (lookup_label): Remove.
+
+2001-05-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/mn10300/t-mn10300 (dp-bit.c, fp-bit.c): Don't define
+       FLOAT_BIT_ORDER_MISMATCH.
+
+2001-05-10  David Edelsohn  <edelsohn@gnu.org>
+
+       * expr.c (emit_push_insn): Convert PUSH_ROUNDING argument to
+       bytes.  Reported by Kazu Hirata <kazu@hxi.com>.
+
+2001-05-10  David Edelsohn  <edelsohn@gnu.org>
+
+       * expr.c (emit_group_load): extract_bit_field requires a REG or
+       MEM as an argument.
+
+Thu May 10 14:45:44 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * cse.c (cse_insn): Mostly remove first hunk of code which collapsed
+       a computed jump into an unconditional jump.
+       In second hunk of code for collapsing computed and conditional jumps
+       into unconditional jumps, reemit the jump in additional cases.
 
-       * dwarfout.c: Add default definition for ASM_OUTPUT_ASCII
-       as that is what varasm.c does now.  This really maybe should go
-       into a file like tree.h or some machine independant file, for
-       maintainability.
+       * jump.c (jump_optimize_1): Do not wrap the new jump target
+       inside a LABEL_REF; gen_jump will do that automatically.
 
-Mon Apr 13 18:16:32 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+2001-05-10  Toon Moene  <toon@moene.indiv.nluug.nl>
 
-       * sun3.h, sparc.h (LINK_SPEC): Change nostdlib to !nostdlib.
+       * dwarf2out.c (mem_loc_descriptor): Do not pass constant pool
+       contents for a SYMBOL_REF in case of floating point constants.
 
-Mon Apr 13 07:17:36 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-05-10  DJ Delorie  <dj@redhat.com>
 
-       * rs6000.md (extzv): Generate andi[ul] when practical.
+       * c-common.c (combine_strings): Widen strings in a
+       host-endian-independent way.
 
-Mon Apr 13 07:17:36 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cse.c (rtx_cost, case SUBREG): If modes can't be tied, make
-       expensive.
-       (cse_insn): Make extra entries when DEST is a multi-word SUBREG
-       as long as it is the same number of words as its inner REG.
+       * c-parse.in: Remove many shift/reduce conflicts.  Update
+       %expect values.
+       (declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
+       declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
+       declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
+       declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
+       declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
+       declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
+       declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
+       declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea, declspecs_ts,
+       declspecs_nots, declspecs_ts_nosa, declspecs_nots_nosa,
+       declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
+       maybe_type_quals_setattrs, typespec_nonattr, typespec_attr,
+       typespec_reserved_nonattr, typespec_reserved_attr,
+       typespec_nonreserved_nonattr, maybe_setattrs, structsp_attr,
+       structsp_nonattr, components_notype, component_notype_declarator,
+       absdcl1_ea, absdcl1_noea, direct_absdcl1, absdcl_maybe_attribute,
+       firstparm, setspecs_fp): New
+       (typed_declspecs, reserved_declspecs, typed_typespecs,
+       reserved_typespecquals, declmods, typespec, typespecqual_reserved,
+       typed_declspecs_no_prefix_attr reserved_declspecs_no_prefix_attr
+       declmods_no_prefix_attr, nonempty_type_quals, structsp,
+       type_quals): Remove.  Users updated.
+       (initdecls, notype_initdecls, after_type_declarator,
+       parm_declarator, notype_declarator, absdcl1, components, ivars):
+       Don't allow attributes at the start of a declarator; include them
+       in the production containing the declarator instead.  Always
+       require type specifiers before trying to redeclare a typedef name.
+       (typename): Allow for attributes but warn that they are ignored.
+       (parmlist, firstparm, setspecs_fp): Include attributes in
+       parmlist; suck them off the parser stack in firstparm using
+       setspecs_fp.
 
-       * emit-rtl.c (gen_lowpart_common): Handle casting integer to
-       float and vice versa.
+Thu May 10 09:17:42 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * emit-rtl.c (gen_lowpart_common): Rework code to truncate a
-       constant so we don't convert negative values into positive values;
-       use same code as in simplify_binary_operation in cse.
+       * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
+       to determine if a block has an unconditional jump at its end.
 
-Mon Apr 13 07:16:56 1992  Richard M. Stallman  (rms at mole.gnu.ai.mit.edu)
+       * jump.c (jump_optimize_1): When converting a conditional jump
+       to an unconditional jump, build the jump using gen_jump instead
+       of just modify operands in-place.
 
-       * cccp.c (handle_directive): When find quote during copying,
-       give bp as limit arg in skip_quoted_string.
-       When find \ while copying, copy next char without special handling.
+2001-05-09  Zack Weinberg  <zackw@stanford.edu>
 
-Mon Apr 13 06:57:18 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * cppinit.c (cpp_post_options): Shut off macro expansion if
+       -fpreprocessed.
+       * cpplib.c (_cpp_handle_directive): If -fpreprocessed, accept
+       IN_I directives only if the # is in column 1 and the directive
+       name begins in column 2.
+       * cppmain.c (scan_buffer): Insert a space between # and an
+       identifier, when that identifier is a directive name.
 
-       * m88kv3.h (CTOR_LIST_BEGIN): Avoid complex #if.
+       * tradcpp.c (struct file_buf): Add a pointer to the next entry
+       in the header search path.
+       (enum node_type): Add T_INCLUDE_NEXT.
+       (directive_table): Add entry for include_next.
+       (do_include_next): New function.
+       (process_include): New routine, broken out of do_include.
+       (finclude): Insert 'nhd' argument, to be copied into
+       next_header_dir of the new buffer.
+       (main): Adjust to match.
+       * gsyslimits.h, limity.h: Un-indent #include_next.
 
-       * tree.h (saved_insns): Make this a union holding an rtx or an int.
-       (DECL_FIELD_SIZE): New macro for overloaded uses of DECL_FRAME_SIZE.
-       * c-decl.c (finish_struct): Use DECL_FIELD_SIZE for bitfields.
-       * cp-class.c (finish_struct): Ditto.
-       * objc-actions.c (objc_copy_list, encode_field_decl): Ditto.
-       * stor-layout.c (layout_decl): Ditto.
+2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Sun Apr 12 17:46:30 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * objc.texi: Move from ../libobjc/objc-features.texi.  Adjust for
+       inclusion as a chapter of the GCC manual.
+       * gcc.texi: Include objc.texi.
+       * fdl.texi: Use @unnumberedsec for the addendum.
+       * Makefile.in ($(srcdir)/gcc.info, gcc.dvi): Update dependencies.
 
-       * expr.c (expand_builtin, case SQRT): Don't defer popping args on
-       function calls, as the call might be deleted.
+Wed May  9 16:01:41 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i386.c (print_operand): Delete references to unused codes.
-       Abort if an unrecognized code is seen.
+       * i386.md (DImode move splitters): Use !MMX and !SSE for the condition.
 
-       * i386.md (bit opcode recognizers): Accept starting bit numbers
-       that are constants but not CONST_INT.
-       (QI/HI register bit test): Delete.
-       (SImode bit test): Don't accept CONST_INT starting bit number.
+Wed May  9 10:40:25 2001  Alexandre Oliva  <aoliva@redhat.com>
+
+       * regclass.c (scan_one_insn): Update REG_N_REFS when optimizing
+       handling of two-address insns.
+
+Wed May  9 10:36:18 2001  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (NM_FOR_TARGET): Look for ./nm, then
+       ../binutils/nm-new instead of ../binutils/nm.
+
+Wed May  9 12:15:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (movdi splitter): Fix the splitting condition
+       (float_extenddftf splitter): Fix mode.
+
+Wed May  9 12:05:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * genrecog.c (write_switch): Avoid outputting of switch for
+       types wider than int.
+
+2001-05-03  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * reload1.c (copy_eh_notes): New function.
+       (emit_input_reload_insns): Call it.
+       (emit_output_reload_insns): Call it.
+
+2001-05-07  Zack Weinberg  <zackw@stanford.edu>
+
+       * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*):
+       Delete stanzas.
+       * config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h,
+       config/i386/sco4dbx.h, config/i386/x-sco4: Delete file.
+
+       * optabs.c: Delete #ifdef BROKEN_LDEXP block.
+
+2001-05-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa.md (interspace_jump): Revise comment.
+       (builtin_longjmp): Block initial setup insns from delay slot of
+       interspace branch.
+       (builtin_setjmp_receiver): New expander to save and restore PIC
+       register.
 
-Sun Apr 12 17:05:25 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * som.h (NM_FLAGS): Remove `-n' sort option.  Revise comment.
 
-       * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add "cc" as alias for cr0.
+Mon May  7 09:30:14 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * cse.c (equiv_constant): See if a MEM is foldable or has a 
-       constant equivalent.
+       * toplev.c (compile_file): Set up the output file before we call
+       the various initializers for the compiler.
 
-       * expr.c (store_constructor): If building a static constructor
-       into a register, start out by zeroing the register so we can
-       constant-fold the constructor to a single constant.
-       (expand_expr, case CONSTRUCTOR): Don't write constant objects
-       into memory if the target is a register.
-       (expand_expr, case *_REF): Simplify getting field or array
-       entry from a CONSTRUCTOR.
-       Don't use value of const array unless -O.
+       * except.c (sjlj_mark_call_sites): Do not search for assignments to
+       non-argumment registers that are mentioned in CALL_INSN_FUNCTION_USAGE.
 
-Sun Apr 12 14:15:33 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
+       * pa.h (MAX_LONG_TYPE_SIZE): Should be 32, not 64.
+       * pa-64.h (*_TYPE_SIZE): Undefine before redefining.
 
-       * Makefile.in (compare, compare3): New targets.
-       (mostlyclean): Delete temporary files made by those targets.
+2001-05-06  Zack Weinberg  <zackw@stanford.edu>
 
-       * stmt.c (expand_asm_operands): Ignore `cc' as clobbered reg if name
-       not known.
-       * varasm.c (decode_reg_name): Ret -3 if `cc' not recognized.
-       (make_decl_rtl): Understand -3 as value.
+       * Makefile.in (tradcpp0): Correct typo in dependency list.
 
-       * configure (i386-sequent-bsd*): Use collect2.
+2001-05-06  Geoff Keating  <geoffk@redhat.com>
 
-Sun Apr 12 13:28:00 1992  Niklas Hallqvist  (niklas@appli.se)
+       * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't save
+       the link register if we're not going to use it.
 
-       * configure: Correctly interpret use_collect2.
+       * config/rs6000/rs6000.c (output_profile_hook): Fix a warning.
+       (output_function_profiler): Likewise.
 
-Sun Apr 12 10:34:58 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-05-07  Alan Modra  <amodra@one.net.au>
 
-       * c-typeck.c (digest_init): Use INIT to pass to convert_for_assignment
-       for a raw constructor.
+       * pa.c (compute_frame_size): 64-bit frame marker is 16 bytes.
 
-       * fold-const.c (fold, case COND_EXPR): Get the type right when
-       the test is folded away.
+2001-05-06  Alexandre Oliva  <aoliva@redhat.com>
 
-       * loop.c (strength_reduce): Correct off-by-one error in INSN_LUID
-       safety check.
+       * unroll.c (loop_iterations): Don't sign-extend abs_diff;
+       zero-extend it.  Make abs_inc unsigned.
 
-       * stor-layout (layout_record, layout_union): When limiting the
-       effect of PCC_BITFIELD_TYPE_MATTERS to bitfields, use
-       DECL_BIT_FIELD_TYPE to determine if it was a bitfield.
+       * optabs.c (expand_binop): Sign-extend xop0 and xop1 from the
+       widest mode in narrowing and widening operations.
 
-Sat Apr 11 19:54:00 1992  Per Bothner  (bothner@wombat.gnu.ai.mit.edu)
+       * config/mips/mips.md: Sign extend CONST_INTs.
 
-       * config.sub:  Don't "standardize" an os of newsos* to bsd
-       (it breaks gdb/readline/configure.in, which checks for newsos*).
+2001-05-06  Andreas Jaeger  <aj@suse.de>
 
-Sat Apr 11 16:32:21 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * invoke.texi (Option Summary): Add -momit-leaf-frame-pointer
+       (i386 Options): Document -momit-leaf-frame-pointer.
 
-       * Makefile.in: Remove spaces after reg-stack.o deps.
+2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Sat Apr 11 16:32:15 1992  Michael Meissner  (meissner@osf.org)
+       * c-typeck.c (internal_build_compound_expr): Check for
+       array to pointer conversion just once.
 
-       * c-decl.c (init_decl_processing): Make -fno-builtin supress all
-       builtin functions in the user's name space like memcpy, strlen,
-       etc.
+2001-05-05  Richard Henderson  <rth@redhat.com>
 
-Sat Apr 11 14:00:53 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.
 
-       * rs6000.h (LEGITIMIZE_ADDRESS): Add missing force_reg call.
-       Jump to WIN when we do something.
+2001-05-05  Richard Henderson  <rth@redhat.com>
 
-       * rs6000.c (non_{short,add,logical,and}_cint_operand): New functions.
-       * rs6000.h (PREDICATE_CODES): Add these predicates.
-       * rs6000.md (addsi3, andsi3, iorsi3, xorsi3, cmpsi3): Remove
-       define_expands; instead, add define_split for long constants.
+       * except.c (remove_fixup_regions): Adjust REG_EH_REGION notes
+       to the parent of the fixup region.
 
-       * combine.c (try_combine): Try to split the pattern using
-       split_insns before trying find_split_point.
-       (find_split_point, case MEM): Try to split an invalid address that
-       is a PLUS with a CONST_INT.
+2001-05-05  Jakub Jelinek  <jakub@redhat.com>
 
-       * combine.c (try_combine): Correctly check if an auto-inc
-       side-effect has been duplicated.
+       * gcc.c (cpp_options): Define __NO_INLINE__ unless we are honoring
+       "inline" keyword.
+       * cpp.texi (__NO_INLINE): Document it.
 
-       * expr.c (expand_expr, case PARM_DECL): Return zero of proper mode
-       if no DECL_RTL.
-       
-       * tree.c (save_expr): Must do something with read-only tree that 
-       has side-effects.
-       (stabilize_reference_1): Don't ignore read-only trees.
+2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * reload.c (find_replacement): New function.
-       * reload.h (find_replacement): Declare it.
-       * reload1.c (gen_input_reload): Use it to ensure substitutions
-       get done if we need to recreate a PLUS.
+       * cppfiles.c (struct include_file): New member err_no.
+       (find_or_create_entry): Set it.
+       (open_file): Don't set fds to -2.  Instead, use err_no to
+       remember previous errors, if any.
 
-Sat Apr 11 14:00:02 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-05-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * cse.c (cse_end_of_basic_block): Don't stop scanning insns if a
-       jump is found that can't be followed.
+       * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Optimize moves
+       between X and Y by using sequences of xgdx and xgdy.
 
-       * genextract.c: Make insn_extract copy the address of
-       recog_operand and recog_operand_loc into register variables.
+2001-05-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-Sat Apr 11 13:59:17 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
+       * config/m68hc11/m68hc11.md ("*logicalsi3_silshr16"): Use '?' instead
+       of '!' for the 'D' alternative ('!' is too strong).
+       ("*logicalsi3_silshl16"): Likewise.
+       ("movstricthi"): Accept 'A' when 'd' constraint, remove spurious '+'.
+       ("movstrictsi"): Remove spurious '+'.
+       ("movstrictqi"): Don't accept 'A' and remove spurious '+'.
+       ("tstqi_1", "*lshrqi3_const1"): Put 'm' constraint before 'd'.
+       ("subqi3"): Disparage with '!' the 'x' and 'y' registers to avoid
+       a reload to them.
 
-       * c-parse.y (stmt): Parse entire parens of `for'
-       before actually starting the loop.
+2001-05-04  David Edelsohn  <edelsohn@gnu.org>
 
-Sat Apr 11 10:35:06 1992  Jeffrey A. Law  (law@mole.gnu.ai.mit.edu)
+       * calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.
 
-       * caller-save.c (restore_referenced_regs): Do not call XEXP on
-       reg_equiv_address since reg_equiv_address is already an address.
+2001-05-04  Lars Brinkhoff  <lars@nocrew.org>
 
-       * expr.c (expand_builtin, case SQRT): Note the dangers involved in
-       changing the argument test condition.
+       * simplify-rtx.c (simplify_binary_operation): Simplify ~a + 1
+       into -a.
 
-       * m68k.md (sqrtdf2): New pattern to take advantage of the 68881
-       sqrt function.
+2001-05-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-Fri Apr 10 18:37:08 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * config/rs6000/rs6000.md (ashldi3 splits): Guard with
+       TARGET_POWERPC64.
 
-       * hp800.c (output_function_epilogue): Output code to restore gr2 in
-       non-frame-pointer case correctly.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-Fri Apr 10 15:24:57 1992  Michael Meissner  (meissner@osf.org)
+       * config/m68hc11/m68hc11.md (lshrhi3_const1): Fix shift of
+       soft register, use ror instead of rol.
 
-       * decrose.h (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are
-       provided.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * i386rose.h (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are
-       provided.
+       * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Take
+       into account pre/post increment decrement for 68HC12.
+       Fix other problems in replacement and fix call to reg_mentioned_p.
 
-       * encrose.h (TARGET_MEM_FUNCTION): Define, memcpy/memset are
-       provided.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * mips-tfile.c (copy_object): Omit the test for zero flags, since
-       MIPS vendors are now putting bits in there.
+       * config/m68hc11/larith.asm (L_regs_frame): New for _.frame.
+       Put the soft registers in bss for 68HC12.
+       (L_regs_d3_4): New for _.d3 and _.d4.
+       (L_regs_d5_6): Likewise.
+       (L_regs_d1_2): Likewise.
+       * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Compile new parts.
 
-       * mips-svr4.h (HAVE_ATEXIT): Define, atexit is provided.
-       (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are provided.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * mips-sysv.h (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are
-       provided.
+       * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__HAVE_SHORT_DOUBLE__
+       to the pre-processor when -fshort-double is specified.
+       * config/m68hc11/m68hc11.2 (CPP_SPEC): Likewise.
 
-       * mips-news5.h (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are
-       provided.
-       (getpagesize): Define a getpagesize that uses sysconf, just like the
-       MIPS V.4 port.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * mips.c (output_block_move): Don't emit ulw/usw if GAS is the
-       assembler, use the lwl/lwr/swl/swr building blocks instead, since
-       GAS doesn't yet support the ulw/usw macro instructions.
+       * config/m68hc11/larith.asm (divmodhi4): Empty for 68HC12.
+       (__mulsi3): Rewrite for 68HC12.
+       * config/m68hc11/m68hc11.md (divmodhi4): Use idivs for 68HC12.
+       Mark 'x' constraint with earlyclobber to prevent a
+       RELOAD_FOR_OTHER_ADDRESS to go in it.
+       (mulhi3_m68hc12): New pattern.
+       (mulhi3_m68hc11): Rename of mulhi3.
+       (mulhi3): New expand for 68HC12 optimisation.
+       (umulhisi3, mulhisi3): New patterns for 68HC12.
 
-       * configure (mips-sgi-irix4): Use config/iris4.h instead of
-       config/iris.h.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * iris4.h (new file): Just like iris.h, atexit is provided (unlike
-       IRIX revision 3).
+       * config/m68hc11/m68hc11.md (*tbne, *tbeq): New patterns for 68HC12.
+       (extendqisi2, extendqihi2, extendhisi2): Use sex for 68HC12.
+       (uminqi3, umaxqi3, uminhi3, umaxhi3): New pattern for 68HC12.
 
-       * iris.h (TARGET_MEM_FUNCTIONS): Define, memcpy/memset are provided.
+2001-05-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-Fri Apr 10 11:59:02 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * config/m68hc11/m68hc11.h (CONST_COSTS): Make the cost of
+       constants cheap after reload.
+       * config/m68hc11/m68hc11.c (m68hc11_shift_cost): Shift by 16 and 32
+       are cheap.
+       (m68hc11_rtx_costs): Cost of multiplication by 65536 is expensive
+       so that gcc prefers a shift by 16.
+       (m6811_cost, m6812_cost): Make the shift cheap compared to an add.
 
-       * i386.md (cmpstr patterns): Correctly handle zero length
-       compares.  Rewrite to avoid needing scratch register.
+2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
 
-Thu Apr  9 14:05:04 1992  Michael Collison  (collison at osf.org)
+       * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Define.
 
-       * i386rose.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE): Fix these to
-       avoid printing NaNs, and infinity.
+2001-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Thu Apr  9 11:34:31 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * alpha.h: NULL_PTR -> NULL.
+       * arm.c: Likewise.
+       * arm.h: Likewise.
+       * avr.h: Likewise.
+       * c4x.c: Likewise.
+       * c4x.h: Likewise.
+       * i386.c: Likewise.
+       * i386.md: Likewise.
+       * i860.c: Likewise.
+       * ia64.c: Likewise.
+       * m68hc11.h: Likewise.
+       * rs6000.h: Likewise.
+       * sh.c: Likewise.
+       * sh.h: Likewise.
+       * sparc.h: Likewise.
+       * v850.c: Likewise.
 
-       * m88kluna.h (DEFAULT_GDB_EXTENSIONS): Define as 0.
+       * expr.c: Likewise.
+       * final.c: Likewise.
+       * gcc.c: Likewise.
+       * recog.c: Likewise.
 
-Wed Apr  8 20:21:59 1992  Michael Meissner  (meissner@osf.org)
+2001-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * halfpic.c (all functions): Add a hash table for the lookup instead
-       of linear search.  Don't use bits in the IDENTIFIER node, store the
-       information in the hash table.  Always rebuild the SYMBOL_REF
-       returned by half_pic_ptr, instead of storing it away, since the RTL
-       gets reused at the end of the function.
-       (half_pic_declare): New function, called when a label is laid down
-       to say that it is no longer half-pic.
+       * i386.c (ix86_emit_restore_regs_using_mov, ix86_save_reg): Change
+       `bool' parameter to `int'.
 
-       * halfpic.h (half_pic_declare, HALF_PIC_DECLARE): Add function
-       defintion, and accessor macro.
+       * hash.c (hash_lookup): Likewise.
 
-       * mips.h (HALF_PIC_DECLARE): Add dummy macro if not OSF/rose.
-       (ASM_DECLARE_OBJECT_NAME): Invoke HALF_PIC_DECLARE on name.
-       (ASM_DECLARE_FUNCTION_NAME): Ditto.
-       (*_SECTION_ASM_OP): Put the leading tab back in.
+       * hash.h (hash_lookup): Likewise.
 
-       * mips.md (dslot attribute): 'pic' type requires a delay slot, since
-       it is really a load.
-       (movsi): Make movsi a define_expand, and if it's moving the address
-       of a half-pic item into a register, convert it into a load.
-       (movsi_internal): The old movsi define_insn renamed.
-       (movstrsi_internal): Add '=' constraint on all stores and clobbers.
+       * tlink.c (symbol_hash_lookup, demangled_hash_lookup): Likewise.
 
-       * decrose.h (LINK_SPEC): If not -noshrlib or -pic-none, pass
-       -warn_nopic.  Allow user to pass -noshrlib directly.
+Fri May  4 13:10:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Apr  8 00:11:56 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * i386.c (x86_initialize_trampoline): Fix mode of constant.
 
-       * sparc.h (MOVE_MAX): Set to 8 instead of 4.
+2001-05-03  Geoff Keating  <geoffk@redhat.com>
 
-       * sched.c (sched_analyze_2): Don't abort if find note before a CC0
-       using insn.
+       * invoke.texi (i386 Options): Delete references to -malign-jumps,
+       -malign-loops, -malign-functions.
+       * i386.c (ix86_align_funcs): Delete.
+       (ix86_align_loops): Delete.
+       (ix86_align_jumps): Delete.
+       (override_options): Mark -malign-* as obsolete.  Emulate their
+       behavior with the -falign-* options.  Default -falign-* from
+       the processor table.
+       * i386.h (FUNCTION_BOUNDARY): Define to 16; revert Richard Kenner's
+       patch of Wed May 2 13:09:36 2001.
+       (LOOP_ALIGN): Delete.
+       (LOOP_ALIGN_MAX_SKIP): Delete.
+       (LABEL_ALIGN_AFTER_BARRIER): Delete.
+       (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Delete.
 
-       * sparc.h (ADDITIONAL_REGISTERS_NAMES): Add.  Define fake reg name
-       ccr, for use in asm clobbers.
+2001-05-04  Andreas Jaeger  <aj@suse.de>
 
-       * sparc.h (TARGET_FORCE_ALIGN): Add comment explaining that it
-       is for experimental purposes only.
-       (FIRST_PARM_OFFSET): Add 4 when TARGET_FORCE_ALIGN to ensure that
-       stack is double-word aligned.
-       (FIRST_PARM_CALLER_OFFSET): Delete obsolete macro.
+       * except.h: Add prototype declaration for
+       expand_builtin_init_dwarf_reg_sizes.
 
-       From Tom Wood:
-       * unroll.c (final_giv_value): Put the subtracts in the right place.
+2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
 
-       * sparc.c (compute_last_arg_offset): Delete, no longer needed.
-       (FRAME_POINTER_REQUIRED): Do not depend on frame size.
+       * Makefile.in (site.exp): Set TESTING_IN_BUILD_TREE.
 
-Tue Apr  7 22:36:33 1992  Michael Meissner  (meissner@osf.org)
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-       * halfpic.c (whole file): Flesh out initial half-pic implementation
-       for the OSF/1 reference ports.  This is still a work in progress.
+       * config/m68hc11/m68hc11.md ("bitcmpqi"): New pattern for bitb
+       instruction.
+       ("bitcmpqi2"): New pattern for bit-extract and test.
+       ("bitcmphi"): New pattern for bitb/bita instructions.
+
+2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gccbug.in: Use a temporary directory when the mktemp command is
+       not available.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.h (STATIC_CHAIN_REGNUM): Use soft z register
+       instead of _.d1.
+       (INITIALIZE_TRAMPOLINE): Call it.
+       (TRAMPOLINE_SIZE): Define according to 68HC11/68HC12.
+       (TRAMPOLINE_TEMPLATE): Remove.
+       * config/m68hc11/m68hc11.c (m68hc11_initialize_trampoline): New.
+       * config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
+       Declare.
+
+2001-05-03  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/t-freebsd: Don't install "assert.h" in gcc.  Compile crtbeginS.o
+       and crtendS.o with PIC.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/larith.asm (__mulqi3): Fix multiplication of two
+       negative numbers.
+       (___subdi3, ___adddi3): Use x instead of y as index register.
+       (__init_bss_section, __map_data_section): Optimize for 68HC12.
+       (__memset, __memcpy): Likewise.
+       (regs): Put the soft registers in bss for 68HC12.
+       (abort): Use trap to abort for 68hc12.
+       (__mulhi3, __mulhi32): Use emul for 68hc12.
+       (__mulsi3): Avoid to use the tmp soft register for 68hc12.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.h (LIMIT_RELOAD_CLASS): Don't define.
+       * config/m68hc11/m68hc11-protos.h (limit_reload_class): Remove.
+       * config/m68hc11/m68hc11.c (limit_reload_class): Remove.
+       (m68hc11_override_options): Remove setting of flag_no_nonansi_builtin.
+       Set 68HC12 min offset to -65536.
+       (print_operand): Put parenthesis arround the operand if it refers
+       to a symbol having the same name as a register.
+       (m68hc11_z_replacement): When z register is replaced by its
+       equivalent soft register, force the insn to be re-recognized.
+       (m68hc11_check_z_replacement): Fix the test when destination is
+       the index register and z dies in the insn.
+       (m68hc11_reorg): Remove the REG_DEAD notes beforce recomputing them.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.c (m68hc11_override_options): Initialize
+       costs according to processor variant.
+       (m68hc11_shift_cost): New function to compute shift costs.
+       (m68hc11_rtx_costs): Define costs according to processor variant.
+       (m6811_cost): Costs for 68HC11.
+       (m6812_cost): Costs for 68HC12.
+       (COSTS_N_INSNS): Remove.
+
+       * config/m68hc11/m68hc11.h (RTX_COSTS): New.
+       (DEFAULT_RTX_COSTS): Remove.
+       (CONST_COSTS): Define costs according to OUTER_CODE.
+       (processor_costs): New struct to define costs.
+       (m68hc11_cost): Pointer to current costs.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.md (*addhi3_68hc12): Fix generation
+       and use m68hc11_notice_keep_cc when using leax/leay.
+       (addhi3 split): Reject split if the insn is handled by
+       leax/leay above.
+       * config/m68hc11/m68hc11.c (m68hc11_split_move): For 68HC12 the
+       push must be handled in a special way if the source operand uses
+       sp as index register.
+       (m68hc11_notice_keep_cc): New function.
+       (m68hc11_gen_movhi): Use it when an insn changes a register but
+       not the flags.
+       (m68hc11_gen_movqi): Fix move for 68HC12.
+       * config/m68hc11/m68hc11-protos.h (m68hc11_notice_keep_cc): Declare.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use LCT_CONST
+       and don't pass operands[0] to emit_library_call_value.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.md (tsthi_1): Use cpd for 68HC12.
+       (zero_extendsi split): Simplify and use (zero_extendhi).
+       (*addhi3): Remove 'w' constraint since stack pointer is handled
+       by (addhi3_sp).
+       (*ashlhi3_2): Operand 2 is clobbered use '+' for its constraint.
+       (*ashlhi3, *ashrhi3, *lshrhi3): Likewise.
+       (*ashrhi3_const): Fix shift by 7.
+       (*lshrsi3_const16): Fix template.
+       (call, call_value): Fix constraint and predicate.
+
+2001-05-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.md (X_REGNUM, D_REGNUM): New constant.
+       (Y_REGNUM, SP_REGNUM, PC_REGNUM, A_REGNUM, B_REGNUM): Likewise.
+       (CC_REGNUM): Likewise.
+       (*unnamed splits): Use above constants instead of hard coded numbers.
+       (*adcq, *subcq, *addsi_carry, *rotlqi3_with_carry): Likewise.
+       (*rotlhi3_with_carry, *rotrhi3_with_carry): Likewise.
+       (*return_16bit, *unnamed peepholes): Likewise.
+
+2001-05-03  David O'Brien  <obrien@FreeBSD.org>
+
+       * config.gcc(rs6000-ibm-aix|powerpc-ibm-aix):  Do not include
+       rs6000/rs6000.h twice.
+
+2001-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * config/i386/djgpp.h (CPP_PREDEFINES): Define __GO32__.
+       (CPP_SPEC): Conditionally define MSDOS and GO32.
+       (SUBTARGET_SWITCHES): Ignore -mbnu210 and -mno-bnu210.
+       (SUBTARGET_OVERRIDE_OPTIONS): Warn that -mbnu210 and -mno-bnu210 are
+       ignored.
+       (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Remove.
+
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/mn10300/mn10300.md: Sign-extend GEN_INT operands.
+
+2001-05-03  Mark Mitchell  <mark@codesourcery.com>
+
+       * integrate.h (struct inline_remap): Add leaf_reg_map table.
+       * integrate.c (expand_inline_function): Use xcalloc to allocate
+       memory.
+       (copy_rtx_and_substitute): Use the leaf_reg_map for leaf
+       registers.
+
+2001-05-03  Mark Mitchell  <mark@codesourcery.com>
 
-       * halfpic.h (toplevel): Add declarations for half_pic_finish and
-       half_pic_ptr.  Add macros HALF_PIC_FINISH, HALF_PIC_PTR, and
-       HALF_PIC_PREFIX.
+       * c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME
+       if it is not set.
 
-       * mips.h (call_memory_operand): Delete call_memory_operand
-       function declaration.
-       (PREDICATE_CODES): Ditto.
-       (CONSTANT_ADDRESS_P): Correctly reject half-pic addresses.
+2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * mips.c (call_memory_operand): Delete function.
+       * config/mn10300/mn10300.h (LINK_SPEC): Pass --relax to the
+       linker if -mrelax is given.
+       (TARGET_SWITCHES): Document -mrelax.
 
-       * mips.md (call* patterns): Use memory_operand instead of
-       call_memory_operand for predicates.  Use the test not register and
-       not CONSTANT_ADDRESS_P instead of call_memory_operand in the
-       define_expand body to test whether the function address needs to be
-       forced to a register.
+       Re-installed 2001-01-09's patch:
+       * hwint.h (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Use long long
+       if it's wider than long and the target's long is wider than the
+       host's.
 
-       * decrose.h (HALF_PIC_DEBUG): Define as true if -mdebugb, to debug
-       the half-pic code, just like debugging normal addressing.
-       (CPP_SPEC): Use the __<name>__ form of the language macros instead
-       of __<name>.
-       (LINK_SPEC): If -pic-lib and not -noshrlib, pass -warn_nopic.
-       (LIB_SPEC): Don't pass -L/usr/ccs/lib.
+2001-05-02  David O'Brien  <obrien@FreeBSD.org>
 
-       * x-decrose (CCLIBFLAGS): Pass -pic-extern when building libgcc1.a.
-       (LIBGCC2_CFLAGS): Pass -pic-extern when building libgcc2.a.
+       * config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h:  Do not
+       directly include rs6000/rs6000.h.  Instead do it in tm.h.
 
-Tue Apr  7 19:00:56 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-05-02  Stan Shebs  <shebs@apple.com>
 
-       * xm-m88k.h (NO_SYS_SIGLIST): Not provided by the 88open standards.
+       * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Default to
+       NSConstantString for NeXT-style runtimes.
+       (STRING_OBJECT_GLOBAL_NAME): New macro.
+       (enum objc_tree_index): Add values OCTI_CNST_STR_GLOB_ID and
+       OCTI_STRING_CLASS_DECL.
+       (constant_string_global_id): New macro.
+       (string_class_decl): Ditto.
+       (setup_string_decl): New function.
+       (build_objc_string_object): Use it to build a NeXT runtime
+       compatible string initializer.
 
-       * m88k.c (output_ascii): Generalize to support ident
-       * m88k.h (ASM_OUTPUT_IDENT, ASM_OUTPUT_ASCII): Use output_ascii.
+2001-05-02  Jakub Jelinek  <jakub@redhat.com>
 
-       * m88k.c, m88k.md, m88k.h: Integrate all changes to support the m88110.
+       * tradcpp.c (do_define): Make sure we don't walk past limit.
 
-Mon Apr  6 22:51:02 1992  John Wroclawski  (jtw@lcs.mit.edu)
+2000-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * mips-tfile.c (read_seek): Fix argument order in calls to
-       fatal.
+       * config/rs6000/rs6000.c (rs6000_legitimate_address): Allow any stack
+       offsets if not REG_OK_STRICT.
 
-Mon Apr  6 21:17:38 1992  Mike Stump  (mrs@albert.gnu.ai.mit.edu)
+       * config/rs6000/rs6000.h (REG_OK_STRICT_FLAG): New macro.
+       (INT_REG_OK_FOR_INDEX_P): Likewise.
+       (INT_REG_OK_FOR_BASE_P): Likewise.
+       (REG_OK_FOR_INDEX_P): Use INT_REG_OK_FOR_INDEX_P.
+       (REG_OK_FOR_BASE_P): Use INT_REG_OK_FOR_BASE_P.
+       (LEGITIMATE_OFFSET_ADDRESS_P): Use INT_REG_OK_FOR_INDEX_P and
+       INT_REG_OK_FOR_BASE_P instead of REG_OK_FOR_INDEX_P and
+       REG_OK_FOR_BASE_P. Take an additional parameter.
+       (LEGITIMATE_INDEXED_ADDRESS_P): Likeewise.
+       (LEGITIMATE_INDIRECT_ADDRESS_P): Likewise.
+       (LEGITIMATE_LO_SUM_ADDRESS_P): Likewise.
+       (GO_IF_LEGITIMATE_ADDRESS): Move code into new function
+       rs6000_legitimate_address() and use it.
+       * config/rs6000/rs6000.c: Update all callers.
+       (rs6000_legitimate_address): New function.
 
-       * merged in Cygnus sources.
+2001-05-02  David Edelsohn  <edelsohn@gnu.org>
 
-       Mon Apr  6 15:26:09 1992  Mike Stump  (mrs@cygnus.com)
+       * config/rs6000/rs6000.c (rs6000_emit_move): Merge
+       special_constant conditional blocks together.
 
-       * cp-spew.c (hack_more_ids): Reimplement.  Change from Niklas
-       Hallqvist.
+2001-05-02  Dale Johannesen  <dalej@apple.com>
 
-       Thu Apr  2 02:36:36 1992  Mike Stump  (mrs@rtl.cygnus.com)
+       * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED
+       parameter.
+       (STRICT_ARGUMENT_NAMING): Define.
+       * config/rs6000/rs6000.c (function_arg_advance, function_arg,
+       function_arg_partial_nregs, setup_incoming_varargs): Remove
+       args logic which depends on "named" now that STRICT_ARGUMENT_NAMING
+       is defined.
 
-       * cp-*:  Simplify DECL_NAME (TYPE_NAME into TYPE_IDENTIFIER.
+Wed May  2 13:09:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * cp-call.c (build_method_call):  Fix an error message.
+       * config/i386/i386.h (FUNCTION_BOUNDARY): Result is unsigned.
 
-       * cp-parse.y (LC):  Renamed to left_curly.
-       (TYPENAME_SCOPE):  Renamed to typename_scope.
+       * function.c (fixup_var_regs_1, case SUBREG): Use promoted mode
+       for replacement.
 
-Mon Apr  6 14:04:49 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * expr.c (store_field): Do nothing except elaborate side-effects if
+       zero-bit field.
 
-       * sparc.h (TARGET_HOPE_ALIGN): Fix typo, `-fast' -> `-dalign'.
+2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * expr.c (expand_expr, INDIRECT_REF case): Set MEM_IN_STRUCT_P if
-       this is an indirect of the address of an array, struct, or union.
+       * c-lex.c: NULL_PTR -> NULL.
+       * cse.c: Likewise.
+       * emit-rtl.c: Likewise.
+       * gcse.c: Likewise.
+       * genpeep.c: Likewise.
+       * jump.c: Likewise.
+       * mips-tdump.c: Likewise.
+       * reload1.c: Likewise.
+       * rtlanal.c: Likewise.
+       * stmt.c: Likewise.
+       * stor-layout.c: Likewise.
+       * toplev.c: Likewise.
+
+2001-05-01  Per Bothner  <per@bothner.com>
+
+       * expr.c (expand_expr):  When compiling LABELED_BLOCK_EXPR,
+       call do_pending_stack_adjust before emiting label.
+
+2001-05-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * extend.texi: Fix typo.
+
+2001-05-01  Stan Shebs  <shebs@apple.com>
+
+       * objc/objc-act.c (build_module_descriptor): Clear DECL_CONTEXT
+       of UOBJC_MODULES_decl.
+       (generate_strings): Clear DECL_CONTEXT of new decl nodes.
+       (generate_descriptor_table): Ditto.
+       (generate_protocols): Ditto.
+       (generate_protocol_list): Ditto.
+       (generate_classref_translation_entry): Ditto.
+
+2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * invoke.texi (Optimize Options): Add documentation for `--param
+       max-delay-slot-insn-search' and `--param
+       max-delay-slot-live-search' and reorder --param section.
+       * params.def: Modify initial comment.
+       * params.h (param_info): Add `help' member.
+       * toplev.c (lang_independent_params): Include `help' description.
+       (display_help): Print --param parameters.
+
+2001-05-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}.
+       Remove references to deleted files.
+       (*-*-openbsd): No need to override xmake_file.
+       (*-*-sysv4): Treat like *-*-sysv.
+
+       * configure.in: Probe for ldopen in various places, and set up
+       collect2 to be linked with them if found.
+       Don't dink with Windows registry stuff unless $host_os is a
+       Win32 os name.  Check to see if we need -ladvapi32.
+       * configure: Regenerate.
+
+       * Makefile: Get rid of CLIB and HOST_CLIB.
+       Substitute in COLLECT2_LIBS and link collect2 against its contents.
+       * build-make: Get rid of HOST_CLIB.
+
+       * config/a29k/x-unix, config/alpha/x-osf, config/i386/x-aix,
+       config/i386/x-osfrose, config/m68k/x-dpx2, config/mips/x-iris3,
+       config/mips/x-mips, config/mips/x-osfrose, config/mips/x-sony,
+       config/mips/x-sysv, config/rs6000/x-aix31, config/rs6000/x-aix41,
+       config/rs6000/x-rs6000: Delete.
+
+       * config/i386/x-cygwin, config/m68k/t-aux, config/mips/x-iris:
+       Don't set CLIB.
+
+       24 x-host fragments remain, 0 x-cpu, 3 top level.
+
+2001-05-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * aclocal.m4 (gcc_AC_C_CHAR_BIT): Correct test program.
+       * configure: Regenerate.
+
+2001-05-01  Angela Marie Thomas <angela@cygnus.com>
+
+       * Makefile.in (install-headers): Remove redundant dependency.
+
+2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * c-tree.texi (USING_STMT): Document.
+
+2001-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * jump.c: Delete declaration of squeeze_notes.
-       (jump_optimize): Use new return value from squeeze_notes.
-       (squeeze_notes): Handle the case where START may be a note that
-       must be moved outside the range.  Now returns the new start value.
-       * loop.c (find_and_verify_loops): Use squeeze_notes return value.
-       * stmt.c (expand_end_case): Call squeeze_notes before reorder_insns.
-       * rtl.h: Declare squeeze_notes.
+       * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
+       * c-common.c: Likewise.
+       * c-decl.c: Likewise.
+       * combine.c: Likewise.
+       * rs6000.c: Likewise.
+       * except.c: Likewise.
+       * explow.c: Likewise.
+       * expr.c: Likewise.
+       * fold-const.c: Likewise.
+       * function.c: Likewise.
+       * gcc.c: Likewise.
+       * gcse.c: Likewise.
+       * integrate.c: Likewise.
+       * loop.c: Likewise.
+       * objc/objc-act.c: Likewise.
+       * recog.c: Likewise.
+       * reg-stack.c: Likewise.
+       * reload.c: Likewise.
+       * reload1.c: Likewise.
+       * simplify-rtx.c: Likewise.
+       * stmt.c: Likewise.
+       * varasm.c: Likewise.
 
-       * rs6000.h (PTRDIFF_TYPE): Define to int.
+2001-05-01  Gabriel Dos Reis  <gdr@codesourcery.com>
 
-       Mostly from tege@sics.se:
-       * sparc.c (eligible_for_epilogue_delay): Clarify comment.  Delete
-       unreachable test of leaf_function.
-       (singlemove_string): Correct test for when can use sethi alone.
-       (output_function_prologue): Declare leaf_function.  More
-       efficiently frame sizes greater than 4095. Correctly handle leaf
-       functions with frame greater than 4095.
-       (output_function_epilogue): Likewise.
-       (output_return): Likewise.
+       * diagnostic.def: New file.
+       * diagnostic.h (diagnostic_t): New enum.
+       * Makefile.in (diagnostic.o): Depend on diagnostic.def
 
-Mon Apr  6 10:11:08 1992  Tim Moore  (moore@defmacro.cs.utah.edu)
+2001-04-30  Zack Weinberg  <zackw@stanford.edu>
 
-       * config.sub : Add hp700 cpu type.
-       * configure : Make hp700-bsd and hp700-hpux cases, with use of gas
-       an option.
-       * hp700hpuxg.h, hp800hpuxg.h : New files for using gas under hpux.
-       * hp800.h (REGISTER_NAMES): Change to use %r style register names;
-       required to name PA-RISC 1.1 fp registers.
-       * x-hp800hpux : Don't invoke the assembler to compile alloca.c.
-       * README-PA-RISC: New file.
+       * tsystem.h: Test only POSIX for availability of string.h
+       and time.h.
+       * config.gcc (all systems): If USG appeared in xm_defines,
+       change it to POSIX.  If both USG and POSIX appeared, just
+       delete USG. Remove unnecessary quotes around xm_defines
+       settings.
+       (m68k-crds-unos*): Don't #define unos - tested nowhere.
+       (m68k-apple-aux*): Don't #define AUX - tested nowhere.
+       (alpha*-*-linux*ecoff*, powerpc-*-linux*libc1,
+       powerpc-*-linux*): No need to set xm_defines - handled by
+       global settings for *-*-linux*.
 
-Mon Apr  6 08:00:06 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-04-30  Zack Weinberg  <zackw@stanford.edu>
 
-       * reorg.c (relax_delay_slots): Don't get confused when a label
-       becomes zero (meaning end of function).
+       * dbxout.c, mips-tfile.c, config/mips/mips.c, xcoffout.c:
+       Always include gstab.h, not system stab.h.  Don't provide
+       default definitions of N_CATCH or N_OPT.  Always use the
+       gstab.h variant of STAB_CODE_TYPE.
+       * final.c: Don't include stab.h/gstab.h at all, or provide
+       defaults for N_SLINE and N_SOL.
 
-Sun Apr  5 13:45:37 1992  Ron Guilmette (rfg at ncd.com)
+       * xcoffout.c: Can assume N_MAIN, N_DSLINE, N_BSLINE, N_BINCL,
+       N_EINCL, N_EXCL, N_M2C, N_SCOPE, N_CATCH, and N_OPT are
+       available.
+       * sdbout.c: Always include gsyms.h instead of system syms.h.
 
-       * i860.md (floatsidf3):  Fixed to expand to a correct insn sequence.
+       * configure.in: No need to check for stab.h.
+       * configure, config.in: Regenerate.
+       * Makefile.in (final.o): Don't depend on gstab.h.
 
-Sun Apr  5 12:33:02 1992  John F Carr  (jfc at Achates.mit.edu)
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
+           Richard Henderson  <rth@redhat.com>
 
-       * rs6000.h (EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CCEQmode.
-       (SELECT_CC_MODE): Select it for equality comparison of comparison.
-       * rs6000.c (scc_comparison_operator): Reject improper use of
-       CCEQmode.
-       (ccr_bit): Handle CCEQmode, where bit is always third in field.
-       (print_operand, case 'E'): New case.
-       * rs6000.md: New pattern to compare two comparisons with
-       creqv/crxor.
-       Add peephole for two consecutive scc insns.
+       * extend.texi: Improve documentation of volatile asms.
 
-       * combine.c (subst, case FFS): (ffs (*_extend X)) -> (ffs X)
-       (make_compound_operation): Handle (and (rotate X C) M).
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
 
-       * flags.h (flag_cse_skip_blocks): New variable.
-       * toplev.c (flag_cse_skip_blocks): Define it here.
-       (f_options): Add it to table.
-       (main): -O2 turns it on.
-       * cse.c (invalidated_skipped_{set,block}): New functions.
-       (enum taken): New value, AROUND.
-       (cse_end_of_basic_block): New argument SKIP_BLOCKS.  If it is
-       nonzero, follow a branch around a block of code which contains
-       no labels and set status = AROUND for the jump.
-       (cse_main): Pass FLAG_CSE_SKIP_BLOCKS argument to
-       cse_end_of_basic_block.
-       (cse_basic_block): If jump status is AROUND, call scan_skipped_block
-       before following jump.
+       * c-tree.texi: Fix thinko.
+       * gcc.texi: Likewise.
 
-Sun Apr  5 04:16:46 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-04-30  Richard Henderson  <rth@redhat.com>
 
-       * optabs.c (emit_cmp_insn): Add missing parameter type declaration.
+       * c-common.c (c_promoting_integer_type_p): New function, from the
+       corpse of old macro.  Properly promote too-small enumerations and
+       booleans.  Adjust all callers.
+       * c-common.h (C_PROMOTING_INTEGER_TYPE_P): Remove.
+       (c_promoting_integer_type_p): Declare.
+       * c-decl.c: Adjust C_PROMOTING_INTEGER_TYPE_P invocations.
+       * c-typeck.c: Likewise.
+       (default_conversion): Remove now redundant boolean check.
 
-       * expr.c (expand_builtin, case SQRT): Fix typo emitting insns.
-       Reformat to look like the rest of gcc.  Use accessor macros to
-       access fields of an RTX.  Make comments match code.
+2001-04-30  Jan Hubicka  <jh@suse.cz>
+           Richard Henderson  <rth@redhat.com>
 
-       * i386.md (cmpstr patterns): Handle zero length compares.
+       * regmove.c (try_apply_stack_adjustment): Remove now redundant
+       sanity checks.
+       (combine_stack_adjustments_for_block): Don't combine stack
+       allocation followed by deallocations.  Handle grow-up stacks.
 
-Sat Apr  4 04:40:58 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
 
-       * reload.c (find_equiv_reg): Avoid passing zero to true_regnum.
+       * fdl.texi: New file.
+       * c-tree.texi: Use the GFDL.
+       * gcc.texi: Likewise.
 
-       * expr.c (expand_expr, case COMPONENT_REF): Handle case where we
-       are extracting a field of a constant.
+2001-04-30  Stan Shebs  <shebs@apple.com>
 
-       * a29k.h ({TEXT,READONLY_DATA,DATA}_SECTION_ASM_OP): Put tab back.
+       * invoke.texi: Add a section documenting Objective-C options.
 
-       * rs6000.c (output_epilog): Reduce number of lines generated to
-       write traceback table.
+2001-04-27  Andrew Haley  <aph@cambridge.redhat.com>
 
-       * combine.c (move_deaths): A destination is used in this insn
-       unless is it completely overwritten.
+       * emit-rtl.c (try_split):  Copy EH notes to sequence.
 
-Sat Apr  4 04:39:16 1992  John Carr (jfc at ATHENA.MIT.EDU)
+2001-04-30  Mark Mitchell  <mark@codesourcery.com>
 
-       * expmed.c (store_bit_field, extract_bit_field): Remove redundant
-       tests for MEM.
+       * regmove.c (record_stack_memrefs): Catch all references to the
+       stack pointer.
 
-       * c-common.c (binary_op_error): Handle FLOOR_DIV_EXPR, FLOOR_MOD_EXPR,
-       *ROTATE_EXPR.
-       * c-typeck.c (build_binary_op): Handle FLOOR_MOD_EXPR.
+2001-04-29  Toomas Rosin <toomas at ns dot tklabor dot ee>
 
-Sat Apr  4 00:29:40 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * Makefile.in (stmp-fixinc): quote shell assignment values
 
-       * c-decl.c (c_decode_option): `-' was missing in -Wno-redundant-decs.
+2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * Makefile.in (USE_COLLECT2, MAYBE_USE_COLLECT2): New variables.
-       (GCC_PARTS, native, install-common): Use USE_COLLECT2.
-       (toplev.o): Use MAYBE_USE_COLLECT2.
-       * configure: Let particular cases set use_collect2
-       and have that control use of collect2 through editing Makefile.
-       Handle --with-gnu-as and --with-gnu-ld options.  Ignore --with-*.
-       --with-gnu-ld turns off use_collect2.
-       * i386rose.h (CC1PLUS_SPEC): Deleted.
+       * c-aux-info.c: NULL_PTR->NULL in calls to `concat'.
 
-       * gcc.c (do_spec_1): In case 'D', strip final / from prefixes.
+       * gcc.c: Likewise.
 
-       * c-decl.c (push_c_function_context): Add pedantic warning.
+       * prefix.c: Likewise.
 
-       * collect2.c (main): Figure STANDARD_EXEC_PREFIX into clen.
+2001-04-28  Stan Shebs  <shebs@apple.com>
 
-       * c-typeck.c (get_spelling): Move alloca outside fn call.
+       * objc/objc-act.c (handle_class_ref): Rewrite to flush target
+       specific code and use new macro ASM_DECLARE_UNRESOLVED_REFERENCE.
+       * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Define.
+       * tm.texi (ASM_DECLARE_UNRESOLVED_REFERENCE): Document.
 
-Fri Apr  3 16:36:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/darwin.h (STANDARD_EXEC_PREFIX): Don't define.
+       (NEXT_OBJC_RUNTIME): Define.
 
-       * varasm.c (output_constant_def): Set MEM_IN_STRUCT_P if nec.
+Sat Apr 28 21:02:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri Apr  3 05:32:39 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * rtl.h (simplify_gen_relational): Add cmp_mode parameter.
+       * simplify-rtx.c (simplify_gen_relational): Likewise.
 
-       * m88k.md (call_block_move{,_loop}): Don't write USE for regs
-       we don't set; remove unneeded CLOBBERs for call-used registers.
+       * simplify-rtx.c (simplify_replace_rtx): Handle relationals and MEMs.
 
-       * caller-save.c (insert_save_restore): Abort rather than writing
-       out an insn having a null source or destination.
+       * i386.h (VALID_SSE_REG_MODE): Accept MMX modes if SSE2
+       * i386.md (movsi_1, movdi2, movdi_1_rex64): Handle SSE2 moves.
 
-       * explow.c (allocate_dynamic_stack_space): Don't reference
-       STACK_BOUNDARY if it isn't defined.
+       * i386.md (negsf2, negdf2, abssf2, absdf2): Force operands to
+       registers in SSE case; fix handling of the immediates.
+       (negsf2_ifs, abssf2_ifs): Tweak constraints; require
+       operands to be in regsiters before reload.
+       (negdf2_ifs, absdf2_ifs): Likewise; disable for 64bit
+       (negdf2_ifs_rex64, absdf2_ifs_rtx64): New.
+       (abstf,absxf,negtf,negxf splitters): Compute
+       properly the regnum for x86_64.
+       (avsdf2_if_rex64): New.
 
-       * explow.c (allocate_dynamic_stack_space): Don't use TARGET if it
-       isn't a pseudo reg.
+Sat Apr 28 10:36:23 2001  Jeffrey A Law  (law@cygnus.com)
 
-Fri Apr  3 01:50:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEC
+       and ADDR_DIFF_VEC insns when the proceeding CODE_LABEL was put
+       into the constant pool.
+       * jump.c (jump_optimize_1): Remove barrier successors after all
+       the LABEL_NUSES counds have been computed.
+       (delete_barrier_successors): When deleting a tablejump insn, also
+       delete the jump table it uses.
+       * varasm.c (force_const_mem): Set LABEL_PRESERVE_P when forcing a
+       label into memory.
 
-       * fixinc.svr4: Don't reconvert __i386 if have _ after.
+2001-04-28  Martin Kalen  <martin.kalen@todaysystems.com.au>
 
-       * c-decl.c (grokdeclarator): Use size_binop to get array hbound - 1.
+       * pa.c (FRP): Remove erroneous white space in macro definition.
 
-       * enquire.c: Include sys/types.h.
+2001-04-28  Andreas Jaeger  <aj@suse.de>
 
-       * c-typeck.c (check_format): Don't use type name for integer types
-       or pointers to them.
+       * invoke.texi: Use XX-bit instead of XXbit or XX bit where
+       appropriate.
+       * extend.texi: Likewise.
+       * tm.texi: Likewise.
 
-       * explow.c (allocate_dynamic_stack_space): New arg KNOWN_ALIGN.
-       All callers changed.
+2001-04-28  Andreas Jaeger  <aj@suse.de>
 
-Thu Apr  2 15:24:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * md.texi: Use XX-bit instead of XXbit or XX bit where
+       appropriate.
 
-       * dbxout.c (dbxout_type): Output just xref for var-size struct/union.
+2001-04-28  Jens Schweikhardt <schweikh@schweikhardt.net>
 
-       * reload.c (find_equiv_reg): In previous change, verify valtry != 0.
+       * gcc.c (process_command): Allow -l lib in addition to -llib
+       for POSIX compliance. This fixes PR c/2347.
 
-Thu Apr  2 08:34:38 1992  Michael Meissner  (meissner@osf.org)
+       * invoke.texi: Update section on Link Options accordingly.
 
-       * iris.h (SIZE_TYPE): Make type unsigned int, not unsigned long.
-       (PTRDIFF_TYPE): Define to be 'int', not 'long int'.
-       (WCHAR_TYPE): Define to be 'unsigned char', not 'int'.
-       (WCHAR_TYPE_SIZE): Define to be 8, not 32.
+2001-04-27  Zack Weinberg  <zackw@stanford.edu>
 
-Thu Apr  2 06:01:07 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * function.c (purge_addressof_1): Remove the duplicate
+       if (code == SET) block.  Fold the two if (code == ADDRESSOF)
+       blocks together.
 
-       * fold-const.c (fold, case COND_EXPR): Add missing test for zero.
+2001-04-28  Jason Merrill  <jason_merrill@redhat.com>
 
-       * expr.c (expand_expr, case ARRAY_REF): Handle case of constant
-       array whose initializer is a string.
+       * except.c (expand_eh_region_start): Don't start a new block.
+       (expand_eh_region_end): Don't end a block.
+       * stmt.c (expand_end_bindings): Don't end EH blocks.
+       (expand_decl_cleanup): Starting an EH region won't change the block.
+       (mark_block_as_eh_region, mark_block_as_not_eh_region): Lose.
+       (is_eh_region): Lose.
+       * tree.h: Adjust.
 
-       * optabs.c (emit_libcall_block): Don't move up insns that set
-       pseudos whose old values are used in previous insns.
+2001-04-27  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * genattrtab.c (attr_rtx): Add some casts to int from enum rtx_code.
+       * except.c (expand_eh_region_end_cleanup): word_mode, not Pmode.
 
-Thu Apr  2 04:20:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * collect2.c (main): Add `-L' case to remove duplicate entries.
+       (is_in_args): New function to check for a duplicate argument.
+       * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): New macro.
+       * tm.texi (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): New documentation.
+       * config/mips/iris6.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
+       Define to be nonzero.
 
-       * xm-mipsnbsd.h: New file.
-       * configure (mips-sony-bsd*): Use that.
+2001-04-27  Andreas Jaeger  <aj@suse.de>
+           Richard Henderson  <rth@redhat.com>
 
-       * stmt.c (expand_end_case): Move the convert_to_mode after emit_queue.
+       * md.texi (Machine Constraints): Document additional i386
+       constraints and fix description of "A".
 
-Thu Apr  2 00:49:18 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+Fri Apr 27 10:43:49 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * stmt.c (expand_end_case): Fix typo.
+       * tm.texi (TARGET_MEM_FUNCTIONS): Update text.
 
-Wed Apr  1 19:01:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-04-27  Jason Merrill  <jason_merrill@redhat.com>
 
-       * fold-const.c (size_int): Always switch to permanent_obstack
-       to make a node that will be saved
+       * except.c (get_exception_filter): word_mode, not Pmode.
 
-Wed Apr  1 15:36:19 1992  Michael Meissner  (meissner@osf.org)
+2001-04-26  Geoffrey Keating  <geoffk@redhat.com>
 
-       * xm-irix4.h (alloca.h): Don't include <alloca.h> if not using the
-       GNU compiler, since the Silicon Graphics compiler's alloca complains
-       if the result of alloca is stored in something that is not a simple
-       variable.  Just use the C version of alloca.c.
+       * config/sparc/sparc.md (movsf_no_f_insn): Add more alternatives
+       common to other movsf patterns.  Move up so that in future
+       people who change the other patterns will change it too.
+       (movsf_lo_sum): Allow even for soft-float; add appropriate
+       constraints.
+       (movsf_high): Likewise.
+       (movsf_high+1): Allow even for soft-float.
 
-Wed Apr  1 14:42:24 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
+       * function.c (expand_function_end): Always clobber the
+       return registers, even if there is no return label.
 
-       * pyr.md (HImode compare recognizers): Don't match if subsequent
-       branch has unsigned predicate.
+Thu Apr 26 20:28:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Apr  1 14:20:13 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.
 
-       * sparc.c (output_function_epilogue): Drop unused true_epilogue
-       parameter.  Delete obsolete tail-call support code, which worked
-       by passing -1 for leaf_function.
-       (tail_call_valid_p): Delete obsolete function.
-       (output_tail_call): Likewise.
-       * sparc.h (TARGET_TAIL_CALL): Delete obsolete option.
-       (FUNCTION_EPILOGUE): Fix call to output_function_epilogue.
-       * sparc.md (tail_call): Delete obsolete pattern.
+Thu Apr 26 19:20:28 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * rs6000.c (output_epilogue): Output a traceback table.
+       * i386.md (abs/neg splitter): Fix calculation of sign bit for TFmodes
+       (pushqi2_rex64, pushhi2_rex64): Add.
 
-Wed Apr  1 06:42:54 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-04-26  Andrew Haley  <aph@cambridge.redhat.com>
 
-       * m88k.h: Override ASM_OPs added to svr4.h.
+       * except.c (expand_eh_region_end_cleanup): Force pending stack
+       adjust before emitting label that branches around cleanup code.
 
-Wed Apr  1 03:12:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-04-26  H.J. Lu  (hjl@gnu.org)
 
-       * emit-rtl.c (operand_subword): Swap words from const_double if nec
+       * config.gcc (mips*-*-linux*): Add elfos.h to tm_file.
 
-       * ns32k.h (GO_IF_INDEXING): New arg MODE; caller changed.
-       Pass to INDEX_TERM_P.
+       * config/mips/ecoff.h (STARTFILE_SPEC): Undefine before
+       define.
+       * config/mips/elf64.h (MAX_OFILE_ALIGNMENT): Likewise.
+       (ASM_OUTPUT_SECTION_NAME): Likewise.
+       (ASM_WEAKEN_LABEL): Likewise.
+       (UNIQUE_SECTION): Likewise.
+       (ASM_OUTPUT_CONSTRUCTOR): Likewise.
+       (ASM_OUTPUT_DESTRUCTOR): Likewise.
+       * config/mips/elf.h (MAX_OFILE_ALIGNMENT): Likewise.
+       (ASM_OUTPUT_SECTION_NAME): Likewise.
+       (ASM_WEAKEN_LABEL): Likewise.
+       (UNIQUE_SECTION): Likewise.
+       (ASM_OUTPUT_CONSTRUCTOR): Likewise.
+       (ASM_OUTPUT_DESTRUCTOR): Likewise.
+       * config/mips/linux.h (HANDLE_SYSV_PRAGMA): Likewise.
+       * config/mips/mips.h (DBX_CONTIN_LENGTH): Likewise.
+       (ASM_FILE_START): Likewise.
+       (ASM_OUTPUT_SOURCE_LINE): Likewise.
+       (ASM_DECLARE_OBJECT_NAME): Likewise.
+       (ASM_FILE_END): Likewise.
+       (ASM_DECLARE_FUNCTION_NAME): Likewise.
+       (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
+       (ASM_GENERATE_INTERNAL_LABEL): Likewise.
+       (ASM_OUTPUT_CASE_LABEL): Likewise.
+       (ASM_OUTPUT_SKIP): Likewise.
+       (ASM_OUTPUT_ASCII): Likewise.
+       (ASM_OUTPUT_IDENT): Likewise.
+       (READONLY_DATA_SECTION): Likewise.
+       (EXTRA_SECTIONS): Likewise.
+       (EXTRA_SECTION_FUNCTIONS): Likewise.
+       (SELECT_RTX_SECTION): Likewise.
+       (SELECT_SECTION): Likewise.
 
-Tue Mar 31 18:10:10 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/mips/linux.h (INVOKE__main): Undefine.
+       (CTOR_LIST_BEGIN): Likewise.
+       (CTOR_LIST_END): Likewise.
+       (DTOR_LIST_BEGIN): Likewise.
+       (DTOR_LIST_END): Likewise.
+       (SET_ASM_OP): Defined it to ".dummy".
+       (ASM_OUTPUT_DEF): Defined.
+       (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Defined.
 
-       * genattrtab.c (check_attr_value): Fix some backwards tests.
+2001-04-26  Nick Clifton  <nickc@cambridge.redhat.com>
 
-       * expr.c (move_by_pieces{,_ninsns}): Only look at MODE_INT modes.
+       * config/arm/arm.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define, if the
+       assembler supports .p2align.
 
-       * fold-const.c (fold, case COND_EXPR): Fix typo in last change.
+2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
 
-       * stor-layout.c (layout_record): Add missing call to size_int.
+       * c-lex.c (c_lex): Remove # from %o diagnostic formatting.
 
-       * expr.c (do_store_flag): Handle case where EXP is a TRUTH_NOT_EXPR.
+2001-04-26  Jakub Jelinek  <jakub@redhat.com>
 
-Tue Mar 31 17:18:20 1992  Jeffrey A. Law  (law@mole.gnu.ai.mit.edu)
+       * integrate.c (expand_inline_function): Check for error_mark_node
+       in actual argument.
 
-       * c-decl.c (init_decl_processing): Enable `sqrt'.
-       * expr.c (expand_builtin, case SQRT): By default check that the
-       argument to sqrt is in sqrt's domain.  If the argument is not in the
-       domain, then call the library function.  Skip argument checking if
-       -ffast-math is in use.
+2001-04-26  Jakub Jelinek  <jakub@redhat.com>
 
-       * flags.h (flag_fast_math): Declare new variable.
-       * toplev.c (f_options): Add flag_fast_math to table.
+       * config/i386/i386.h (CC1_CPU_SPEC): Fix deprecation warnings for
+       -m386 and -m486.
 
-Tue Mar 31 17:11:09 1992  Per Bothner  (bothner@wombat.gnu.ai.mit.edu)
+2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cccp.c:  Add new flag -nostdinc++ to disable searching
-       standard C++-specific include directories. This is useful
-       for building libg++.
-       * gcc.c:  Pass -nostdinc* to cpp, not just -nostdinc.
-       * cpp.texi:  Document -nostdinc++.
+       * configure.in (configargs.h): Define thread_model.
+       * configure: Rebuilt.
+       * gcc.c (main): Print it with -v.
 
-Tue Mar 31 15:32:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-04-25  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * gcc.c (link_command_spec): Use %l before %X.
+       * invoke.texi: Document -Wmissing-braces, -dumpspecs,
+       -dumpmachine, -dumpversion, -fmem-report and -ftime-report.
+       * gcc.1: Regenerate.
 
-       * svr4.h (MULTIBYTE_CHARS): Turned off.
+2001-04-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * sun3.h, sparc.h (LINK_SPEC): Inhibit -e if -nostdlib.
+       * dwarfout.c (is_pseudo_reg, type_main_variant, is_tagged_type,
+       is_redundant_typedef): Use static inline instead of inline static.
 
-       * collect2.c (my_strerror): Renamed from strerror.
+Wed Apr 25 18:21:01 2001  Christopher Faylor <cgf@cygnus.com>
 
-       * reload.c (find_equiv_reg): Find constants in REG_EQUIV notes.
+       * config/i386/cygwin.h: Move W32API search to LINK_SPEC to ensure that
+       this directory is always searched.
 
-       * m68k.h (PRINT_OPERAND_PRINT_FLOAT): Fix typo in #ifdef.
+2001-04-25  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/i386.c (ix86_expand_epilogue): Properly compute size
+       of registers to restore along non eh_return path.
+
+2001-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-format.c (check_format_info_recurse): Handle
+       PLUS_EXPR for format string.
+
+2001-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/ia64/ia64.h (CC1_SPEC): Define.
+       * config/ia64/linux.h (CC1_SPEC): Define.
+
+Wed Apr 25 17:09:50 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * emit-rtl.c (constant_subword): Also do sign extension in
+       BITS_PER_WORD == 16 case.
+
+2001-04-25  Jason Merrill  <jason_merrill@redhat.com>
+
+       * loop.c (try_swap_copy_prop): Go back to checking insn.
+
+2001-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check
+       if check_mode is nonzero.
+
+2001-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.c (ix86_expand_int_movcc): If overlap between
+       out and comparison sequence has been detected, put result into
+       proper temporary pseudo.
 
-       * Makefile.in (install-dir): Create include subdir.
+2001-04-24  Zack Weinberg  <zackw@stanford.edu>
 
-Tue Mar 31 18:03:21 1992  Thorsten Ohl  (ohl@apollo.desy.de)
+       * Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.
+       * libgcc-std.ver: Remove __builtin_saveregs, __dummy, and __empty.
+       * libgcc2.c: Remove __dummy and __builtin_saveregs.
+       * libgcc2.h: Don't prototype __builtin_saveregs or __dummy.
+       * config/i860/varargs.asm: New file - preserve i860 __builtin_saveregs
+       for future reference.
 
-       * x-apollo68 (CFLAGS, LIBGCC2_CFLAGS): Defined.
-       * t-apollo68: new file, use collect2.
-       * configure: use `t-apollo68'.
+2001-04-24  Jason Merrill  <jason_merrill@redhat.com>
 
-       * apollo68.h (ASM_SPEC): Delete -C.
-       (STRUCT_VALUE_INCOMING): Now 0.
-       (HAVE_ATEXIT): Defined.
-       (PROMOTE_PROTOTYPES): Delete #undef.
-       (USER_LABEL_PREFIX): Undef.
-       (LOCAL_LABEL_PREFIX, REGISTER_PREFIX, REGISTER_PREFIX_MD): Override.
-       (ASM_RETURN_CASE_JUMP): Defined.
-       (REGISTER_NAMES): Override.
+       * except.c (reachable_handlers): Step out one level from a RESX.
 
-Tue Mar 31 14:59:53 1992  Tim Moore  (moore@defmacro.cs.utah.edu)
+       * except.c (struct eh_region): Rename 'last' to 'resume'.
+       (mark_eh_region, duplicate_eh_region_1): Adjust.
+       (expand_eh_region_end_cleanup): Remember the jump, not the barrier.
+       (build_post_landing_pads): Likewise.
+       (expand_end_catch, expand_eh_region_end_allowed): Don't set it.
+       (expand_eh_region_end_must_not_throw): Likewise.
+       (connect_post_landing_pads): Thread (only) regions with non-deleted
+       resume insns.
 
-       * hp800.md (movsi+4, call_value+1): Add x,y constraints for Snake
-       fp registers.
-       * hp800.h (INITIAL_FRAME_POINTER_OFFSET): Fix for Snake stack
-       alignment. 
-       (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Fix for Snake fp
-       registers.
-       * hp800.c (output_function_prologue): Align stack for Snakes.
-       (output_arg_descriptor): Fix Snake typos.
-       
-       * hp700.h, hp700hpux.h : New files
-       (TARGET_DEFAULT): Emit Snake code by default.
-       * hp700hpux.h (HP_FP_ARG_DESCRIPTOR_REVERSED): Define to work
-       around assembler syntax difference between 700 and 800 series HPUX.
-       * hp800.h (ASM_DOUBLE_ARG_DESCRIPTORS): Conditionalize on the
-       above symbol.
+       * except.c (expand_eh_region_end_cleanup): Save the EH return data
+       registers around the cleanup.
+       (get_exception_filter): New fn.
+       (finish_eh_generation): Use it.
 
-Tue Mar 31 09:58:52 1992  Michael Meissner  (meissner@osf.org)
+2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
 
-       * mips-sysv.h (getpagesize): When compiling the trampoline code,
-       define a macro getpagesize which uses the POSIX sysconf function.
+       * c-semantics.c (add_scope_stmt): Don't call
+       current_scope_stmt_stack multiple times.
 
-       * mips-svr4.h (getpagesize): When compiling the trampoline code,
-       define a macro getpagesize which uses the POSIX sysconf function.
+2001-04-24  Zack Weinberg  <zackw@stanford.edu>
+           Nathan Sidwell <nathan@codesourcery.com>
 
-Mon Mar 30 19:25:48 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       Lazy __FUNCTION__ generation.
+       * c-common.h (RID_FUNCTION_NAME, RID_PRETTY_FUNCTION_NAME,
+       RID_C99_FUNCTION_NAME): New _RIDs.
+       (CTI_FUNCTION_ID, CTI_PRETTY_FUNCTION_ID, CTI_FUNC_ID): Remove.
+       (CTI_FUNCTION_NAME_DECL, CTI_PRETTY_FUNCTION_NAME_DECL,
+       CTI_C99_FUNCTION_NAME_DECL, CTI_SAVED_FUNCTION_NAME_DECLS): New
+       global tree slots.
+       (function_id_node, pretty_function_id_node, func_id_node): Remove.
+       (c99_function_name_decl_node, function_name_decl_node,
+       pretty_function_name_decl_node, saved_function_name_decls):
+       Declare.
+       (struct language_function): Remove x_function_name_declared_p.
+       (make_fname_decl): Remove a parameter.
+       (declare_function_names): Remove prototype.
+       (start_fname_decls, finish_fname_decls): Prototype.
+       (fname_as_string): Likewise.
+       (fname_string, fname_decl): Likewise.
+       * c-common.c (make_fname_decl): Adjust.
+       (struct fname_var_t): New struct.
+       (fname_vars): New static array.
+       (declare_function_name): Remove.
+       (start_fname_decls, finish_fname_decls): New functions.
+       (fname_as_string): New function from remnants of
+       declare_function_name.
+       (fname_string, fname_decl): New functions.
 
-       * loop.c (strength_reduce): In recent maybe_multiple code, only
-       apply INSN_LUID to insn when safe.
+       * c-decl.c (c_function_name_declared_p): Remove.
+       (init_decl_processing): Don't generate __FUNCTION__ et al ids,
+       don't call declare_function_name. Call start_fname_decls.
+       (c_make_fname_decl): Adjust parameters. Generate the name. Don't
+       clobber the line number. Call finish_decl.
+       (start_function): Call start_fname_decls.
+       (finish_function): Call finish_fname_decls.
+       Remove c_function_name_declared_p.
+       (push_c_function_context): Don't push c_function_name_declared_p.
+       (pop_c_function_context): Don't pop c_function_name_declared_p.
+       (c_begin_compound_stmt): Don't check c_function_name_declared_p.
+       * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): New tokens.
+       (program): Call finish_fname_decls for C.
+       (primary): Add VAR_FUNC_NAME.
+       (reswords): Add slots for __FUNCTION__ et al.
+       (rid_to_yy): Add mappings for __FUNCTION__ et al.
+       (yylexname): If it's a STRING_FUNC_NAME generate the function name
+       now. Don't look for VAR_DECLs containing __FUNCTION__ et al.
+       * c-semantics.c (prune_unused_decls): Remove.
+       (finish_stmt_tree): Don't call prune_unused_decls.
+       (genrtl_decl_stmt): Don't prune unused decls here.
+
+2001-04-24  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * dwarf2out.c (mem_loc_descriptor): If a SYMBOL_REF is in the
+       constant pool, use the pool's SYMBOL_REF instead.
+
+       * config/v850/v850.h (STRICT_ALIGNMENT): Always set, even for the
+       v850e.
+
+2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid
+       passing nested NOP_EXPRs to fold.
+
+Mon Apr 23 14:32:12 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.
+
+2001-04-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * loop.c (loop_delete_insns): Add prototype.
+
+2001-04-23  Phil Edwards  <pme@sources.redhat.com>
+
+       * configure.in:  Remove ENABLE_STD_NAMESPACE.
+       * config.in:  Regenerated.
+       * configure:  Regenerated.
+
+2001-04-22  Stan Shebs  <shebs@apple.com>
+
+       * config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h
+       into xm_defines.
+       * config/rs6000/xm-darwin.h: Remove file.
+
+2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * collect2.c (main): Use concat in lieu of xmalloc/sprintf.
+       (write_c_file_stat): Likewise.
 
-Mon Mar 30 17:24:33 1992  Michael Meissner  (meissner@osf.org)
+       * dbxout.c (dbxout_init): Likewise.
 
-       * mips.c (output_block_move): Fix typos that would generate
-       incorrect code if either the source or destination is a global or
-       static memory address.  Increment appropriate -mstats counters.
+       * profile.c (output_func_start_profiler): Likewise.
 
-       * x-iris (INSTALL): Use cp to install stuff, not install -c.
+2001-04-22  Philipp Thomas  <pthomas@suse.de>
 
-Mon Mar 30 16:39:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * ABOUT-GCC-NLS: Now that gettext 0.10.37 is out,
+       require it instead of the CVS version.
+       * cpperror.c (v_message): Put a blank before the macro
+       body to not confuse exgettext.
 
-       * m68k.md: Use `\;', not `;', to separate insns.
+2001-04-21  Mark Mitchell  <mark@codesourcery.com>
 
-       * toplev.c (main): Add cast when setting debug_info_level.
+       * flow.c (proagate_one_insn): Remove useless assignment.
+       * jump.c (delete_insn): Tidy.
+       * loop.c (try_copy_prop): When deleting an instruction with a
+       REG_RETVAL note, delete the entire libcall sequence.
+       (loop_delete_insns): New function.
+       * unroll.c (initial_reg_note_copy): Copy INSN_LIST notes, even if
+       we're not substituting into them yet.
 
-       * m68k.h (GLOBAL_ASM_OP): New macro.
-       (ASM_GLOBALIZE_LABEL): Use that.
-       * hp320.h, m68ksgs.h, mot3300.h (GLOBAL_ASM_OP): Override this.
-       (ASM_GLOBALIZE_LABEL): Not this.
+2001-04-21  Kazu Hirata  <kazu@hxi.com>
 
-       * libgcc2.c (__builtin_saveregs) [sparc]: Define both assembler labels
-       __builtin_saveregs and ___builtin_saveregs, to handle all systems.
+       * config/h8300/h8300.c (general_operand_src): Fix a comment typo.
 
-       * m68k.h (TRANSFER_FROM_TRAMPOLINE): Add a globalize command.
-       (TRAMPOLINE_TEMPLATE): Make the JSRs really JSRs.
-       Always use precisely ___trampoline.
+       * config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
+       Fix a comment typo.
+       * config/i960/i960.c (signed_arith_operand): Likewise.
 
-Mon Mar 30 07:17:50 1992  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
+       * calls.c (expand_call): Fix a comment typo.
 
-       * reload1.c (inc_for_reload): Declare CODE consistently.
-       (constraint_accepts_reg_p): Add missing cast.
+2001-04-20  Zack Weinberg  <zackw@stanford.edu>
 
-       * fold-const.c (fold, case TRUTH_ANDIF_EXPR): Fix typo in last change.
+       * configure.in: Probe for times, clock, struct tms, and clock_t.
+       * configure, config.in: Regenerate.
+       * timevar.c: Replace ifdef forest in get_time with (relatively)
+       straightforward series of checks based on autoconf's probes.
 
-Mon Mar 30 01:07:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Fri Apr 20 12:24:50 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * rtl.h: Don't continue #if lines.
+       * config/pa/som.h (NM_FLAGS): Define.
 
-Mon Mar 30 03:30:54 1992  Mike Stump  (mrs@cygnus.com)
+2001-04-20  Bernd Schmidt  <bernds@redhat.com>
 
-       * Merge in Cygnus cp-* sources, below are the ChangeLog entries from
-       the Cygnus ChangeLog file.  Note, I am experimenting with a slightly
-       different format, as Tiemann would like the dates to remain intact,
-       but Stallman does not want the dates out of order and would rather
-       have the entries altogether anyway.
+       * ia64.h (MD_SCHED_REORDER, MD_SCHED_REORDER2): Pass CLOCK to called
+       function.
+       * ia64-protos.h (ia64_sched_reorder): Additional arg for clock.
+       * ia64.c (nop_cycles_until): New function.
+       (prev_cycle, prev_first, last_issued): New static variables.
+       (ia64_sched_reorder): Additional arg for clock.
+       On final scheduling pass, emit extra NOPs as needed.
+       Set prev_first and prev_cycle.
+       (ia64_sched_reorder2): Pass clock arg down to ia64_sched_reorder.
+       (ia64_variable_issue): Set last_issued.
 
-       Sun Mar 29 16:57:31 1992  Mike Stump  (mrs@rtl.cygnus.com)
+2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cp-decl.c (grokdeclarator): Handle typedef before other
-       specifiers, as typedef is now more complex in c++ than in c.
+       * config/i386/i386.c (ix86_expand_int_movcc,
+       ix86_expand_strlensi_unroll_1): Sign-extend CONST_INTs.
 
-       Sun Mar 29 12:00:03 1992  Michael Tiemann  (tiemann@cygnus.com)
+2001-04-20  Geoff Keating  <geoffk@redhat.com>
 
-       * cp-decl.c (start_function): Always set TREE_PUBLIC if DECL1 is
-       part of any interface.
+       * config/rs6000/rs6000.md (ctrsi_internal1, ctrsi_internal2,
+       ctrsi_internal3, ctrsi_internal4, ctrsi_internal5,
+       ctrsi_internal6, ctrdi_internal1, ctrdi_internal2,
+       ctrdi_internal3, ctrdi_internal4, ctrdi_internal5,
+       ctrdi_internal6): In the short-branch case, this insn is only 4
+       bytes long.  Reported by Reza Yazdani <reza@apple.com>.
 
-       * cp-cvt.c (convert_to_reference): Don't type to convert a type to
-       itself.
-       (build_type_conversion): Don't look for alternatives to default
-       type conversion except to integral and real types.  Fixes bug
-       exposed in 19 March change.
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
 
-       Tue Mar 24 07:53:46 1992  Michael Tiemann  (tiemann@cygnus.com)
+       * reg-stack.c (check_asm_stack_operands): Issue error if "=t" resp.
+       "=u" is used together with "st" resp. "st(1)" clobber.
 
-       * cp-tree.c (lvalue_p): POST{INC,DEC}REMENT_EXPR is not an lvalue.
-       * cp-typeck.c (build_modify_expr): Ditto.       
+2001-04-20  Jakub Jelinek  <jakub@redhat.com>
 
-       * cp-init.c (emit_base_init): If debugging, force out a line note so
-       we can step into ctors for base initializers.
-       (build_virtual_init): Note that we need to do some more work to
-       handle replicated base classes in multiple inheritance lattices.
+       * gcse.c (gcse_main): Fix comment typo.
+       (delete_null_pointer_check): Likewise.
+       (hash_scan_set): Don't consider sets with REG_EQUIV MEM notes.
+       * cse.c (cse_insn): Likewise.
+       * function.c (fixup_var_refs_insns_with_hash): The sequence is
+       toplevel.
 
-       Mon Mar 23 00:33:35 1992  Michael Tiemann  (tiemann@cygnus.com)
+2001-04-19  Zack Weinberg  <zackw@stanford.edu>
 
-       * cp-init.c (expand_aggr_init_1): Finish Mar 15 change concerning
-       INDIRECT_REFs that have TREE_HAS_CONSTRUCTOR set.
+       * toplev.c: Excise all code for the undocumented -dm option.
+       (float_signal): Call signal just once, unconditionally.
 
-       * cp-call.c (build_overload_call_real): Ensure FINAL_CP->EVIL is set
-       when FINAL_CP is non-NULL and we encounter an ERROR_MARK_NODE in the
-       operands we are processing.
+2001-04-19  Geoff Keating  <geoffk@redhat.com>
 
-       * cp-cvt.c (convert_to_reference): Propagate ERROR_MARK_NODE from
-       failed type conversions.
+       * fold-const.c (fold): Use first_rtl_op rather than
+       TREE_CODE_LENGTH when looping over parameters of a tree.
+       Correct strange grouping in test for evaluated SAVE_EXPR.
 
-       Sun Mar 22 20:01:51 1992  Michael Tiemann  (tiemann@cygnus.com)
+Thu Apr 19 19:15:26 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * cp-init.c (is_aggr_typedef): Don't give an error message if NAME
-       is ERROR_MARK_NODE.
+       * config/pa/pa-linux.h (CPLUSPLUS_CPP_SPEC): Undefine.
+       * config/pa/pa.h (CPLUSPLuS_CPP_SPEC): Define.
 
-Sun Mar 29 09:29:10 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * config/pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Truncate subspace
+       name at 32 total characters.
+       (ASM_OUTPUT_SECTION_NAME): Similarly.  Also, only support placing
+       functions in named sections -- data items can still go into unique
+       sections, but they have normal names (ie $LIT$ and $DATA$).
 
-       * make-gcc.com: Remove patch from March 7.
+       * config/pa/som.h (SUPPORTS_INIT_PRIORITY): SOM does not support
+       INIT_PRIORITY.
 
-       * make-l2.com: Use compiler that was just built, if available,
-         otherwise use system compiler if it is version 2.
+2001-04-19 DJ Delorie  <dj@redhat.com>
 
-Sun Mar 29 19:53:33 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/alpha/vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX
+       to TARGET_OBJECT_SUFFIX and TARGET_EXECUTABLE_SUFFIX.
+       * config/i386/cygwin.h: Likewise.
+       * config/i386/mingw32.h: Likewise.
+       * config/vax/vms.h: Likewise.
+       * config/i386/djgpp.h: Remove NO_AUTO_EXE_SUFFIX.
 
-       * fold-const.c ({invert,swap}_tree_comparison): New functions.
-       (comparison_equiv_p): Deleted.
-       (operand_equal_for_comparison_p): New function.
-       (invert_truthvalue): Use invert_tree_comparison.
-       (fold): Use variables T1 and TEM consistently.
-       Don't mix arg[01] and TREE_OPERAND (t, [01]); they aren't
-       identical.
-       (fold, comparison cases): Use new functions to adjust comparison
-       codes; add var INVERT.
-       Convert f >= f to f == f for FP and similar.
-       Correctly compute FP <= and >= when one arg is a NaN.
-       Clean up handling of constant results.
-       (fold, case COND_EXPR): Rework considerably to catch more forms
-       of abs, min, max, and -abs and also clean up; use new function
-       operand_equal_for_comparison_p.
+       * config/alpha/xm-vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX
+       to HOST_OBJECT_SUFFIX and HOST_EXECUTABLE_SUFFIX.
+       * config/i386/xm-cygwin.h: Likewise.
+       * config/i386/xm-djgpp.h: Likewise.
+       * config/i386/xm-mingw32.h: Likewise.
+       * config/vax/xm-vms.h: Likewise.
 
-Sun Mar 29 00:00:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * mkdeps.c (deps_add_default_target): Use TARGET_OBJECT_SUFFIX
+       instead of OBJECT_SUFFIX.
+       * collect2.c (find_a_file): Look for files matching the extension
+       HOST_EXECUTABLE_SUFFIX instead of EXECUTABLE_SUFFIX.
+       * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Depend on
+       TARGET_EXECUTABLE_SUFFIX.
+       (find_a_file): Use HOST_EXECUTABLE_SUFFIX.
+       (make_relative_prefix): Likewise.
+       (convert_filename): Use TARGET_ suffixes throughout.  Remove
+       NO_AUTO_EXE_SUFFIX.
+       (process_command): Likewise.
+       (do_spec_1): Likewise.
+       * java/lang.c (init_parse): Likewise.
 
-       * cse.c (simplify_relational_operation): Arg ptr reg may be 0.
+       * gcc.texi : Document four new options matching the pattern
+       (HOST|TARGET)_(OBJECT|EXECUTABLE)_SUFFIX.  Remove documentation
+       for deleted macros OBJECT_SUFFIX and EXECUTABLE_SUFFIX.  Remove
+       documentation for NO_AUTO_EXE_SUFFIX.
 
-       * gcc.c: Always define R_OK, etc. if system headers don't.
+2001-04-19  Mark Mitchell  <mark@codesourcery.com>
 
-       * c-parse.y (maybe_attribute): Accept `mode (m)' attribute.
-       * c-common.c (decl_attributes): Handle that attribute.
+       * toplev.h (struct lang_hooks): Allow decode_option to indicate
+       that language-independent processing should not be done.
+       * toplev.c (main): Adjust accordingly.
 
-       * tower.h (REGISTER_NAMES): Discard the fpa regs.
-       * tower-as.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE):
-       Don't handle fpa regs.
-       (PUT_SDB_START_DIM, PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM):
-       New macros.
-       (PUT_SDB_DIM): Deleted.
+       * rtl.texi (jump_insn): Expand on JUMP_LABEL documentation.
+       * loop.c (load_mems): Handle a NULL JUMP_LABEL for a JUMP_INSN.
+
+       * mips.md (reload_outputdi): Require that operand0 be a
+       general_operand.
+
+2001-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * invoke.texi (-Wshadow): Clarify.
+
+2001-04-18  Mark Mitchell  <mark@codesourcery.com>
+
+       * loop.c (load_mems): Examine all the instructions in the loop
+       before concluding that all jumps branch to the first instruction
+       after the loop.
+
+Wed Apr 18 20:32:03 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/xm-cygwin.h (CPP_SPEC): Fix typo.
+
+2001-04-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * cpp.texi (-Wwhite-space): Remove.
+       (-Wall): -Wall does not imply -Wwhite-space.
+
+2001-04-17  Zack Weinberg  <zackw@stanford.edu>
+
+       * dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined,
+       use it instead of blindly generating a .stabs.
+       * xcoffout.h: Define DBX_OUTPUT_GCC_MARKER so we put the type
+       in the right place.
+       * xcoffout.c: Don't bother defining default for N_CATCH.
+       (UNKNOWN_STAB): Use internal_error.
+       (stab_to_sclass): Remove now-unnecessary aborts.
+       Remove #if 0'ed case N_BROWS.  Add #ifdef N_OPT block.
+
+Tue Apr 17 21:41:11 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * jump.c (mark_all_labels): Canonicalize the tail recursion
+       label attached to CALL_PLACEHOLDER insns.
+
+2001-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * output.h (dump_flow_info, free_basic_block_vars,
+       which_alternative): Delete redundant prototypes.
+
+       * rtl.h (bss_section): Likewise.
+
+2001-04-17  Loren J. Rittle  <ljrittle@acm.org>
 
-       * m68k.h (RTX_COSTS): Smaller multiply costs on 68040.
+       * dbxout.c (N_OPT): Define if not available from <stab.h>
 
-       * stmt.c (expand_end_case): Reduce amount of specific modes
-       used in handling casesi.
+2001-04-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * collect2.c (savestring): Copy only SIZE bytes of string.
+       * vax.h (PROMOTE_PROTOTYPES): Define for compatibility with system
+       libraries and native K&R compilers.
 
-       * gstddef.h: Handle __need_size_t, __need_wchar_t, __need_ptrdiff_t,
-       and _need_null.
+2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * c-typeck.c (digest_init): Save INIT with nops not stripped
-       to pass to convert_for_assignment.
+       * c-typeck.c (convert_arguments): Don't check for width changes
+       with -Wtraditional.
 
-Sun Mar 29 12:27:01 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * invoke.texi (-Wtraditional): Update documentation.
 
-       * vms.h (FUNCTION_PROLOGUE):  Redefine to add 4 bytes to local
-       storage on the stack.
-       (STARTING_FRAME_OFFSET): Redefine as -4.
+2001-04-16  Zack Weinberg  <zackw@stanford.edu>
 
-Sun Mar 29 19:58:57 1992  Paul Eggert  (eggert@twinsun.com)
+       * toplev.c (output_lang_identify): Delete.
+       (compile_file): Don't call ASM_IDENTIFY_GCC or ASM_IDENTIFY_LANGUAGE.
+       Don't generate gcc2_compiled. label.  Don't emit a nop if profiling.
+       If IDENT_ASM_OP is defined, emit an .ident "GCC (GNU) <version>"
+       after calling ASM_FILE_END.
 
-       * c-decl.c (store_parm_decls): Function prototypes now override
-       old-style definitions if argument types disagree only because of
-       promotions.
+       * dbxout.c (dbxout_init): Don't call ASM_IDENTIFY_GCC_AFTER_SOURCE.
+       Instead, unconditionally emit an N_OPT stab with string equal
+       to STABS_GCC_MARKER, which defaults to "gcc2_compiled."
 
-Sun Mar 29 17:40:56 1992  Fred Fish  (fnf at fishpond)
+       * defaults.h: Don't provide default for ASM_IDENTIFY_LANGUAGE.
 
-       * fixincludes (stdlib.h): Fix free/calloc/malloc/realloc return types.
+       * config/dbxelf.h, config/freebsd.h, config/nextstep.h,
+       config/psos.h, config/ptx4.h, config/1750a/1750a.h,
+       config/alpha/alpha.h, config/alpha/elf.h, config/arc/arc.h,
+       config/arm/aof.h, config/arm/coff.h, config/arm/elf.h,
+       config/arm/linux-elf.h, config/avr/avr.h, config/d30v/d30v.h,
+       config/dsp16xx/dsp16xx.h, config/h8300/h8300.h,
+       config/i370/i370.h, config/i386/beos-elf.h,
+       config/i386/osf1elf.h, config/i386/osfrose.h,
+       config/ia64/sysv4.h, config/m68k/3b1.h, config/m68k/auxgas.h,
+       config/m68k/crds.h, config/m68k/hp320.h, config/m68k/m68kv4.h,
+       config/m68k/mot3300.h, config/m68k/news.h, config/m68k/sgs.h,
+       config/m68k/tower-as.h, config/mcore/mcore-elf.h,
+       config/mips/iris6.h, config/mips/osfrose.h,
+       config/mips/sni-svr4.h, config/pa/som.h, config/pdp11/pdp11.h,
+       config/sparc/sp64-elf.h:
+       Delete definitions of any or all of: ASM_IDENTIFY_GCC,
+       ASM_IDENTIFY_GCC_AFTER_SOURCE, and ASM_IDENTIFY_LANGUAGE.
 
-Sun Mar 29 15:12:39 1992  Ron Guilmette  (rfg at ncd.com)
+       * config/elfos.h, config/freebsd.h, config/linux.h,
+       config/alpha/elf.h, config/arm/linux-elf.h, config/i386/i386elf.h,
+       config/i386/ptx4-i.h, config/mips/gnu.h, config/mips/linux.h,
+       config/sparc/linux.h, config/sparc/linux64.h: Delete definitions
+       of ASM_FILE_START which merely emit a .version directive.  Delete
+       definitions of ASM_FILE_END which merely emit an .ident directive.
 
-       * sparc.c (sparc_type_code):  Added this new routine.
-       (tree.h):  Included to support `sparc_type_code'.
-       (output_block_move):  Cleaned up code to handle assembler-specific
-       aspects of internal labels.
+       * config/avr/avr.h, config/vax/vax.h: Delete definition of
+       ASM_IDENTIFY_GCC and move part of its logic into
+       ASM_FILE_START.
 
-       * sparc.h: (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER, LEAF_REGISTERS):
-       Deleted spurious semicolons.
-       (ASM_DECLARE_RESULT):  New macro to generate the .proc directive.
-       (ASM_DECLARE_FUNCTION_NAME):  Changed to use ASM_DECLARE_RESULT.
-       (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):  Changed to use
-       ASM_GENERATE_INTERNAL_LABEL when generating jump table elements.
+       * config/i386/att.h, config/i386/gas.h, config/i386/linux.h,
+       config/sparc/linux-aout.h: Don't emit .version directive in
+       ASM_FILE_START.
 
-       * svr4.h (SVR4):  Don't define this symbol here.  (It was never
-       needed, and it will be used to indicate an SVR4 *host* from now on.)
-       (SKIP_ASM_OP):  Define this new macro.
-       (ASM_OUTPUT_SKIP):  Use SKIP_ASM_OP.
-       (ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL):  Added
-       new definitions appropriate for most SVR4 assemblers.
-       (COMMON_ASM_OP, LOCAL_ASM_OP):  Define these new macros.
-       (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):  Use them.
-       (ASM_OUTPUT_ALIGNED_LOCAL):  Allocate things in common rather than
-       trying for the .bss section (which may not work).
-       (ASM_DECLARE_RESULT):  Define this to do nothing (if not already
-       defained for target machine).
-       (ASM_DECLARE_FUNCTION_NAME):  Add invocation of ASM_DECLARE_RESULT.
+       * config/i386/dgux.c, config/m88k/m88k.c, config/sh/sh.c
+       (output_file_start): Correct comment.
 
-       * dwarfout.c (ASM_DWARF_POP_SECTION):  Renamed ASM_OUTPUT_POP_SECTION.
-       (PUSHSECTION_ASM_OP, POPSECTION_ASM_OP):  New macro definitions.
-       (SECTION_ASM_OP):  Deleted.  Replaced by PUSHSECTION_ASM_OP.
-       (ASM_OUTPUT_PUSH_SECTION, PUSHSECTION_FORMAT):  New macro definitions.
-       (*_SECTION):  New macro definitions for important section name strings.
-       (ASM_DWARF_*_SECTION):  Deleted all macros to change to specific
-       sections and replaced them globally with calls to the new parameterized
-       ASM_OUTPUT_PUSH_SECTION macro.
+       * config/i386/osfrose.h: Don't emit trailing .ident directive.
+       * config/m68k/mot3300.h: Override STABS_GCC_MARKER to "gcc2_compiled%"
+       to match gdb.
+       * config/pa/lib2funcs.asm: Delete gcc_compiled. label.
+       * config/rs6000/aix.h: Correct comment.
 
-Sat Mar 28 17:28:17 1992  Michael Meissner  (meissner@osf.org)
+       * config/i386/i386afe.h: Delete.
+       * config.gcc: Remove references to i386afe.h.
 
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 15.
-       (output_block_move): Add function defintion.
-       (HALF_PIC_PTR, HALF_PIC_FINISH): Provide dummy definitions.
-       (OPTIMIZATION_OPTIONS): Set flag_gnu_linker to FALSE, and
-       flag_no_cse_function to TRUE.
-       (CC1PLUS_SPEC): Delete -- it just passed -fno-gnu-binutils to
-       cc1plus.
+       * tm.texi: Delete documentation of ASM_IDENTIFY_GCC.  The
+       other macros deleted by this patch were undocumented.
 
-       * mips.c (block_move function): Use movstri_internal, instead of
-       emitting the moves directly.
-       (output_block_move): New function to emit the correct code for block
-       moving a constant amount of data.
-       (siginfo): Change options to ps.
+Mon Apr 16 08:03:48 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * mips.md (movstrsi_internal): New block move pattern.
-       (movsi_ulw): Add an appropriate REG_EQUIV regnote.
-       (movsi_usw): Type attribute is store, not load.
+       * pa.md (reload_outdi): Operand 0 must be a non hard register.
 
-       * mips-gbsd.h (toplevel): Include mips-bsd.h, not mips-gbsd.h.
+       * pa.c (secondary_reload_class): SAR<->FP copies require a
+       secondary register.
 
-       * mips-bsd.h (MD_STARTFILE_PREFIX, MD_EXEC_PREFIX): Use explicit
-       BSD43 prefixes.
+       * install.texi (mips-mips-bsd): Update list of functions
+       required to include memmove.
+       * tm.texi (TARGET_MEM_FUNCTIONS): Update list of implicitly
+       used functions to include memmove.
 
-       * mips-sysv.h (MD_STARTFILE_PREFIX, MD_EXEC_PREFIX): Use explicit
-       System V prefixes.
+2001-04-15  Toon Moene  <toon@moene.indiv.nluug.nl>
 
-       * mips-svr4.h (MD_STARTFILE_PREFIX, MD_EXEC_PREFIX): Use explicit
-       System V.4 prefixes.
+       * i386.md (sqrtdf2): SFmode should be DFmode.
 
-       * decstatn.h (TARGET_MEM_FUNCTIONS): Define.
+2001-04-15  Alexandre Oliva  <aoliva@redhat.com>
 
-Sat Mar 28 15:12:39 1992  Ron Guilmette  (rfg at ncd.com)
+       * gcse.c (compute_ld_motion_mems): ASM outputs aren't moveable.
+       (find_moveable_store): Likewise.
 
-       * libgcc2.c (eprintf): Make argument types comsistant with assert.h.
-       (__builtin_new, __builtin_vec_new): Declare all external functions.
-       (default_new_handler):  Use a macro for the "memory exausted" message.
+2001-04-15  Jim Wilson  <wilson@redhat.com>
 
-       * sparcv4.h:  File completely replaced (with one that works).
+       * function.c (expand_function_end): Handle PARALLEL real_decl_rtl.
 
-Sat Mar 28 15:09:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Sat Apr 14 16:24:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * toplev.c (flag_gnu_linker): Default to 0 if USE_COLLECT2.
+       * i386.md (ashldi3_1_rex64): Add 'J' to the constraints
+       (ashrdi3_1_rex64): Change 'n' constraint to 'J'.
 
-       * i386.h (TARGET_SWITCHES): Add svr3-shlib.
-       (TARGET_SVR3_SHLIB): New macro.
-       * i386v.h (ASM_OUTPUT_LOCAL): Override definition here.
+2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (gcc.xtar): Update version in README.
+       * config/mn10300/mn10300.md (cmpsi): Tell reload to disregard the
+       first alternative.
 
-       * libgcc2.c [sparc] (__builtin_saveregs): Add optional .proc,
-       .type and .size assembler commands.
+2001-04-14  Alan Modra  <amodra@one.net.au>
 
-       * dbxout.c (dbxout_type): New arg SHOW_ARG_TYPES.  All calls changed.
-       (dbxout_type_methods): Mostly rewritten, with Tiemann's help.
+       * pa.c (force_mode): New function.
+       (emit_move_sequence): Use it instead of generating new rtx_REGs.
 
-       * Eliminate limit on alignment value of a variable or field.
-       * tree.h (DECL_ALIGN): Use frame_size slot.
-       (struct tree_decl): `align' slot deleted.
-       * print-tree.c (print_node): Print `align' or `frame_size', not both. 
-       * expr.c (get_pointer_alignment): Don't use DECL_ALIGN of function.
-       * c-decl.c (duplicate_decls, finish_enum): Likewise.
-       * tree.c (make_node): Likewise.
-       * c-common.c (decl_attributes): Eliminate limit of 255 on alignment.
+2001-04-13  Jim Wilson  <wilson@redhat.com>
 
-       * collect2.c: Don't include gstdarg.h or gvarargs.h.
-       Make error messages follow standards.
-       (error, fatal, fatal_perror): Don't use varargs.
-       Accept as many args as anyone tries to use.
+       * config/ia64/ia64.c (ia64_expand_epilogue): Emit alloc if sibcall_p.
+       (first_instruction): New static variable.
+       (rtx_needs_barrier): Return 1 for alloc.
+       (init_insn_group_barriers): Set first_instruction.
+       (rws_sum): Delete duplicate definition.
+       (group_barrier_needed_p): Return 0 when first_instruction true.
+       (safe_group_barrier_needed_p): Save and restore first_instruction
+       around group_barrier_needed_p call.
 
-       * cp-decl2.c: Get rid of -fgnu-binutils.
+Fri Apr 13 21:40:28 2001  Loren J. Rittle  <ljrittle@acm.org>
 
-       * ns32k.h (INDIRECTABLE_ADDRESS_P): Deleted.
-       (GO_IF_NONINDEXED_ADDRESS): Delete dupllicate test for reg+offset.
-       (MEM_REG): Don't accept constant here.
-       (INDIRECTABLE_2_ADDRESS_P): Adapt usage of MEM_REG.
-       (GO_IF_INDEXING, GO_IF_INDEXABLE_ADDRESS): New macros.
-       (GO_IF_LEGITIMATE_ADDRESS): Use them.
+       * expr.h (enum libfunc_index): Add LTI_memmove.
+       (memmove_libfunc): Define macro.
+       * optabs.c (init_optabs): Initialize memmove_libfunc.
+       * expr.c (expand_assignment): Use memmove_libfunc instead of
+       memcpy_libfunc.
 
-Sat Mar 28 20:48:20 1992  Chip Salzenberg  (chip at tct.com)
+2001-04-13  Alan Modra  <alan@linuxcare.com.au>
 
-       * stor-layout.c (layout_record, layout_union):
-       Limit effect of PCC_BITFIELD_TYPE_MATTERS to actual bitfields.
-       (layout_decl): Do not override a packed decl's alignment.
+       * pa.h (GO_IF_LEGITIMATE_ADDRESS): Disallow PIC LO_SUM
+       fp mode addresses.
 
-       * c-common.c (decl_attributes): Don't expect a simple
-       attribute like "packed" to be in a LIST_NODE.
+2001-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * c-decl.c (finish_struct): If a field has the "packed"
-       attribute, don't override it with type's normal alignment.
+       * Makefile.in (reg-stack.o): Depend on reload.h.
+       (insn-attrtab.o): Depend on flags.h.
 
-Sat Mar 28 06:51:12 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * genattrtab (main): Include flags.h in insn-attrtab.c.
 
-       * integrate.c (initialize_for_inline): Replace DECL_INCOMING_RTL
-       if it has an address shared with DECL_RTL, not just when the entire
-       value is shared.
+       * reg-stack.c: Include reload.h.
 
-       * rs6000.c (input_operand): Clean up and make comments agree with
-       code; no changes to what is matched.
+       * sparc.h (flag_pic): Delete redundant declaration.
 
-       * loop.c (add_label_notes): Handle operands of type 'E'.
+       * output.h (flag_pic): Likewise.
 
-       * rs6000.c (print_operand, case 'A'): Fix typo.
+       * tree.h (pedantic): Likewise.
 
-Sat Mar 28 01:29:06 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * output.h (current_function_uses_const_pool): New declaration.
+       * Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.h
 
-       * i386.c (function_{prologue,epilogue}, simple_386_epilogue):
-       If the constant pool is used, the PIC reg will be used. 
+       * jump.c, regmove.c, toplev.c: Include reload.h.
 
-       * expr.c (expand_builtin): Add support for named pattern strlenM.
-       * expr.h (strlen_optab): New declaration.
-       * optabs.c (init_optabs): Initialize strlen_optabs.
-       * i386.md (strlensi): New pattern.
+       * reload.h (reload_cse_regs): Declare.
 
-Fri Mar 27 12:11:03 1992  Fred Fish  (fnf at fishpond)
+       * rtl.h (find_equiv_reg, operands_match_p, safe_from_earlyclobber,
+       reload_cse_regs, init_reload, mark_home_live, reload,
+       init_caller_save): Delete redundant prototypes.
 
-       * fixinc.svr4 (dbm.h):  Fix unconditional redefinition of NULL
+2001-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * config.sub:  Add i486 as a distinct CPU type.  Recognize i486v4
-       as distinct from i386v4.  Change ncr3000 to i486.
-       * configure:  Add i486-ncr-sysv4.
-       * config/x-ncr3000:  New file.
+       * Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H).
 
-Fri Mar 27 18:44:45 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * regclass.c, ssa.c: Include expr.h.
 
-       * fold-const.c (twoval_comparison_p, eval_subst): New functions.
-       (fold): If an operand of a comparison is a COMPOUND_EXPR, move
-       it outside the comparison.
-       (case GT_EXPR, ...): Replace old code to fold comparisons
-       of comparisons with new code using new functions above.
-       When changing code of unsigned comparisons, set variable CODE.
+       * rtl.h (memory_address, force_reg, emit_queue, emit_move_insn,
+       gen_move_insn): Delete redundant declarations.
 
-       * expr.c (get_inner_reference): Return BLKmode and -1 size for a
-       variable-sized object instead of aborting.
-       (do_jump, case COMPONENT_REF): If get_inner_reference returns a
-       size of -1, don't do anything special.
-       * fold-const.c (optimize_bit_field_compare, decode_field_reference):
+2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * Makefile.in (CFLAGS, BOOT_CFLAGS): Partly revert 2000-10-27 patch.
+       (stage1_build): Instead pass down STAGE1_CFLAGS here. Pass down
+       MAKEINFO and MAKEINFOFLAGS too.
+       (stage4_build): Correctly order -B flags.
+
+2001-04-13  Alan Modra  <amodra@one.net.au>
+
+       * pa.c (hppa_init_pic_save): Set rtx_unchanging for
+       PIC_OFFSET_TABLE_SAVE_RTX.
+       (zdepi_cint_p): Describe zdepi insn.
+       Formatting and white space fixes throughout file.
+
+       * pa.c (uint32_operand): Don't use long constant >= 2^32.
+       (emit_move_sequence): Use HOST_WIDE_INT constants.  Don't worry
+       about 32->64 bit sign extension if 32 bit HOST_WIDE_INTs.
+       (compute_movstrsi_length): Make `align' unsigned to avoid warning.
+       (output_64bit_and): Use plain `int's for shift counts.
+       (output_64bit_ior): Likewise.
+       (function_arg_partial_nregs): Use unsigned vars to avoid warnings.
+       * pa.h (CONST_OK_FOR_LETTER_P): Use HOST_WIDE_INT constants for case
+       `N', and simplify.
+
+       * pa-hpux10.h (NEW_HP_ASSEMBLER): Define to 1.
+       * pa-hpux11.h (NEW_HP_ASSEMBLER): Likewise.
+       * pa.h (LEGITIMATE_CONSTANT_P) Collapse two defines depending on
+       NEW_HP_ASSEMBLER into one.  Kill warnings.
+
+       * pa-gas.h: Delete file.
+       * config.gcc: Match `parisc' as well as `hppa' for cpu_type=pa.
+       Add new targets hppa*64*-*-linux* and parisc*64*-*-linux*.  Update
+       hppa*-*-linux*.  For all pa targets, remove pa/gas.h from tm_file,
+       instead setting MASK_GAS | MASK_JUMP_IN_DELAY in target_cpu_default2.
+
+       * config/pa/mill32.S: New file.
+       * config/pa/mill64.S: New file.
+       * config/pa/t-linux (LIBGCC1, CROSS_LIBGCC1, LIB1ASMFUNCS,
+       LIB1ASMSRC, CRTSTUFF_T_CFLAGS_S, TARGET_LIBGCC2_CFLAGS): Define.
+       * config/pa/t-linux64: New file.
+       * config/pa/t-pa64 (CROSS_LIBGCC1): Change to libgcc1-asm.a
+       (LIB1ASMFUNCS, LIB1ASMSRC): Define.
+       (TARGET_LIBGCC2_CFLAGS): Add -Dpa64=1 -DELF=1.
+
+       * elfos.h (SELECT_SECTION): Undef before defining.
+       * pa-linux.h (LINUX_DEFAULT_ELF, PTRDIFF_TYPE, CPP_SPEC): Remove.
+       (LIB_SPEC): Remove -lmilli.
+       (DBX_REGISTER_NUMBER): Remove.
+       (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
+       (DWARF2_UNWIND_INFO, ASM_SPEC, LINK_SPEC, FUNCTION_OK_FOR_SIBCALL,
+       NO_PROFILE_COUNTERS, SELECT_RTX_SECTION, INCOMING_RETURN_ADDR_RTX,
+       DWARF_FRAME_RETURN_COLUMN, STRING_ASM_OP, TEXT_SECTION_ASM_OP,
+       DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP, ASM_FILE_START,
+       ASM_OUTPUT_DEF, ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
+       ASM_OUTPUT_LABEL, ASM_GLOBALIZE_LABEL, ASM_DECLARE_FUNCTION_NAME,
+       TARGET_GAS): Define.
+       * pa.c (output_arg_descriptor): Disable for TARGET_ELF32.
+       (function_arg): If TARGET_ELF32, pass fp args in both general and fp
+       regs if we don't have a prototype.
+       * pa.md (canonicalize_funcptr_for_compare): Not for TARGET_ELF32.
+       * pa.h (TARGET_ELF32): Default to 0 if undefined.
+       (EH_RETURN_DATA_REGNO, EH_RETURN_STACKADJ_RTX,
+       EH_RETURN_HANDLER_RTX): Define.
+       * pa32-regs.h (DBX_REGISTER_NUMBER): Remove unnecessary test.
+       (DWARF_FRAME_REGNUM): Define.
+       * pa64-regs.h (DWARF_FRAME_REGNUM): Define.
+       * pa32-linux.h: New file.
+       * pa64-linux.h: New file.
+
+       * pa-64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
+       (ASM_OUTPUT_DOUBLE_INT): Format, protect macro with do..while.
+       (LINK_SPEC, LIB_SPEC, MD_EXEC_PREFIX, MD_STARTFILE_PREFIX,
+       NEW_HP_ASSEMBLER, ASM_FILE_START, OBJECT_FORMAT_ELF,
+       DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_FORMAT,
+       DWARF2_ASM_LINE_DEBUG_INFO, USE_CONST_SECTION, CONST_SECTION_ASM_OP,
+       CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
+       FINI_SECTION_ASM_OP, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS,
+       READONLY_DATA_SECTION, CONST_SECTION_FUNCTION, CTORS_SECTION_FUNCTION,
+       DTORS_SECTION_FUNCTION, ASM_OUTPUT_SECTION_NAME, MAKE_DECL_ONE_ONLY,
+       UNIQUE_SECTION_P, UNIQUE_SECTION, INT_ASM_OP, ASM_OUTPUT_CONSTRUCTOR,
+       ASM_OUTPUT_DESTRUCTOR, TYPE_ASM_OP, SIZE_ASM_OP, ASM_WEAKEN_LABEL,
+       TYPE_OPERAND_FMT, ASM_DECLARE_RESULT): Move to..
+       * pa64-hpux.h: New file.
+       (ASM_FILE_START): Correct typo.
+       (PREFERRED_DEBUGGING_FORMAT): Rename to PREFERRED_DEBUGGING_TYPE.
+       * config.gcc: Modify for above.
+
+Fri Apr 13 00:09:22 EDT 2001  John Wehle  (john@feith.com)
+
+       * jump.c (jump_optimize_1): Don't delete dead stores here.
+       * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns
+       prior to running jump optimize before cse2.
+
+2001-04-12  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (regmove.o): Depend on except.h.
+       * regmove.c: Include it.
+
+2001-04-12  Stan Shebs  <shebs@apple.com>
+
+       * objc/objc-act.c: Remove all code ifdefed with the never-used
+       macro OBJC_INT_SELECTORS.
+       * config/d30v/d30v.h: Remove commented-out ref to OBJC_INT_SELECTORS.
+       * tm.texi: Remove doc for OBJC_INT_SELECTORS.
+
+Thu Apr 12 18:13:37 2001  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * config/pa/quadlib.c: Add prototypes.
+
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bitmap.h (debug_bitmap): Delete redundant prototype.
+
+       * rtl.h (get_frame_size): Likewise.
+
+2001-04-12  Jim Wilson  <wilson@redhat.com>
+
+       * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Simplify
+       to just emit an fnorm.
+
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * c-common.h (truthvalue_conversion, type_for_mode,
+       type_for_size): Delete redundant declarations.
+
+       * c-lex.h (is_class_name): Likewise.
+
+       * c-tree.h (pedantic, convert, getdecls, gettags,
+       global_bindings_p, init_decl_processing, insert_block,
+       maybe_build_cleanup, poplevel, print_lang_decl,
+       print_lang_identifier, print_lang_type, pushdecl, pushlevel,
+       set_block, incomplete_type_error, build_function_call,
+       lvalue_or_else, mark_addressable): Likewise.
+
+       * expr.h (expand_tree_builtin): Likewise.
+
+2001-04-12  Mark Mitchell  <mark@codesourcery.com>
+
+       * invoke.texi: Document --param max-gcse-memory.
+
+2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.in (errno): Check for declaration.
+       * configure, config.in: Regenerated.
+
+       * system.h (errno): Only declare if not already done.
+
+2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * recog.c (general_operand, immediate_operand,
+       nonmemory_operand): Require CONST_INTs to be sign-extended
+       values for their modes.
+
+2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * expmed.c (store_bit_field): Truncate CONST_INTs.
+       (expand_mult_highpart, expand_divmod): Likewise.
+       * expr.c (convert_modes, store_field): Likewise.
+       * integrate.c (expand_inline_function): Use promote_mode() to
+       determine whether to convert_modes() an argument as signed
+       or unsigned.
+       * optabs.c (expand_binop): Get CONST_INT operands
+       sign-extended for their appropriate modes.
+       * stmt.c (emit_case_nodes): Convert node values to the
+       appropriate mode.
+       (expand_end_case): Convert minval and range to the appropriate
+       mode.
+       * unroll.c (loop_iterations): Truncate abs_diff to the mode of
+       the iteration variable.
+       * varasm.c (immed_double_const): Don't require words to be
+       narrower than host wide ints to properly sign-extend
+       CONST_INTs.
+
+2001-04-12  kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sh.md (builtin_setjmp_receiver): New expander.
+
+2001-04-12  David Edelsohn  <dje@watson.ibm.com>
+
+       * config/rs6000/rs6000.c (rs6000_emit_move): Do not
+       special-case HOST_BITS_PER_WIDE_INT != 32.  Use same criteria
+       for generating CONST_INT and CONST_DOUBLE.
+
+2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
+       already sign-extended.
+       (rs6000_emit_prologue): Make register iterator signed.
+       (rs6000_emit_epilogue): Likewise.
+       * config/rs6000/rs6000.md (addsi3, adddi3): Sign-extend high
+       and low.
+       (movsf split, movdf split): Sign-extend CONST_INTs.
+       (movdi splits): Likewise.
+
+2001-04-12  Kelley Cook <kelley.cook@home.com>
+
+       * config-lang.in (lang_dirs): Add in zlib.
+
+2001-04-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/i386/i386.md: Apply trunc_int_for_mode() to GEN_INT
+       operands that make it to RTL.
+
+2001-04-11  Stan Shebs  <shebs@apple.com>
+
+       Add Darwin (Mac OS X kernel) native support.
+       * config.gcc (powerpc-*-darwin*): Add native bits.
+       * config/darwin.c: New file, generic Darwin support functions.
+       * config/darwin.h: New file, generic Darwin definitions.
+       * config/darwin-protos.h: New file, generic Darwin prototypes.
+       * rs6000/darwin.h: New file, Darwin for PowerPC.
+       * rs6000/t-darwin: New file, Darwin makefile fragment.
+       * rs6000/rs6000.h (OBJECT_MACHO): New macro.
+       (TARGET_MACHO): Ditto.
+       (rs6000_abi): Add ABI_DARWIN.
+       (RS6000_REG_SAVE): Add ABI_DARWIN case.
+       (RS6000_SAVE_AREA): Ditto.
+       (FP_ARG_MAX_REG): Ditto.
+       (RETURN_ADDRESS_OFFSET): Ditto.
+       * rs6000/rs6000.c (rs6000_legitimize_address): Add TARGET_MACHO
+       cases.
+       (rs6000_emit_move): Add ABI_DARWIN cases.
+       (print_operand): Ditto.
+       (first_reg_to_save): Ditto.
+       (rs6000_stack_info): Ditto, also align stack by 16 instead of 8.
+       (debug_stack_info): Ditto.
+       (rs6000_emit_prologue): Ditto.
+       (rs6000_emit_epilogue): Ditto.
+       (output_profiler_hook): Ditto.
+       (output_function_profiler): Ditto.
+       (rs6000_add_gc_roots): Call machopic_add_gc_roots if TARGET_MACHO.
+       (output_mi_thunk): Add TARGET_MACHO case.
+       (add_compiler_stub): Ditto.
+       (output_compiler_stub): Ditto.
+       (no_previous_def): Ditto.
+       (output_call): Ditto.
+       (machopic_output_stub): Ditto.
+       (rs6000_machopic_legitimize_pic_address): Ditto.
+       (toc_section): Ditto.
+       * rs6000/rs6000.md (addsi3_high): New TARGET_MACHO pattern.
+       (macho_high): Ditto.
+       (macho_low): Ditto.
+       (movsi_low): Ditto.
+       (load_macho_picbase): Ditto.
+       (call): Add TARGET_MACHO case to modify function.
+       (call_value): Ditto.
+       (call_nonlocal_sysv): Add ABI_DARWIN case.
+       (call_value_nonlocal_sysv): Ditto.
+       * rs6000/rs6000-protos.h (rs6000_machopic_legitimize_pic_address):
+       Add prototype.
+       (machopic_output_stub): Ditto.
+       * ginclude/stddef.h: Test _BSD_WCHAR_T_DEFINED_.
+
+2001-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * dwarf2out.c (modified_type_die): Don't create new types here.
+       * tree.h (get_qualified_type): New function.
+       (build_qualified_type): Adjust comment.
+       * tree.c (get_qualified_type): New function.
+       (build_qualified_type): Use it.
+
+2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cpp.texi (-Wtraditional): Update description.
+
+       * invoke.texi (-Wtraditional): Likewise.
+
+2001-04-11  Jim Wilson  <wilson@redhat.com>
+
+       * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Return 128 if argument
+       requires more than 64 bits of alignment.
+
+2001-04-11  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplib.c (do_line): Sanity check iff enable checking.
+
+2001-04-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (insn-recog.o): Depend on toplev.h.
+       (insn-emit.o, doloop.o): Likewise.
+       * genrecog.c, genemit.c: Include toplev.h in generated file.
+       * doloop.c: Include toplev.h.
+
+2001-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (gcse.o): Depend on params.h.
+       * gcse.c: Include params.h.
+       (gcse_main): Don't do GCSE if doing so will take inordinate
+       amounts of memory.
+       * params.def (PARAM_MAX_GCSE_MEMORY): New  parameter.
+       * params.h (MAX_GCSE_MEMORY): New macro.
+
+2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (insn-output.o): Depend on $(EXPR_H).
+
+       * genoutput.c (output_prologue): Include expr.h in insn-output.c.
+
+2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.
+
+       * real.h (ereal_atof, real_value_truncate, target_isnan,
+       target_isinf, target_negative, assemble_real, debug_real): Delete
+       redundant prototypes.
+
+       * Makefile.in (ifcvt.o): Depend on toplev.h.
+
+       * c-semantics.c: Include expr.h.
+
+       * ifcvt.c: Include toplev.h.
+
+       * expr.h (rtx_equal_p): Delete prototype.
+
+       * rtl.h (exact_log2_wide, floor_log2_wide, permalloc,
+       protect_from_queue, gen_jump, gen_beq, gen_bge, gen_ble,
+       eliminate_constant_term, expand_complex_abs, find_single_use,
+       make_tree, init_expr_once, init_optabs, supports_one_only):
        Likewise.
 
-       * combine.c (reg_bitfield_target_p): Replace test with one that
-       compares the register number of X with that of a register which
-       is the target of the assignment.
+       * tree.h (exact_log2_wide, floor_log2_wide, expand_null_return,
+       rest_of_type_compilation, emit_queue, do_pending_stack_adjust,
+       expand_assignment, store_expr, emit_line_note_after,
+       emit_line_note_force, split_specs_attrs, label_rtx): Likewise.
 
-       * loop.h (struct_induction): New field maybe_multiple.
-       * loop.c (strength_reduce): Track when code may be executed more
-       than once per iteration; pass to record_biv.
-       Call update_giv_derive on every JUMP_INSN.
-       (record_biv): Copy new maybe_multiple arg to struct induction.
-       (record_giv): Clear maybe_multiple.
-       (update_giv_derive): If passing JUMP_INSN, look at maybe_multiple
-       in biv update.
+       * toplev.h (exact_log2_wide, floor_log2_wide): Add prototype.
 
-       * expr.c (expand_expr, case MODIFY_EXPR): Add missing call to
-       do_pending_stack_adjust.
+       * sparc-protos.h: Delete redundant prototypes.
 
-       * rs6000.h (OBJECT_FORMAT_COFF): Add definition.
+2001-04-11  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
 
-Fri Mar 27 15:58:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * reload.c (push_reload): Add condition missed in SUBREG byte
+       offset patch.
 
-       * c-typeck.c (check_format): If arg wants void *, accept any ptr.
+Wed Apr  4 00:28:23 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * ns32k.md (CALL_MEMREF_IMPLICIT, MOVD_FLOAT_OK):
-       New parameters replace GAS_SYNTAX.
-       * pc532.h (CALL_MEMREF_IMPLICIT, MOVD_FLOAT_OK): Define both.
-       * sequent.h (CALL_MEMREF_IMPLICIT): Defined.
+       * sparc/sol2-sld-64.h (STARTFILE_SPEC): Added missing blank.
 
-       * sequent.h (INDEX_RATHER_THAN_BASE): Defined.
-       * ns32k.c (print_operand_address): Check it here.
+Wed Apr 11 14:06:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * ns32k.c (print_operand_address): Treat all non-ints as symbolic.
-       (print_operand): Likewise.  Also fix typo, use PUT_ABSOLUTE_PREFIX,
-       and test NO_ABSOLUTE_PREFIX_IF_SYMBOLIC.
+       * i386.md (floatsisf_sse): Fix output template
+       * i386.c (ix86_expand_fp_movcc)
 
-       * svr4.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
-       Output newline after section op.
-       * i860v3.h (DTORS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP):
-       Delete newlines.
+       * reg-stack.c (emit_pop_insn): Handle complex modes.
+       (move_for_stack_reg): Emit proper move mode.
+       (subst_stack_regs_pat): Handle complex modes.
 
-       * Makefile.in (clean): Don't delete stage*.
-       (distclean): Do it here.
-       (extraclean): Delete config/patch*.
+2001-04-11  Jakub Jelinek  <jakub@redhat.com>
 
-       * Makefile.in (SYSCALLS.c): Target deleted.
-       (SYSCALLS.c.X): Create SYSCALLS.c and use it in one rule.  Delete also.
+       * cpplex.c (_cpp_lex_token): Only warn if -Wcomment.
 
-       * Makefile.in (ld): New target.
-       * t-* (ld, collect2*): Targets deleted.
-       (EXTRA_PROGRAMS): Moved ld here if it was in EXTRA_PASSES.
-       (EXTRA_PASSES): Delete ld.
+2001-04-10  Richard Henderson  <rth@redhat.com>
 
-       * gcc.c, cccp.c: Don't include sys/file.h.
+       * libgcc2.h (__terminate_func_ptr): Remove typedef.
+       (__pure_virtual, __terminate, __terminate_set_func,
+       __default_terminate, __throw_type_match, __empty,
+       __get_eh_context, __get_eh_info, __get_dynamic_handler_chain,
+       __eh_rtime_match, __unwinding_cleanup, __rethrow,
+       __sjthrow, __sjpopnthrow, __eh_alloc, __eh_free):
+       Remove prototypes of deleted functions.
 
-       * fold-const.c (operand_equal_p): Floats must match bit for bit.
+2001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * gcc.c (link_command_spec): Put back -u*.
+       * c-typeck.c (convert_arguments): -Wtraditional now activates
+       -Wconversion warnings, except for changes in signed-ness.
+       Detect complex<->int & int<->complex conversions as well.
 
-Fri Mar 27 11:33:46 1992  Simon J. Gerraty  (sjg@melb.bull.oz.au)
+       * invoke.texi (-Wtraditional): Document it.
 
-       * configure (m68k-bull-sysv*): Added config for Bull DPX/2
-       * dpx2.h, dpx2g.h: New files.
-       * x-dpx2200, x-dpx2300, t-dpx2: New files.
-       * gstddef.h: Added _SIZET_ to the list of protection for size_t
+Tue Apr 10 17:45:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Fri Mar 27 14:47:47 1992  Paul Eggert  (eggert@twinsun.com)
+       * gcse.c (update_ld_motion_stores): Don't use variable I for an insn.
+       * flow.c (set_block_for_new_insns): Remove needless cast and
+       properly check for unset block number.
 
-       * c-typeck.c (convert_arguments): -Wconversion wrongly warned when
-       passing enums, and didn't warn about int precision mismatches.
+2001-04-10  Andrew MacLeod  <amacleod@redhat.com>
 
-       * fold-const.c (fold): If IEEE, 0-x is not x.
+       * function.c (purge_single_hard_subreg_set): Only check REGNO if
+       the subreg was a hard register. Pseudos are left as subregs.
 
-       * cse.c (simplify_unary_operation): fabs(-0.0) is 0.0, not -0.0.
-       * fold-const.c: Replace target_minus_zero with target_negative.
-       (fold_convert): Warn when converting NaN constants to integer.
-       (fold): fabs(-0.0) is 0.0, not -0.0.  0-x may not equal -x.
-       Do not optimize X++ == C to ++X == C+1 if C is floating point,
-       because it runs afoul of rounding error.
-       * real.h (REAL_VALUE_NEGATIVE): Add.
+2001-04-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-Fri Mar 27 09:19:11 1992  Tom Wood  (wood@dg-rtp.dg.com)
+       * Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro.
+       (LIB2ADD_ST): New macro, pass it to mklibgcc.
+       * mklibgcc.in (libgcc2_st_objs): New variable, set it from LIB2ADD_ST.
+       (libgcc_st_objs): New, set from libgcc2_st_objs. Use it for libgcc.a.
+       * config/rs6000/t-ppccomm (LIB2FUNCS_STATIC_EXTRA): New macro.
 
-       * m88k.c (emit_move_sequence): Check the size required for a zero
-       constant.
+2001-04-09  Bo Thorsen  <bo@suse.co.uk>
 
-       * varasm.c (const_hash, compare_constant_1, record_constant_1):
-       For constructor of an array, include the size of the array in bytes.
+       * config/i386/i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.
 
-Fri Mar 27 09:09:53 1992  Michael Meissner  (meissner@osf.org)
+2001-04-09  Andrew MacLeod  <amacleod@redhat.com>
 
-       * t-decstatn (ALL): Remove variable.
-       * t-decrose (ALL): Ditto.
-       * t-i386rose (ALL): Ditto.
-       * t-encrose (ALL): Ditto.
+       * output.h (set_block_num): Missed it earlier, remove deprecated
+       prototype.
 
-Fri Mar 27 17:51:32 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
+2001-04-09  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p.
+       (load_killed_in_block_p): Change bb parameter from int to basic_block.
+       (oprs_not_set_p): Pass basic_blocks instead of ints as parameters.
+       (handle_rd_kill_set): Change bb parameter from int to basic_block.
+       (compute_kill_rd): Pass basic_blocks instead of ints as parameters.
+       (expr_killed_p): Change bb parameter from int to basic_block, pass
+       basic_blocks instead of ints as parameters.
+       (compute_ae_kill): Pass basic_blocks instead of ints as parameters.
+       (expr_reaches_here_p_work, expr_reaches_here_p): Change bb parameter
+       from int to basic_block, pass basic_blocks instead of ints as parms.
+       (pre_expr_reaches_here_p_work, pre_expr_reaches_here_p): Change bb
+       parameter from int to basic_block, pass basic_blocks instead of ints.
+       (process_insert_insn): Pass basic_blocks instead of ints as parameters.
+       (insert_insn_end_bb): Change bb parameter from int to basic_block,
+       pass basic_blocks instead of ints.
+       (pre_edge_insert, pre_insert_copy_insn, pre_insert_copies): Pass
+       basic_blocks instead of ints as parameters.
+       (pre_delete): Pass basic_blocks instead of ints as parameters.
+       (hoist_expr_reaches_here_p): Change bb parameter from int to
+       basic_block, pass basic_blocks instead of ints.
+       (hoist_code): Pass basic_blocks instead of ints as parameters.
+       (reg_set_info, store_ops_ok, store_killed_after, store_killed_before):
+       Change bb parameter from int to basic_block.
+       (build_store_vectors): Pass basic_blocks instead of ints as parameters.
+       (insert_insn_start_bb): Change bb parameter from int to basic_block,
+       pass basic_blocks instead of ints.
+       (insert_store): Pass basic_blocks instead of ints as parameters.
+       (replace_store_insn, delete_store): Change bb parameter from int to
+       basic_block, pass basic_blocks instead of ints.
+       (store_motion): Pass basic_blocks instead of ints as parameters.
+
+2001-04-09  Andrew MacLeod  <amacleod@redhat.com>
+
+       * basic-block.h (set_new_block_for_insns): New Prototype.
+       (set_block_num): Delete prototype.
+       * flow.c (set_block_num): Remove obsolete function.
+       (set_block_for_new_insns): Set BB for single or multiple insns.
+       * gcse.c (handle_avail_expr): Use set_block_for_new_insns.
+       (process_insn_end_bb): Use set_block_for_new_insns or
+       set_block_for_insn instead of set_block_num.
+       (pre_insert_copy_insn): Use set_block_for_new_insns.
+       (update_ld_motion_stores): Use set_block_for_new_insns.
+       (insert_insn_start_bb): Use set_block_for_new_insns.
+       (replace_store_insn): Use set_block_for_new_insns.
+
+2001-04-09  Andrew MacLeod  <amacleod@redhat.com>
+           Jeff Law  <law@redhat.com>
+
+       * alias.c (get_addr): Externalize.
+       (canon_true_dependence): New function. Behaves like true_dependance
+       except it already assumes a MEM has been canonicalized.
+       * flags.h (flag_gcse_lm, flag_gcse_sm): New optimization flags.
+       * gcse.c (struct ls_expr): Add load/store expressions structure.
+       (modify_mem_list, canon_modify_mem_list): New variable.
+       (gcse_main): Initialize & finalize alias analysis. Use enhanced
+       load motion and store motion if requested.
+       (alloc_gcse_mem): Allocate space for modify_mem_list array.
+       (free_gcse_mem): Free the modify_mem_list array.
+       (oprs_unchanged_p): Use load_killed_in_block_p.
+       (gcse_mems_conflict_p, gcse_mem_operand): New variables.
+       (mems_conflict_for_gcse_p): New function.  Don't kill loads
+       with stores to themselves if its in the load/store expression list.
+       (load_killed_in_block_p): New function.
+       (canon_list_insert): New Function.
+       (record_last_mem_set_info): Keep a list of all instructions which
+       can modify memory for each basic block.
+       (compute_hash_table, reset_opr_set_tables): Clear modify_mem_list.
+       (oprs_not_set_p): Use load_killed_in_block_p.
+       (mark_call, mark_set, mark_clobber): Use record_last_mem_set_info.
+       (expr_killed_p): Use load_killed_in_block_p.
+       (compute_transp): Do not pessimize memory references.
+       (pre_edge_insert): Update stores for a load motion expression.
+       (one_pre_gcse_pass): Check loads/stores for extra load motion.
+       (ldst_entry): Find or create a ldst_expr structure.
+       (free_ldst_entry): Free memory for an individual item.
+       (free_ldst_mems): Free entire load/store expression list.
+       (print_ldst_list): Print debug info.
+       (find_rtx_in_ldst): Try to find an rtx expression in the ldst list.
+       (enumerate_ldsts): Assign integer values to each entry in list.
+       (first_ls_expr): First expression in the list.
+       (next_ls_expr): Next expression in the list.
+       (simple_mem): Check if expression qualifies for ld/st expression list.
+       (invalidate_any_buried_refs): Remove from expression list if its
+       used in some other way we don't understand.
+       (compute_ld_motion_mems): Find all potential enhanced load motion
+       expression.
+       (trim_ld_motion_mems): Remove any expressions which are invalid.
+       (update_ld_motion_stores): Copy store values to registers for loads
+       which have been moved.
+       (regvec, st_antloc, num_store): New global statics.
+       (reg_set_info): Marks registers as set.
+       (store_ops_ok): Verfies registers expressions are valid in a block.
+       (find_moveable_store): Look for moveable stores in a pattern.
+       (compute_store_table): Find stores in a function worth moving, maybe.
+       (load_kills_store): Check dependence of a load and store.
+       (find_loads): Find any loads in a pattern.
+       (store_killed_in_insn): Check if a store is killed in an insn.
+       (store_killed_after): Check is store killed after an insn in a block.
+       (store_killed_before): Check is store killed before an insn in a block.
+       (build_store_vectors): Generate the antic and avail vectors.
+       (insert_insn_start_bb): Insert at the start of a BB, update BLOCK_HEAD.
+       (insert_store): Add a store to an edge.
+       (replace_store_insn): Replace a store with a SET insn.
+       (delete_store): Delete a store insn.
+       (free_store_memory): Free memory.
+       (store_motion): Perform store motion.
+       * invoke.texi: Add documentation for -fcse-lm and -fgcse-sm.
+       * rtl.h (get_addr, canon_true_dependence): Add prototypes.
+       * toplev.c (flag_gcse_lm, flag_gcse_sm): New Variables.
+       (f_options): Add gcse-lm and gcse-sm.
+
+Mon Apr  9 16:18:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (expand_fp_movcc): Fix condition reversal code.
+
+       * i386.c (ix86_register_move_cost): Fix handling of reformating penalty
+       * i386.h (INTEGER_CLASS_P, MAYBE_INTEGER_CLASS_P): New.
+       (CLASS_MAX_NREGS): Use it.
+
+       * i386.h (HARD_REGNO_NREGS): Handle properly TF and TCmodes on 64bit;
+       handle properly complex values.
+       (CLASS_MAX_NREGS): Likewise; update comment.
+
+2001-04-05  Bernd Schmidt  <bernds@redhat.com>
+
+       * ia64.c (ia64_flag_schedule_insns2): New variable.
+       (ia64_override_options): Initialize it.  Clear
+       flag_schedule_insns_after_reload.
+       (ia64_reorg): Only do scheduling if ia64_flag_schedule_insns2.
+
+Mon Apr  9 15:09:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (truncdfsf2_*): Add i387->int/sse reg alternatives;
+       Do not require source to match destination anymore;
+       Add abort to the nontrivial cases that should be handled by split.
+       (fix_trunc?fdi): Add SSE case for x86_64.
+       (floatdi?f): Likewise.
+       (floatdi?f_sse): New.
+       (fix_trunc?fdi_sse): New.
+
+2001-04-09  Richard Sandiford   <rsandifo@redhat.com>
+
+       * dwarfout.c (DEBUG_ARANGES_BEGIN_LABEL): New label.
+       (DEBUG_ARANGES_END_LABEL): Ditto.
+       (dwarfout_init): Generate length and version fields at the start
+       of the .debug_aranges info.  Insert DEBUG_ARANGES_BEGIN_LABEL
+       after the length field.
+       (dwarfout_finish): Insert DEBUG_ARANGED_END_LABEL at the end of
+       the .debug_aranges info.
+
+Sun Apr  8 00:43:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (call, call_value): Make sure that resulting call_insn
+       does have proper second operand.
+
+Sun Apr  8 22:50:49 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/xm-cygwin.h (GET_ENV_PATH_LIST): Eliminate obsolete
+       function.  Remove include of sys/cygwin.h.
+
+Sun Apr  8 22:20:27 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/cygwin.h (STARTFILE_SPEC): search */lib/w32api by default.
+       (CPP_SPEC): Always search */include/w32api for header files.
+       (ASM_OUTPUT_SECTION_NAME): Avoid testing NULL DECL.
+       (LINK_SPEC): Add "cyg" to the library search prefixes.
+
+2001-04-08  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.
+
+2001-04-08  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpperror.c (print_location): Don't special case <stdin>.
+       (_cpp_begin_message): Handle WARNING_SYSHDR the same as
+       WARNING, but we don't check if we're in system headers.
+       * cpplib.h (enum error_type): WARNING_SYSHDR: New.
+       * cpplib.c (do_warning): Warn in system headers.
+
+2001-04-07  Mumit Khan <khan@NanoTech.Wisc.EDU>
+
+       * mbchar.c: Include config.h first.
+
+2001-04-07  Zack Weinberg  <zackw@stanford.edu>
+
+       * config.gcc: Set default for xmake_file at top, not bottom.
+       Change places that set xmake_file to "none" to set to the
+       empty string instead, or remove them entirely if there is no
+       default xmake_file for this cpu_type.  Remove references to
+       deleted files.
+
+       * config/x-lynx, config/convex/x-convex, config/elxsi/x-elxsi,
+       config/i386/x-isc, config/i386/x-isc3, config/i386/x-ncr3000,
+       config/i386/x-next, config/i386/x-sco, config/i386/x-sysv3,
+       config/i386/x-vsta, config/i860/x-sysv4, config/m68k/x-amix,
+       config/m68k/x-apollo68, config/m68k/x-ccur, config/m68k/x-crds,
+       config/m68k/x-hp2bsd, config/m68k/x-mot3300, config/m68k/x-mot3300-gas,
+       config/m68k/x-tower, config/m88k/x-sysv4, config/mips/x-dec-osf1,
+       config/mips/x-sni-svr4, config/mips/x-ultrix, config/romp/x-mach,
+       config/romp/x-romp, config/rs6000/x-beos, config/rs6000/x-lynx,
+       config/rs6000/x-mach, config/rs6000/x-sysv4, config/sparc/x-sysv4:
+       Delete.
+
+       * config/a29k/x-unix, config/i386/x-aix, config/i386/x-osf1elf,
+       config/i386/x-osfrose, config/m68k/x-dpx2, config/mips/x-iris3,
+       config/mips/x-mips, config/mips/x-osfrose, config/mips/x-sony,
+       config/mips/x-sysv, config/rs6000/x-aix31:
+       Just set CLIB to -lld or -lmld, as appropriate.
 
-       * rs6000.c (first_reg_to_save): When profiling, save space for the
-       argument registers, which need to be saved around the mcount call.
-       (output_prolog): Mark the link register as live when profiling.
-       (output_function_profiler): New function.  Output code to call
-       mcount.
-       * rs6000.h (LIB_SPEC): Replace incorrect definition.  Add
-       -L/lib/profiled and -L/usr/lib/profiled when profiling, -lg when
-       debugging, and -lc always.
-       (OVERRIDE_OPTIONS): No longer zero profile_flag.
-       (FUNCTION_PROFILER): Call output_function_profiler.
+       * config/arm/x-riscix, config/i370/x-oe, config/i386/x-dgux,
+       config/i386/x-sco4, config/i386/x-sco5, config/m68k/x-hp320,
+       config/m68k/x-hp320g, config/m68k/x-next, config/m88k/x-dgux,
+       config/mips/x-iris, config/pa/x-pa:
+       Just set (some of) FIXPROTO_DEFINES, STMP_FIXPROTO,
+       OTHER_FIXINCLUDES_DIRS.
 
-       * .gdbinit (complaints): Set to 20.
-       (pbs): New command to call the cc1plus print_binding_stack function.
+       * config/i386/x-djgpp: Don't set LN or LN_S.
+       * config/m88k/x-dolph: Don't define __m88k__.
+       * config/m88k/x-tekXD88: Don't set AR_FLAGS.
+       * config/pa/x-pa-mpeix: Just set up quadlib.asm.
+       * config/i860/fx2800.h: No need to #undef SVR4.
 
-       * calls.c (expand_call): Delete obsolete references to is_builtin_new.
+       38 x-host fragments remain, 2 x-cpu.
 
-       * Makefile.in (Makefile): Add dependence on version.c.
+2001-04-07  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-Thu Mar 26 19:21:00 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * c4x.h (HARD_REGNO_NREGS): HCmode mode uses 2 regs not 4.
 
-       * i386.md (fixuns_truncMN2,fix_truncMdf2): Make a copy of the input
-       operand and clobber that, rather than clobbering the operand itself.
+2001-04-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Thu Mar 26 18:06:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.
 
-       * protoize.c (shortpath): Add early check of size of shortname.
+2001-04-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * expr.c (do_jump): Adjust stack after any code that might be skipped.
+       * configure.in: Add check for lstat.
+       * configure, config.in: Regenerate.
+       * cppinit.c (append_include_chain): Make empty path ".".
+       * cpplib.c (do_line): Don't simplify #line paths.
+       * cppfiles.c (remove_component_p): New function.
+       (find_or_create_entry): Acknowledge stat () errors during
+       path simplification.
+       (handle_missing_header): Don't simplify paths.
+       (_cpp_simplify_pathname): Don't simplify VMS paths.  Return
+       the empty path untouched.  Don't leave a trailing '/'.
 
-Thu Mar 26 06:37:35 1992  Michael Meissner  (meissner@osf.org)
+2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
 
-       * mips.c (toplevel): If NO_STAB_H is defined, include gstab.h
-       instead of stab.h.
+       * cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add.
+       * Makefile.in (-DGPLUSPLUS_BACKWARD_INCLUDE_DIR): Add.
 
-Thu Mar 26 02:21:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-04-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * Makefile.in (STAGESTUFF): Add EXTRA_PROGRAMS.
+       * cppfiles.c (open_file): Fail directories silently, but
+       with an errno of NOENT set.
+       (read_include_file): Move the common exit code to the sole
+       caller.  Return an int indicating success or failure.  Let
+       open_file handle directories.
+       (stack_include_file): If read_include_file fails,
+       push a "null" buffer.
 
-       * configure: Reorder mips alternatives; put mips-mips-* at end.
+2001-04-05  DJ Delorie  <dj@redhat.com>
 
-       * sparc.h (FRAME_POINTER_REQUIRED): 0 if frame is too big.
-       * sparc.c (compute_last_frame_offset): New function.
+       * function.h (virtuals_instantiated): Declare.
+       * function.c: (virtuals_instantiated): Make global.
+       * calls.c (emit_library_call_value_1): Use
+       virtual_outgoing_args_rtx only if it hasn't been instantiated.
+       Otherwise, use the stack pointer directly.
 
-Wed Mar 25 21:17:36 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Thu Apr  5 19:13:33 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * genattrtab.c (check_attr_test): Use XSTR instead of XEXP in one
-       place.
+       * i386.c (x86_initialize_trampoline): New global function.
+       * i386.h (TRAMPOLINE_SIZE): Size is 23 for x86_64.
+       (INITIALIZE_TRAMPOLINE): Move offline.
+       * i386-protos.h (x86_initialize_trampoline): Declare.
 
-       * genextract.c (mark_operand_seen): Call xrealloc properly.
+Thu Apr  5 19:02:15 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Mar 25 17:05:56 1992  Torbjorn Granlund  (tege at zevs.sics.se)
+       * i386.md (movdi_1_rex64): Allow SSE->SSE reg move.
+       (lea_0): Rename to lea_1.
+       (lea_1_zext, lea_1_rex64, lea_2_rex64): New patterns.
+       (lea_general_?): Allow SImodes on TARGET_64BIT
+       (lea_general_?_zext): New patterns.
+       (call_1, call_1_rex64): Fix.
 
-       * hp800.c (srcsi_operand): New function.
-       * hp800.md (mulsi, divsi, udivsi, modsi, umodsi): Use srcsi_operand
-       for inputs.
-       (mulsi): Use general_operand for output.
-       (one_cmplsi2): Use register_operand for output.
+Thu Apr  5 19:00:15 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Mar 25 15:50:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.c (ix86_split_long_move): Use PUT_MODE instead of change_address.
 
-       * m68k.md (fsgldiv pattern): If FSGLDIV_USE_S, opcode has .s, not .x.
-       * amix.h (FSGLDIV_USE_S): Defined.
+Thu Apr  5 18:25:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * xm-rs6000.h (REAL_NM_FILE_NAME): Defined.
+       * i386.c (function_arg): Return constm1_rtx for last argument.
+       (ix86_expand_prologue): Update gen_call calls.
+       * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
+       * i386.md (call_pop): Likewise.
+       (call): Second operand is VOIDmode.
+       (call_0): Likewise; Support 64bits.
+       (call_exp): New expander.
+       (call_1): Get to the sync.
+       (call_1_exp): New pattern.
+       (call_value): Support 64bit.
+       (call_value_exp): New pattern.
+       (untyped_call): Update gen_call call.
+       (call_value_pop): Disable for 64bit.
+       (call_value_0_rex64): New pattern.
+       (call_value_1_rex64): Likewise.
 
-       * x-i386sco (CCLIBFLAGS): Define as empty.
+2001-04-05  Bo Thorsen  <bo@suse.de>
 
-Wed Mar 25 16:52:53 1992  Michael Meissner  (meissner at osf.org)
+       * i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.
 
-       * collect2.c (OSF/rose scan_prog_file): If we are building a
-       program instead of a shared library, don't create an initializer
-       function entry.
+Thu Apr  5 13:44:17 2001  J"orn Rennecke <amylaar@redhat.com>
 
-Tue Mar 24 04:00:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.md (*andsi_1+3): If used after reload, make sure the operand
+       satisfies ANY_QI_REG_P.
 
-       * Version 2.1 released.
+2001-04-05  Bernd Schmidt  <bernds@redhat.com>
 
-       * xcoffout.h: Renamed from xcoff.h.
-       * dbxout.c, final.c, toplev.c, varasm.c, xcoffout.c: Use new name.
-       * Makefile.in: Corresponding changes.
+       * config/ia64/ia64.c (rtx_needs_barrier): A PARALLEL can contain
+       ASM_OPERAND.
 
-       * dbxout.c (dbxout_type): Don't check DECL_IGNORED_P.
+       * sched-deps.c (sched_analyze_insn): Revert more of the March 27
+       change.
 
-       * t-rs6000: Complete replacement, to build collect2 properly.
+2001-04-04  Zack Weinberg  <zackw@stanford.edu>
 
-       * Makefile.in (mostlyclean): Delete sorted indices that aren't used.
-       (extraclean): Delete patch outputs, *.d, *.Z, *.tar.
+       * config.gcc: Remove default for xm_file.  Clean up local
+       machine type handling.  Remove settings of xm_file to
+       something that doesn't exist.  In the big switch, set xm_file,
+       don't append to it (the value before the big switch is always
+       null).  Don't force build_xm_file or host_xm_file to have a value.
+       * configure.in: Remove default for xm_file.  Do not special
+       case $cpu/xm-$cpu.h not existing.
+       * configure: Regenerate.
 
-       * Makefile.dos (getpwd.o): New target.
-       (OBJS, protoize, unprotoize): Add getpwd.o.
-       (SYSCALLS.c, SYSCALLS.c.X): Copy from Makefile.in.
+2001-04-04  Diego Novillo  <dnovillo@redhat.com>
 
-Tue Mar 24 06:26:26 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * simplify-rtx.c (simplify_binary_operation): Check for overflow
+       when folding integer division and modulo operations.
 
-        * cse.c (cse_insn): When deleting dead code after
-        making unconditional branch, check for end of chain.
+2001-04-04  Andrew MacLeod  <amacleod@redhat.com>
 
-       * sched.c (update_flow_info): Add code for REG_LABEL case.
+       * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE
+       instead of DWARF2_ADDR_SIZE for EH addresses.
+       (output_call_frame_info): Use PTR_SIZE instead of DWARF2_ADDR_SIZE for
+       EH addresses.
 
-       * function.c (instantiate_virtual_regs_1): Don't modify a MEM
-       without copying it unless the modified MEM is valid.
+2001-04-04  Richard Henderson  <rth@redhat.com>
 
-       * cse.c (rtx_cost): Assign ASM_OPERANDS a high cost.
+       * config/ia64/ia64.h (IA64_UNWIND_INFO): Disable.
+       * config/ia64/t-glibc (LIB2ADDEH): Disable.
+       * config/ia64/t-ia64 (LIB2ADDEH): Disable.
 
-Tue Mar 24 05:48:25 1992  Ken Raeburn  (raeburn@wombat.gnu.ai.mit.edu)
+2001-04-04  Richard Henderson  <rth@redhat.com>
 
-       * cp-*: Disabled 22 March changes relating to dbxout.c; the problem
-       will be fixed properly, with more extensive reworking of the C++
-       front end, later.  This fix was buggy.
-       * dbxout.c (dbxout_type_methods): Reverted 22 March changes; if a
-       template class is passed, print a warning message and emit no info
-       about methods.
+       * configure.in (gcc_cv_as_leb128): Escape "." in regexp.
+       * configure: Rebuilt.
 
-Mon Mar 23 14:18:30 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+2001-04-04  Jakub Jelinek  <jakub@redhat.com>
 
-       * make-cc1.com: Add getpwd.c.
+       * gcse.c (delete_null_pointer_checks_1): Add delete_list argument,
+       push insns to delete to it instead of deleting them.
+       (delete_null_pointer_checks): Delete insns from delete_list after
+       all delete_null_pointer_checks_1 passes are done.
 
-Mon Mar 23 12:53:02 1992  Jyrki Kuoppala  (jkp@batman.cs.hut.fi)
+2001-04-04  Richard Henderson  <rth@redhat.com>
 
-       * pc532-min.h (HAVE_ATEXIT): Defined.
+       * configure.in (gcc_cv_as_leb128): Tweek minor number extraction.
+       * configure: Rebuilt.
 
-       * ns32k.c (print_operand) [PC_RELATIVE]:
-       Always use output_address for MEM.
+2001-04-04  Zack Weinberg  <zackw@stanford.edu>
 
-       * pc532.h (BASE_REG_NEEDED): Defined.
+       * expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.
+       * config/romp/xm-romp.h: Delete.
 
-Mon Mar 23 07:28:14 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-04-04  Bernd Schmidt  <bernds@redhat.com>
 
-       * combine.c (try_combine): Correct error in last change; don't
-       pass STRICT_LOW_PART or ZERO_EXTRACT to reg_overlap_mentioned_p.
+       * sched-deps.c (sched_analyze_insn): Partially revert March 27
+       change.
 
-       * sun3.h (CPP_SPEC): Delete extra brace.
+2001-04-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-Mon Mar 23 02:43:56 1992  Michael Tiemann  (tiemann@mole.gnu.ai.mit.edu)
+       * emit-rtl.c (mark_label_nuses) Increment the label uses for
+       all labels present in rtx.
+       (try_split) Call new function for all split insns.
 
-       * cp-decl.c (pop_from_top_level): Take care of C_C_D.
+2001-04-04  Jakub Jelinek  <jakub@redhat.com>
 
-Sun Mar 22 17:24:09 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * recog.c (validate_replace_rtx_1): Instead of aborting just make
+       sure the change won't be validated.
 
-       * pyr.h: Remove TARGET_INDEX.  Update other TARGET switches.
-       Fix several comments.
-       (REGNO_OK_FOR_BASE_P): Allow reg 0.
-       (REGNO_OK_FOR_INDEX_P): Reformulate.
-       (REG_OK_FOR_INDEX_P): Disallow reg 0.
+Wed Apr  4 00:45:38 EDT 2001  John Wehle  (john@feith.com)
 
-Sun Mar 22 15:10:49 1992  Michael Meissner  (meissner@osf.org)
+       * rtl.h (set_noop_p): Declare.
+       * flow.c (set_noop_p): Move from here ...
+       * rtlanal.c (set_noop_p): ... to here and enhance.
+       * cse.c (delete_trivially_dead_insns): Use it.
+       * gcse.c (hash_scan_set): Likewise.
+       * jump.c (delete_noop_moves): Likewise.
+       * recog.c (split_all_insns): Likewise.
 
-       * mips-tfile.c (mark_stabs): Make function defintion agree with
-       prototype.
+2001-04-04  Alan Modra  <alan@linuxcare.com.au>
 
-       * mips.md (cpu, branch_likely attributes): Make these attributes
-       const.
-       (all functional units): Restore functional units that look at the
-       -mcpu= switch for scheduling now that genattrtab uses less memory.
+       * dwarf2out.c (dwarf2out_frame_debug_expr): Support adjusting
+       stack pointer via a LO_SUM.  Ditto for setting a temp register
+       used to save to the stack.  Set cfa_temp when setting fp, and
+       allow matches to cfa_temp in addition to cfa_store when saving
+       regs.  Handle POST_INC and LO_SUM register stores.  Document the
+       changes and errors in rule 12 doco.
+
+       * pa.c (set_reg_plus_d, store_reg, load_reg): Return last insn.
+       (actual_fsize, local_fsize, save_fregs): Move for store_reg to see.
+       (load_reg): Move closer to epilogue code.
+       (DO_FRAME_NOTES): Define to control the following..
+       (FRP): Define to set RTX_FRAME_RELATED_P on insns.
+       (hppa_expand_prologue): Use FRP and REG_FRAME_RELATED_EXPR
+       notes as necessary.
+       (hppa_expand_epilogue): Likewise.
+
+2001-04-03  Richard Henderson  <rth@redhat.com>
+
+       * configure.in (gcc_cv_as_leb128): Reject gas before 2.11.
+       * configure: Rebuild.
+
+2001-04-03  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (LCT_THROW): New.
+       * calls.c (emit_library_call_value_1): Handle it.
+       * except.c (connect_post_landing_pads): Use it.
+
+2001-04-03  Zack Weinberg  <zackw@stanford.edu>
+
+       * gansidecl.h: Delete file.
+       * configure.in: Change all refs to gansidecl.h to use
+       ansidecl.h.  Adjust *_file_list so they know where ansidecl.h
+       lives.
+       * configure: Regenerate.
+
+       * Makefile.in (intl.o): Don't depend on gansidecl.h.
+       * defaults.h: s/gansidecl.h/ansidecl.h/ in comment.
+       * ggc.h, config/fr30/fr30.h, config/mcore/mcore.c:
+       Don't include gansidecl.h.
+       * intl.c, main.c, version.c, fixinc/fixlib.h,
+       fixinc/procopen.c, fixinc/server.c: Include ansidecl.h not
+       gansidecl.h.
+
+Tue Apr  3 19:41:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_force_to_memory, ix86_free_from_memory):
+       Update for 64bit.
+
+2001-04-03  Zack Weinberg  <zackw@stanford.edu>
+
+       * config/i386/xm-beos.h, config/i386/xm-isc.h,
+       config/i386/xm-next.h, config/i386/xm-sco.h,
+       config/i386/xm-sco5.h, config/m68k/xm-plexus.h,
+       config/m88k/xm-m88k.h: Delete.
+
+       * config/i386/xm-djgpp.h: Don't define __MSDOS__.
+       * config/romp/xm-romp.h: Don't define bcopy.
+       * config/rs6000/xm-beos.h: Don't define bcopy, HAVE_VPRINTF,
+       HAVE_PUTENV, HAVE_RENAME, or USE_C_ALLOCA.
+
+       * config.gcc: Remove references to deleted files.
+
+       14 xm-host.h remain, 1 xm-cpu.h.
+
+2001-04-03  Jakub Jelinek  <jakub@redhat.com>
+           David S. Miller  <davem@pierdol.cobaltmicro.com>
+           Andrew MacLeod  <amacleod@redhat.com>
+
+       Use byte offsets in SUBREGs instead of words.
+
+       * alias.c (nonlocal_mentioned_p): Use subreg_regno function.
+       * caller-save.c (mark_set_regs): Change callers of subreg_hard_regno
+       to pass new argument.
+       (add_stored_regs): Use subreg_regno_offset function.
+       * calls.c (expand_call): For non-paradoxical SUBREG take endianess
+       into account.
+       (precompute_arguments): Use gen_lowpart_SUBREG.
+       * combine.c (try_combine): Replace explicit XEXP with SUBREG_REG.
+       (combine_simplify_rtx): Rework to use SUBREG_BYTE.
+       (simplify_set): Rework to use SUBREG_BYTE.
+       (expand_field_assignment): Use SUBREG_BYTE.
+       (make_extraction): Use SUBREG_BYTE.
+       (if_then_else_cond): Use SUBREG_BYTE.
+       (apply_distributive_law): Use SUBREG_BYTE and fixup subreg comments.
+       (gen_lowpart_for_combine): Compute full byte offset.
+       * cse.c (mention_regs): Use SUBREG_BYTE.
+       (remove_invalid_subreg_refs): Rework to use SUBREG_BYTE.
+       (canon_hash): Use SUBREG_BYTE.
+       (fold_rtx): Pass SUBREG_BYTE div UNITS_PER_WORD to operand_subword.
+       (gen_lowpart_if_possible): Formatting.
+       * dbxout.c (dbxout_symbol_location): Compute SUBREG hard regnos
+       correctly.
+       * dwarf2out.c (is_pseudo_reg): Fixup explicit XEXP into SUBREG_REG
+       (mem_loc_descriptor): Fixup explicit XEXP into SUBREG_REG
+       (loc_descriptor): Fixup explicit XEXP into SUBREG_REG
+       * dwarfout.c (is_pseudo_reg): Fixup explicit XEXP into SUBREG_REG
+       (output_mem_loc_descriptor): Fixup explicit XEXP into SUBREG_REG
+       (output_loc_descriptor): Fixup explicit XEXP into SUBREG_REG
+       * emit-rtl.c (gen_rtx_SUBREG): New function, used to verify
+       certain invariants about SUBREGs the compiler creates.
+       (gen_lowpart_SUBREG): New function.
+       (subreg_hard_regno): New function to get the final register number.
+       (gen_lowpart_common): Use SUBREG_BYTE.
+       (gen_imagpart): Spacing nits.
+       (subreg_realpart_p): Use SUBREG_BYTE.
+       (gen_highpart): Use SUBREG_BYTE.
+       (subreg_lowpart_p): Always compute endian corrected goal offset,
+       even at the byte level, then compare against that.
+       (constant_subword): New function, pulled out all constant cases
+       from operand_subword and changed second argument name to offset.
+       (operand_subword): Detect non REG/SUBREG/CONCAT/MEM cases early
+       and call constant_subword to do the work.  Return const0_rtx if
+       looking for a word outside of OP.
+       (operand_subword_force): Change second arg name to offset.
+       * expmed.c (store_bit_field): Use SUBREG_BYTE.
+       (store_split_bit_field): Use SUBREG_BYTE.
+       (extract_bit_field): Use SUBREG_BYTE.
+       (extract_split_bit_field): Use SUBREG_BYTE.
+       (expand_shift): Use SUBREG_BYTE.
+       * expr.c (store_expr, expand_expr): Use gen_lowpart_SUBREG.
+       * final.c (alter_subreg) Use subreg_hard_regno and SUBREG_BYTE.
+       * flow.c (set_noop_p): Use SUBREG_BYTE.
+       (mark_set_1): Remove ALTER_HARD_SUBREG. Use subreg_regno_offset instead.
+       * function.c (fixup_var_refs_1): Fixup explicit XEXP into a SUBREG_REG.
+       (fixup_memory_subreg): Use SUBREG_BYTE and remove byte endian
+       correction code.
+       (optimize_bit_field): Use SUBREG_BYTE.
+       (purge_addressof_1): Use SUBREG_BYTE.
+       (purge_single_hard_subreg_set): Use subreg_regno_offset function.
+       (assign_params): Mark arguments SUBREG_PROMOTED_VAR_P if they are
+       actually promoted by the caller and PROMOTE_FOR_CALLS_ONLY is true.
+       * gengenrtl.c (special_rtx): Add SUBREG.
+       * global.c (mark_reg_store): Use SUBREG_BYTE.
+       (set_preference): Rework to use subreg_regno_offset and SUBREG_BYTE.
+       * ifcvt (noce_emit_move_insn): Use SUBREG_BYTE.
+       * integrate.c (copy_rtx_and_substitute): Use SUBREG_BYTE and make sure
+       final byte offset is congruent to subreg's mode size.
+       (subst_constants): Use SUBREG_BYTE.
+       (mark_stores): Use subreg_regno_offset function.
+       * jump.c (rtx_renumbered_equal_p, true_regnum): Use subreg_regno_offset
+       function and SUBREG_BYTE.
+       * local-alloc.c (combine_regs): Use subreg_regno_offset function.
+       (reg_is_born): Use subreg_hard_regno.
+       * recog.c (valid_replace_rtx_1): Use SUBREG_BYTE and remove byte
+       endian correction code.  Don't combine subregs unless resulting
+       offset aligns with type.  Fix subreg constant extraction for DImode.
+       Simplify SUBREG of VOIDmode CONST_DOUBLE.
+       (general_operand): Remove dead mode_altering_drug code.
+       (indirect_operand): Use SUBREG_BYTE.
+       (constrain_operands): Use subreg_regno_offset function.
+       * reg-stack.c (get_true_reg): Use subreg_regno_offset function.
+       * regmove.c (regmove_optimize): Use SUBREG_BYTE.
+       (optimize_reg_copy_3): Use gen_lowpart_SUBREG.
+       * regs.h (REG_SIZE): Allow target to override.
+       (REGMODE_NATURAL_SIZE): New macro which target can override.
+       * reload.c (reload_inner_reg_of_subreg): subreg_regno should be used
+       on the entire subreg rtx.
+       (push_reload): Use SUBREG_BYTE in comments and code.
+       (find_dummy_reload): Use subreg_regno_offset.  Only adjust offsets
+       for hard registers inside subregs.
+       (operands_match_p): Use subreg_regno_offset.
+       (find_reloads): Use SUBREG_BYTE and only advance offset for subregs
+       containing hard regs.
+       (find_reload_toplev): Use SUBREG_BYTE.  Remove byte endian
+       corrections when fixing up MEM subregs.
+       (find_reloads_address_1): Use SUBREG_BYTE, subreg_regno, and
+       subreg_regno_offset where appropriate.
+       (find_reloads_subreg_address): Use SUBREG_BYTE.  Remove
+       byte endian corrections when fixing up MEM subregs.
+       (subst_reloads): When combining two subregs, make sure final
+       offset is congruent to subreg's mode size.
+       (find_replacement): Use SUBREG_BYTE and subreg_regno_offset.
+       (refers_to_regno_for_reload_p): Use subreg_regno.
+       (reg_overlap_mentioned_for_reload_p): Use subreg_regno_offset.
+       * reload1.c (eliminate_regs) Use SUBREG_BYTE. Remove byte endian
+       correction code for memory subreg fixups.
+       (forget_old_reload_1): Use subreg_regno_offset.
+       (choose_reload_regs): Use subreg_regno.
+       (emit_input_reload_insns): Use SUBREG_BYTE.
+       (reload_combine_note_store): Use subreg_regno_offset.
+       (move2add_note_store): Use subreg_regno_offset.
+       * resource.c (update_live_status, mark_referenced_resources): Use
+       subreg_regno function.
+       (mark_set_resources): Use subreg_regno function.
+       * rtl.h (SUBREG_WORD): Rename to SUBREG_BYTE.
+       (subreg_regno_offset, subreg_regno): Define prototypes.
+       (subreg_hard_regno, constant_subword, gen_rtx_SUBREG): Newi functions.
+       (gen_lowpart_SUBREG): Add prototype.
+       * rtl.texi (subreg): Update to reflect new byte offset representation.
+       Add mentioning of the effect that BYTES_BIG_ENDIAN has on subregs now.
+       * rtlanal.c (refers_to_regno_p): Use subreg_regno.
+       (reg_overlap_mentioned_p): Use subreg_regno.
+       (replace_regs); Make sure final offset of combined subreg is
+       congruent to size of subreg's mode.
+       (subreg_regno_offset): New function.
+       (subreg_regno): New function.
+       * sched-vis.c (print_value): Change SUBREG_WORD to SUBREG_BYTE.
+       * sdbout.c (sdbout_symbol): Compute offset using alter_subreg.
+       * stmt.c (expand_anon_union_decl): Use gen_lowpart_SUBREG.
+       * tm.texi (ALTER_HARD_SUBREG): Remove, it is now dead.
+       (SUBREG_REGNO_OFFSET): Describe SUBREG_REGNO_OFFSET overrides.
+       * config/a29k/a29k.c (gpc_reg_operand): Use subreg_regno.
+       (a29k_get_reloaded_address): Use SUBREG_BYTE.
+       (print_operand): Use SUBREG_BYTE.
+       * config/alpha/alpha.c (print_operand_address): Use SUBREG_BYTE.
+       * config/arm/arm.c (arm_reload_in_hi): Use SUBREG_BYTE.
+       (arm_reload_out_hi): Use SUBREG_BYTE.
+       * config/d30v/d30v.c (d30v_split_double): Use subreg_regno_offset
+       instead of SUBREG_WORD.
+       (d30v_print_operand_memory_reference): Use subreg_regno_offset.
+       * config/dsp16xx/dsp16xx.md (extendqihi2, zero_extendqihi2): Fix
+       SUBREG creation to use byte offset.
+       * config/h8300/h8300.md (Unnamed HImode zero extraction and 16bit
+       inverted load insns): Fix explicit rtl subregs to use byte
+       offsets.
+       * config/i370/i370.md (cmpstrsi, movstrsi, mulsi3, divsi3,
+       udivsi3, umodsi3): Generate SUBREGs with byte offsets.
+       * config/i860/i860.c (single_insn_src_p): Use SUBREG_BYTE.
+       * config/i860/i860.md (mulsi3_big): Fixup explicit SUBREGs in rtl
+       to use byte offsets.
+       (unnamed fmlow.dd insn): Fixup SUBREGS to use byte offsets.
+       * config/i960/i960.md (extendhisi2): Generate SUBREGs with byte
+       offsets, also make sure it is congruent to SUBREG's mode size.
+       (extendqisi2, extendqihi2, zero_extendhisi2, zero_extendqisi2,
+       unnamed ldob insn): Generate SUBREGs with byte offset.
+       (zero_extendqihi2): SUBREG's are byte offsets.
+       * config/m68hc11/m68hc11.c (m68hc11_gen_lowpart): Use SUBREG_BYTE.
+       (m68hc11_gen_highpart): Use SUBREG_BYTE.
+       * config/m68k/m68k.md (zero_extendhisi2, zero_extendqihi2,
+       zero-extendqisi2): Generate SUBREGs with byte offset.
+       (umulsidi3, mulsidi3, subreghi1ashrdi_const32,
+       subregsi1ashrdi_const32, subreg1lshrdi_const32): Fixup explicit
+       subregs in rtl to use byte offsets.
+       * config/m88k/m88k.md (extendsidi2): fixup subregs to use byte offset.
+       * config/mips/mips.c (mips_move_1word): Use subreg_regno_offset.
+       (mips_move_2words): Use subreg_regno_offset.
+       (mips_secondary_reload_class): Use subreg_regno_offset.
+       * config/mips/mips.md (DImode plus, minus, move, and logical op
+       splits): Fixup explicit subregs in rtl to use byte offsets.
+       * config/mn10200/mn10200.c (print_operand): Use subreg_regno function.
+       * config/mn10300/mn10300.c (print_operand): Use subreg_regno function.
+       * config/ns32k/ns32k.md (udivmoddisi4): Fix explicit subregs in
+       rtl to use byte offsets.
+       * config/pa/pa.c (emit_move_sequence): Use SUBREG_BYTE.
+       * config/pa/pa.md (floatunssisf2, floatunssidf2, mulsi3): fix explicit
+       subregs to use byte offsets.
+       * config/pdp11/pdp11.md (zero_extendhisi2, modhi3, modhi3+1):
+       Fixup explicit subregs in rtl to use byte offsets.
+       * config/romp/romp.c (memory_offset_in_range_p): Use SUBREG_BYTE
+       and remove byte endian correction code.
+       * config/sh/sh.c (output_movedouble): Use subreg_regno.
+       (gen_ashift_hi): Use SUBREG_BYTE.
+       (regs_used): Use subreg_regno_offset.
+       (machine_dependent_reorg): Use subreg_regno_offset.
+       * config/sh/sh.h (INDEX_REGISTER_RTX_P): Use SUBREG_BYTE.
+       * config/sh/sh.md (DImode and DFmode move splits): Use subreg_regno.
+       (movdf_i4): Subregs are byte offsets now.
+       * config/sparc/sparc.c (ultra_find_type): Use SUBREG_BYTE.
+       * config/sparc/sparc.h (ALTER_HARD_SUBREG): Removed.
+       (REGMODE_NATURAL_SIZE): Override.
+       (REG_SIZE): For SUBREG check float mode on SUBREG_REG's mode.
+       * config/sparc/sparc.md (TFmode move splits): Generate SUBREGs
+       with byte offsets.
+       (zero_extendhisi2, zero_extendqidi2_insn, extendhisi2,
+       extendqihi2, sign_extendqihi2_insn, sign_extendqisi2_insn,
+       extendqidi2): Generate SUBREGs with byte offsets, also make sure
+       it is congruent to SUBREG's mode size.
+       (smulsi3_highpart_v8plus): Fix explicit subregs in rtl to use byte
+       offsets.
+       (cmp_siqi_trunc, cmp_siqi_trunc_set, cmp_diqi_trunc,
+       cmp_diqi_trunc_set, lshrdi3_v8plus+1, lshrdi3_v8plus+2,
+       lshrdi3_v8plus+3, lshrdi3_v8plus+4): Use proper
+       SUBREG_BYTE offset for non-paradoxical subregs in patterns.
+       * config/v850/v850.c (print_operand, output_move_double): Use
+       subreg_regno function.
+
+2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (target_subdir): Use target_alias, not target.
+       * configure: Rebuilt.
+
+       * config/sh/crtn.asm (init, fini): Restore r15 from r14, not the
+       other way round.
+       * config/sh/crti.asm: Fix typos in comments.
+
+2001-04-03  Alan Modra  <alan@linuxcare.com.au>
+
+       * pa.h: Revise comments for TARGET_NO_SPACE_REGS and
+       TARGET_FAST_INDIRECT_CALLS.
+       * pa.c (override_options): TARGET_NO_SPACE_REGS is now OK with
+       -fPIC.  Don't warn.
+       (return_addr_rtx): Short circuit export stub matching when
+       TARGET_NO_SPACE_REGS.
+       (output_millicode_call): For out of range calls, make -fPIC
+       take precedence, then TARGET_PORTABLE_RUNTIME, then ble.  Don't
+       return before delay slot checks when TARGET_PORTABLE_RUNTIME.
+       * pa.md: Modify length attr calculation of all millicode insns to
+       match above.
+
+2001-04-02  Geoffrey Keating  <geoffk@redhat.com>
+
+       * configure.in (gcc_cv_as_leb128): Correct name of cache variable.
+       Require at least 2.11 in the version test.  Specifically check
+       for and reject GAS version 2.10.90.
+       * configure: regenerate.
+
+2001-04-03  Alan Modra  <alan@linuxcare.com.au>
+
+       * pa.c (override_options): Remove PIC profiling warning.
+       (hp_profile_labelno): Delete.
+       (hp_profile_label_rtx): Delete.
+       (hp_profile_label_name): Delete.
+       (pa_add_gc_roots): Remove reference to hp_profile_label_rtx.
+       (output_function_prologue): Remove profiling code and all tests on
+       profile_flag.  Move store of PIC_OFFSET_TABLE_REGNUM now that
+       merge_sp_adjust_with_store can work for PIC and profiling.
+       (hppa_expand_epilogue): Remove profile_flag test.
+       (hppa_can_use_return_insn_p): Likewise.
+       (hppa_init_pic_save): Emit before tail_recursion_reentry, and
+       cater for PROFILE_HOOK.
+       (hppa_profile_hook): New function.
+       * pa.h (FUNCTION_PROFILER): Now does nothing.
+       (PROFILE_HOOK): Define.
+       (hppa_profile_hook): Declare.
+       (PROFILE_BEFORE_PROLOGUE): Delete.
+       (ASM_OUTPUT_REG_PUSH): Delete.
+       (ASM_OUTPUT_REG_POP): Delete.
+       * pa.md (call_profiler): Turn it into a call insn, and don't `use'
+       r24.  Accept function name operand, and use this and a locally
+       generated label to calculate pc-rel offset to func start.
+
+2001-04-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * $(HOST_PREFIX_1)errors.o, $(HOST_PREFIX_1)ggc-none.o,
+       ggc-common.o, ggc-simple.o, ggc-page.o, ggc-none.o: Depend on
+       $(SYSTEM_H).
+
+2001-04-03  Alan Modra  <alan@linuxcare.com.au>
 
-Sun Mar 22 13:57:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * dwarf2out.c (dwarf2out_frame_debug_expr): Move errant HIGH and
+       LO_SUM cases to where they belong.
 
-       * c-typeck.c (convert_for_assignment):
-       Only explicit 0 converts to pointer.
+2001-04-02  Richard Henderson  <rth@redhat.com>
 
-       * Makefile.in (doc): Don't depend on gplus.info.
-       (gplus.info): Target deleted.
+       * except.h (lang_eh_type_covers): Mark extern.
+       (lang_eh_runtime_type): Likewise.
 
-       * c-decl.c (store_parm_decls): Call build_type_copy with just one arg.
+2001-04-02  Zack Weinberg  <zackw@stanford.edu>
 
-       * cccp.c (do_include): Use entire filename when checking for repeat.
-       Use lookup_include.
-       (lookup_include): New function.
+       * genattr.c, gencheck.c, gencodes.c, genconfig.c, genflags.c,
+       gengenrtl.c:  Wrap generated header in multiple-include guard.
+       Improve error checking.
 
-       * protoize.c (find_extern_def): Store ??? one char at a time.
+2001-04-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * sparc.h (ASM_OUTPUT_FLOAT): Fix typo.
+       * configure.in: Don't check for putenv.
+       * configure: Regenerate.
+       * gcc.c (putenv): Don't define.
+       * vax/xm-vms.h: Handle putenv.
 
-       * fold-const.c (operand_equal_p): Reject NaNs and infinities.
+2001-04-02  Jakub Jelinek  <jakub@redhat.com>
 
-       * varasm.c (immed_real_const): Distinguish minus zero from zero.
+       * ifcvt.c (noce_emit_move_insn): New.
+       (noce_try_store_flag, noce_try_store_flag_constants,
+       noce_try_store_flag_inc, noce_try_store_flag_mask,
+       noce_try_cmove, noce_try_cmove_arith, noce_try_minmax,
+       noce_try_abs): Use it.
+       (noce_process_if_block): Likewise.
+       For STRICT_LOW_PART, take mode from its SUBREG.
 
-       * sparc.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT):
-       Use `inf' for infinities.  Use hex for minus-zero.
+2001-04-02  Jakub Jelinek  <jakub@redhat.com>
 
-       * objc-actions.c (build_selector_translation_table):
-       Don't make a duplicate decl here for _OBJC_SELECTOR_REFERENCES.
-       Just call finish_decl to store the initial value.
-       Call push_obstack_nochange to balance with finish_decl.
-       Use selector_type for declaring individual selector names.
+       * fold-const.c (fold): Before optimizing unsigned comparison with
+       0x7fffffffU, make sure arg0 is integral type.
 
-Sun Mar 22 13:11:32 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-04-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * loop.c (update_giv_derive): Correctly handle the case where
-       more than one biv update occurs after a giv is defined.
+       * c-tree.texi: Document representation of wide strings.
 
-       * cse.c (rehash_using_reg): Add missing arg to call to exp_equiv_p.
+2001-04-01  Richard Henderson  <rth@redhat.com>
 
-       * expmed.c (expand_mult_add): Add missing arg to call to type_for_mode.
+       * except.h (expand_builtin_dwarf_fp_regnum): Declare.
 
-       * reorg.c (fill_slots_from_thread): In the case where have a reg-reg
-       copy and will substitute our destination for our source in the
-       following insn, correctly check for it modifying our destination.
-       
-Sun Mar 22 09:20:16 1992  Michael Tiemann  (tiemann@cygnus.com)
+Sun Apr  1 11:49:05 CEST 2001  Jan Hubicka  <jH@suse.cz>
 
-       * cp-typeck.c (unary_complex_lvalue): Don't complain about taking
-       the ``address'' of a bound static method or member.
+       * i386.md: remove obsoleted comments.
+       (adddi_?): Rename to adddi_?_rex64; disable for 32bit.
+       (x86_movsicc_0_m1_rex64): Rename to x86_movdicc_0_m1_rex64;
+       fix output template.
 
-       * cp-init.c (resolve_offset_ref): Fix bug in handling of static
-       members and member functions.
+2001-03-31  Marek Michalkiewicz  <marekm@linux.org.pl>
 
-       * cp-decl2.c (finish_file): If CURRENT_CLASS_TYPE is non-NULL on
-       entry to this function, punt.
+       * config/avr/libgcc.S (__mulhi3): Optimize previous change.
 
-       * cp-parse.y (template_parm): Use CLASS_TYPE_NODE instead of
-       CLASS_TYPE value.
+2001-03-30  Bernd Schmidt  <bernds@redhat.com>
 
-       * cp-cvt.c (build_type_conversion): Add another add-hoc rule to find
-       unsigned->int conversion (if conversion to long does not exist).
+       * loop.c (load_mems): When generating a load from a pseudo, update
+       REGNO_LAST_UID.
 
-       * cp-method.c (build_overload_name): Don't call `array_type_nelts'
-       if the TYPE_DOMAIN of an array type is NULL_TREE.
+Fri Mar 30 17:36:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-init.c (build_offset_ref): Set up and use DECL even in case
-       where NAME resolves to a method.
+       * i386.c (ix86_split_long_move): Use change address to compensate
+       stack pointer change in push instruction.
 
-       * cp-call.c (ideal_candidate): Half of Jan 28 change was missing.
-       Now PARMS are not converted in place if BASETYPE is NULL.
+Fri Mar 30 00:31:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-typeck.c (build_component_ref): Don't return a TYPE_DECL.
+       * i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands_match_p
+       instead of rtx_equal_p; fix the output template.
 
-       * cp-type2.c (build_functional_cast): If CURRENT_FUNCTION_DECL is
-       NULL, don't wrap EXPR_AS_CTOR in a NEW_EXPR.  This make it possible
-       to parse default initializers that involve constructor calls.
-       * cp-typeck.c (convert_for_initialization): Handle this change.
-       * cp-method.c (dump_init): Grok INDIRECT_REFs that have
-       TREE_HAS_CONSTRUCTOR set.
+Fri Mar 30 00:21:41 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-decl.c (push_overloaded_decl): Don't use the
-       DECL_ASSEMBLER_NAME for GLOB as the TREE_PURPOSE of the new GLOB.
-       Use ORIG_NAME instead.
+       * i386.c (ix86_expand_setcc): Support 64bit.
+       (ix86_expand_int_movcc): Likewise.
+       * i386.md (movdicc_rex64, x86_movsicc_0_m1_rex64, movdicc_c_rex64):
+       New patterns.
 
-       * cp-decl.c (grokvardecl): If FIELD has incomplete type, complete it
-       with TYPE.
+       * i386.md (allocate_stack_worker): Turn to expander.
+       (allocate_stack_worker_1, allocate_stack_worker_rex64): New insns.
 
-       * cp-decl2.c (flag_this_is_variable): Define the value -2 to mean an
-       object of known type is being constructed.
-       * cp-decl.c (resolves_to_fixed_type_p): Test FLAG_THIS_IS_VARIABLE
-       for the value -2 instead of testing DECL_CONSTRUCTOR_P in case we
-       are looking at `current_class_decl'.
-       * cp-search.c (init_vbase_pointers): Set FLAG_THIS_IS_VARIABLE to -2
-       instead of 0.
-       (build_vbase_vtables_init): Ditto.
-       * cp-*.c: All tests of FLAG_THIS_IS_VARIABLE changed to reflect the
-       new semantics.
+       * i386.c (print_reg): Do not print x86_64 style regs on IA-32
 
-       * cp-typeck.c (comptypes): Don't use IS_AGGR_TYPE_2; test explicitly
-       that both are RECORD_TYPE.
-       (build_binary_op_nodefault): Ditto.
-       (convert_for_assignment): Ditto.
-       * cp-cvt.c (convert_to_pointer): Ditto.
-       (convert_to_pointer_force): Ditto.
-       * cp-call.c (convert_harshness): Ditto.
+2001-03-29  Richard Henderson  <rth@redhat.com>
 
-       * cp-search.c (get_first_matching_virtual): Fix typo.
+       * libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.
 
-       * cp-tree.c (layout_basetypes): When warning about certain
-       inheritance relationships, only print "virtual" when the
-       inheritance is virtual.
+2001-03-28  Matthew Hiller  <hiller@redhat.com>
 
-Sun Mar 22 01:28:41 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
+       * config/mn10300/mn10300.md (cmpsi): Fix first alternative's
+       output template.
 
-       Fix dbx info for methods of template classes:
-       * cp-decl.c (make_type_decl): New function.  Creates a TYPE_DECL
-       node and assigns as its DECL_ASSEMBLER_NAME the encoded form of the
-       type name as it will be used in assembler output.  All calls to
-       build_decl(TYPE_DECL,...) changed to call this.
-       * dbxout.c (dbxout_type_methods): Instead of skipping digits and
-       assuming the human-readable type name follows in the assembler names
-       for methods, use DECL_ASSEMBLER_NAME of the type.
-       Handle the special DECL_NAME that is made for templates.
-       * cp-lex.c (build_lang_field_decl): Set DECL_ASSEMBLER_NAME
-       correctly if new decl is a TYPE_DECL.
-       (build_lang_decl): Ditto.
-       * cp-decl.c (pushdecl): Use DECL_ASSEMBLER_NAME only for
-       FUNCTION_DECL and VAR_DECL nodes; all others use DECL_NAME.
-       * cp-tree.h (make_type_decl): Declare it.
+       * MAINTAINERS: Added self.
 
-       * cp-pt.c (overload_template_name, undo_template_name_overload):
-       Revert 4 March change.
+2001-03-28  Richard Henderson  <rth@redhat.com>
 
-       * cp-decl2.c: No longer define NEW_OVERLOAD_SCHEME.
-       (grokfield): Use new encoding scheme always.
+       * Makefile.in (cs-tconfig.h): Depend on CONFIG_H, not GCONFIG_H.
+       Use ALL_CFLAGS not HOST_CFLAGS for sjlj detection.
 
-       * cp-pt.c (overload_template_name): Deleted extra assignment to
-       IDENTIFIER_LOCAL_VALUE slot.
+2001-03-28  Jim Wilson  <wilson@redhat.com>
 
-       * cp-method.c (dump_aggr_type): Use DECL_CONTEXT rather than
-       DECL_CLASS_CONTEXT.
+       * config/ia64/ia64.md (movtf): Change DImode to TFmode in calls to
+       operand_subword.
 
-       * cp-pt.c (instantiate_class_template): Move some common code from
-       two branches to before branch point.
+2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * cp-method.c (dump_aggr_type): Don't discard last character of
-       context string; it's not whitespace.
-
-Sun Mar 22 15:58:48 1992  Per Bothner  (bothner@rtl.cygnus.com)
+       * toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.
 
-       * cp-tree.h: Add more enum->int casts needed by some compilers.
-
-Sun Mar 22 20:40:25 1992  Mike Stump  (mrs@cygnus.com)
-
-       * cp-typeck.c (build_modify_expr): Handle preincrement and
-       predecrement as valid lvals.
-
-       * gplus.gperf: Finish off changing ASM to ASM_KEYWORD.
-       * cp-hash.h: Rebuilt.
-
-Sat Mar 21 15:43:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * c-typeck.c (build_c_cast): Don't warn if convert explicit 0 to ptr.
-
-       * local-alloc.c (wipe_dead_reg): If insn has multiple sets and
-       the reg appears in a destination, extend life to end of insn.
-       * global-alloc.c (global_conflicts): Analogous change.
-       (mark_reg_conflicts): New function.
-       * combine.c (try_combine): If I2 has multiple dests, make sure
-       we don't change one of them to overlap anything used within another.
-
-       * configure (pyramid): Commented out.
-
-       * toplev.c (main): Handle -gen-aux-info, with argument.
-       (compile_file): Assume aux_info_file_name already computed.
-       Don't make it local here.
-       * protoize.c (munge_compile_params): Produce -aux-info.
-       Set aux_info_file_name_index.
-       (gen_aux_info_file): Produce and store the aux-info file name.
-       (input_file_name_index): Renamed from filename_index.
-       (aux_info_file_name_index): New var.
-       * Makefile.in (SYSCALLS.c.X): Use -aux-info.
-       * gcc.c, hp800.h, next.h, sparc.h, sun2.h, sun3.h, svr4.h:
-       (WORD_SWITCH_TAKES_ARG): Handle -aux-info.
-       * gcc.c (default_compilers): Pass -aux-info to cc1*.
-
-       * configure (mips-*-sysv*): Renamed from mips-*-sysv and moved down.
-
-       * gcc.c (execute): Undo Mar 12 change.
-
-       * configure (i386-*-bsd*): New alternative.
-       * i386bsd.h: New file.
-
-Sat Mar 21 15:14:08 1992  Ron Guilmette  (rfg at ncd.com)
-
-       * sparc.c (output_move_double):  Check for XEXP (op2, 0) being a
-       LOW_SUM, rather than checking op2.  Handle both ldd and std there.
-
-Sat  Mar 21 14:14:10 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
-
-       * vms.h (CPP_PREDEFINES): Do not define __GNU__.
-
-Sat Mar 21 21:35:37 1992  Jyrki Kuoppala  (jkp@batman.cs.hut.fi)
-
-       * ns32k.md (call_value): Added a missing "{".
-
-       * ns32k.c (print_operand): Fixed typo X -> x, FILE -> file.
-
-Sat Mar 21 11:11:04 1992  Michael Meissner  (meissner@osf.org)
-
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 14.
-       (CPP_PREDEFINES): Always define SYSTYPE_BSD43.
-       (CPP_SPEC): Don't define it here.
-       (ASM_SPEC): Pass -cpp/-nocpp/-mips1/-mips2/-mips3 to MIPS assembler,
-       and only pass -nocpp by default unless .s files are assembled for
-       MIPS compatibility.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to MIPS linker.
-       (MD_STARTFILE_PREFIX): Define to be /usr/lib/cmplrs/cc/ if not
-       already defined.
-       (NM_FLAGS): Define as appropriate for most MIPS systems.
-       (PREFERRED_DEBUGGING_TYPE): If -ggdb prefer stabs over the normal
-       ECOFF debug format, but -g selects ECOFF.
-       (DEFAULT_GDB_EXTENSIONS): Define as 1.
-       (DOLLARS_IN_IDENTIFIERS): Don't define if already defined.
-
-       * mips.c (mips_output_filename): If emitting encapsulated stabs,
-       emit #@stabs immediately after the first .file, so that the @stabs
-       is the second symbol.  GDB 4.4 only checks symbol #2 to see whether
-       it is encapsulated stabs, or ECOFF.
+       * tradcif.y (yyerror): Likewise.  Add format specifier in call to
+       `error'.
 
-       * mips.md (subdi define_splits): Use ltu instead of lt.
-       (branch_zero_true): Generate correct code when not optimizing, and
-       an always true/false branch is generated.
-       (branch_zero_false): Ditto.
-
-       * mips-bsd.h (CPP_PREDEFINES): Always define SYSTYPE_BSD43.
-       (CPP_SPEC): Don't define it here.  Remove -Z{BSD43,SYSV} support.
-       Don't pass -I in here.
-       (SYSTEM_INCLUDE_DIR): Define to be /bsd43/usr/include.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the linker.  Remove
-       -Z{BSD43,SYSV} support.  Always pass -systype /bsd43/ to the linker.
-
-       * mips-sysv.h (CPP_PREDEFINES): Always define SYSTYPE_SYSV.
-       (CPP_SPEC): Don't define it here.  Remove -Z{BSD43,SYSV} support.
-       Don't pass -I in here.
-       (SYSTEM_INCLUDE_DIR): Define to be /sysv/usr/include.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the linker.  Remove
-       -Z{BSD43,SYSV} support.  Always pass -systype /sysv/ to the linker.
-       (MD_STARTFILE_PREFIX): Remove, this is now defined in mips.h.
-
-       * mips-news.h (CPP_SPEC): Don't pass -I in here.
-       (SYSTEM_INCLUDE_DIR): Define to be /usr/include2.0.
-       (ASM_SPEC): Pass -cpp/-nocpp/-mips1/-mips2/-mips3 to MIPS assembler,
-       and only pass -nocpp by default unless .s files are assembled for
-       MIPS compatibility.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the linker.
-
-       * mips-news5.h (CPP_PREDEFINES): Define SYSTYPE_SYSV.
-       (CPP_SPEC): Don't define it here.  Remove -Z{BSD43,SYSV} support.
-       Don't pass -I here.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the linker.
-
-       * iris.h (ASM_SPEC): Pass -cpp/-nocpp/-mips1/-mips2/-mips3 to MIPS
-       assembler, and only pass -nocpp by default unless .s files are
-       assembled for MIPS compatibility.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the linker.
-
-       * iris.h (DOLLARS_IN_IDENTIFIERS): Define as 0, for iris assembler.
-       (NO_DOLLAR_IN_LABEL): Define, to force static constructors to use a
-       period instead of a dollar sign.
-
-       * decstatn.h (ASM_SPEC): Pass -cpp/-nocpp/-mips1/-mips2/-mips3 to
-       MIPS assembler, and only pass -nocpp by default unless .s files are
-       assembled for MIPS compatibility.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the MIPS linker.
-
-       * decsrose.h (ASM_SPEC): Pass -cpp/-nocpp/-mips1/-mips2/-mips3 to
-       MIPS assembler, and only pass -nocpp by default unless .s files are
-       assembled for MIPS compatibility.
-       (LINK_SPEC): Pass -mips1/-mips2/-mips3 to the MIPS linker.
-
-       * Makefile.in (collect2.o): Define macros where the standard places
-       binaries are installed, so that if it is invoked outside of gcc, it
-       has a better chance of finding the correct version of the tools to
-       invoke.
-
-       * mips-tdump.c (toplevel): Declare things void * on Silicon Graphics.
-
-       * mips-tfile.c (toplevel): Declare things void * on Silicon
-       Graphics.
-       (stabs_seen): Move static variable to file scope.
-       (mark_stabs): New function to put out the @stabs symbol for GDB to
-       switch to encapsulated stabs.
-       (pseudo_ops): Call mark_stabs if #@stabs found.
-       (parse_stabs_common): Call mark_stabs if needed to add @stabs.
-
-       * sdbout.c (sdbout_dequeue_anonymous_types): Don't core dump if
-       TREE_VALUE is null.
-
-       * decstabs.h (new file): DECstation w/encapsulated stabs.
-       * irisgdb.h (new file): SGI iris w/encapsulated stabs.
-       * mips-gbsd.h (new file): Mips BSD43 w/encapsulated stabs.
-       * mips-gdb.h (new file): Mips w/encapsulated stabs.
-       * mips-gnews.h (new file): Sony NEWS w/encapsulated stabs.
-       * mips-gnews5.h (new file): Sony NEWS 5.0 w/encapsulated stabs.
-       * mips-gsvr4.h (new file): Mips SV.4 w/encapsulated stabs.
-       * mips-gsysv.h (new file): Mips SV.3 w/encapsulated stabs.
-       * mips-svr4.h (new file): Mips System V.4.
-       * x-iris (new file): Specify that iris needs alloca.o since it's
-       alloca is buggy.
-
-       * dbxout.c (toplevel): If NO_STAB_H is defined, include gstab.h just
-       like if USG is defined.
-       * final.c (toplevel): Ditto.
-       * mips-tfile.c (toplevel): Ditto.
-       * xcoffout.c (toplevel): Ditto.
-
-       * xm-mips.h (NO_STAB_H): Define, except on OSF/1.
-
-Fri Mar 20 23:51:54 1992  James Van Artsdalen  (james at bigtex.cactus.org)
-
-       * reg-stack.c (subst_asm_stack_regs): A REG_UNUSED note never
-       applies to an input reg, even if that reg is tied to an output.
-
-       * reg-stack.c (record_asm_reg_life): Use XVECLEN only on a PARALLEL.
-       (subst_asm_stack_regs): Likewise.
-
-Fri Mar 20 18:57:43 1992  Michael Meissner  (meissner@osf.org)
-
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 13.
-       (mips_declare_object): Declare new function.
-       (ASM_OUTPUT_LABEL): Remove cruft from when collect spit out assembly
-       language instead of C code.
-       (ASM_GLOBALIZE_LABEL): Ditto.
-       (ASM_OUTPUT_INT): Ditto.
-       (ASM_OUTPUT_INT_CONST): Remove, no longer used.
-       (ASM_OUTPUT_PTR_INT_SUM): Ditto.
-       (ASM_OUTPUT_LABEL): Don't set that we've seen an identifier here.
-       (ASM_DECLARE_OBJECT_NAME): New macro, call mips_declare_object to
-       emit the label, and mark that no .extern is needed for the name.
-       (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Call mips_declare_object.
-
-       * mips.c (mips_declare_object): New function to output the stuff
-       needed for global variables, bss variables, and static bss
-       variables.
+       * tradcpp.c (macroexpand): Likewise for call to `error_with_line'.
+
+2001-03-28  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.in (stage1_build): Revert CFLAGS patch.
+
+2001-03-28  Marek Michalkiewicz  <marekm@linux.org.pl>
+
+       * config/avr/libgcc.S (__mulhi3): Correct tests to exit the loop
+       when multiplier or multiplicand is zero.
+
+2001-03-28  Bernd Schmidt  <bernds@redhat.com>
+
+       * cselib.c (hash_rtx): Don't do tail recursion elimination by hand.
+
+       * config/ia64/ia64.c (update_set_flags): New function, broken out of
+       rtx_needs_barrier.
+       (set_src_needs_barrier): Likewise.
+       (rtx_needs_barrier): For SET case, use these two functions.  Rework
+       PARALLEL case to handle all inputs before all outputs.
+       (emit_insn_group_barriers): Call init_insn_group_barriers only if we
+       saw a label and no stop bit since then.
+       (maybe_rotate, process_epilogue): Add prototypes.
+
+2001-03-28  Richard Henderson  <rth@redhat.com>
+
+       * config/rs6000/rs6000.h (EPILOGUE_USES): Use TARGET_AIX,
+       not TARGET_TOC for special toc restore handling.
+       * config/rs6000/rs6000.md (eh_return): Likewise.
+
+2001-03-28  Richard Henderson  <rth@redhat.com>
+
+       * config/sparc/sparc.c (eligible_for_epilogue_delay): False if
+       current_function_calls_eh_return.
+       (output_function_epilogue): Handle eh_return.
+       * config/sparc/sparc.h (DOESNT_NEED_UNWINDER): Remove.
+       (EH_RETURN_DATA_REGNO): New.
+       (EH_RETURN_STACKADJ_RTX): New.
+       (EH_RETURN_HANDLER_RTX): New.
+       * config/sparc/sparc.md (call/short branch peepholes): Check
+       can_throw_internal instead of in_same_eh_region.
+
+       * config/rs6000/rs6000.c (rs6000_stack_info): Allocate space
+       for eh_return data registers.
+       (rs6000_emit_prologue): Save eh_return data registers.
+       (rs6000_emit_epilogue): Force inline restores if eh_return.
+       Restore eh_return data registers.  Mind EH_RETURN_STACKADJ_RTX.
+       * config/rs6000/rs6000.h (rs6000_stack_t): Add ehrd_offset.
+       (EH_RETURN_DATA_REGNO, EH_RETURN_STACKADJ_RTX): New.
+       (EPILOGUE_USES): True for TOC_REGISTER if calls_eh_return and
+       the target uses one.
+       * config/rs6000/rs6000.md (eh_epilogue, eh_reg_restore): Remove.
+       (return_eh_si, return_eh_di): Remove.
+       (eh_return): New, from corpse of eh_epilogue.
+       (eh_set_lr_si, eh_set_lr_di): New.
+
+       * config/i386/i386.c (general_no_elim_operand): Disallow virtual regs.
+       (ix86_save_reg): If maybe_eh_return, true for EH_RETURN_DATA_REGNOs.
+       True for pic register if current_function_calls_eh_return.
+       (ix86_expand_epilogue): Change "emit_return" argument into "style".
+       Handle eh_return requirements.
+       * config/i386/i386.h (EH_RETURN_DATA_REGNO): New.
+       (EH_RETURN_STACKADJ_RTX): New.
+       * config/i386/i386.md (exception_receiver): Remove.
+       (eh_return, eh_return_1): New.
+       * config/i386/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
+
+       * config/alpha/alpha.c (alpha_sa_mask): Add EH_RETURN_DATA_REGNOs.
+       (alpha_mark_machine_status): No eh_epilogue_sp_ofs ...
+       (alpha_expand_epilogue): ... use EH_RETURN_STACKADJ_RTX instead.
+       * config/alpha/alpha.h (machine_function): Remove eh_epilogue_sp_ofs.
+       (EH_RETURN_DATA_REGNO): New.
+       (EH_RETURN_STACKADJ_RTX, EH_RETURN_HANDLER_RTX): New.
+       * config/alpha/alpha.md (eh_epilogue): Remove.
+       (exception_receiver): Use $26 for ldgp input.
+       * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
+
+2001-03-28  Richard Henderson  <rth@redhat.com>
+
+       * except.c: Rewrite entirely for IA-64 ABI exception handling.
+       * except.h: Likewise.
+
+       * Makefile.in (LIB2ADDEH): Mention unwind-dw2*.c
+       (LIB2ADDEHDEP): New.
+       (LIB2FUNCS_EH): Remove.
+       (LIB2ADD): Remove LIB2ADDEH.
+       (libgcc.mk): Pass LIB2ADDEHDEP, don't pass LIB2FUNCS_EH.
+       (LIBGCC_DEPS): Use LIB2ADDEHDEP.
+       (crt{begin,end}[S].o): Likewise.
+       (except.o): Update includes.
+       * mklibgcc.in: Remove LIB2FUNCS_EH, add LIB2ADDEH, LIB2ADDEHDEP.
+       (libgcc2_c_dep): Use LIB2ADDEHDEP.
+
+       * basic-block.h (struct basic_block_def): Remove eh_beg, eh_end.
+       * bb-reorder.c (reorder_basic_blocks): Don't disable for EH.
+       * builtins.def (BUILT_IN_EH_RETURN_DATA_REGNO): New.
+       * builtins.c (expand_builtin): Implement it.
+       [BUILT_IN_EH_RETURN]: Update for nr arguments change.
+       * c-common.c (c_common_nodes_and_builtins): Declare it.
+       * c-decl.c (init_decl_processing): Update __builtin_eh_return.
+       * calls.c (libfunc_nothrow): Remove.
+       (emit_library_call_value_1): Don't call it.
+       * crtstuff.c: Include unwind-dw2-fde.h instead of frame.h.
+       * dwarf2.h (dwarf_call_frame_info): Add dwarf2.1 elements.
+       (DW_EH_PE_*): New defines for pointer encoding in .eh_frame.
+       * dwarf2out.c (struct dw_fde_struct): Add uses_eh_lsda, funcdef_number.
+       (current_funcdef_number): Globalize.
+       (output_call_frame_info): Emit frame data if an lsda is needed.
+       Generate augmentation for personality routine.  Don't play with
+       difference symbols.
+       (dwarf2out_begin_prologue): Record funcdef_number.
+       * dwarf2out.h (current_funcdef_number): Declare.
+       * expr.c (expand_expr): Update for except.h name changes.
+       Remove POPDCC_EXPR, POPDHC_EXPR.  Add EXC_PTR_EXPR.
+       * expr.h (LTI_throw, LTI_rethrow): Remove.
+       (LTI_sjthrow, LTI_sjpopnthrow, LTI_terminate): Remove.
+       (LTI_eh_rtime_match): Remove.
+       (LTI_unwind_resume, LTI_eh_personality): Add.
+       (LTI_unwind_sjlj_register, LTI_unwind_sjlj_unregister): Add.
+       * final.c (final): Don't call check_exception_handler_labels,
+       init_insn_eh_region, or free_insn_eh_region.
+       (final_scan_insn): Always emit debug labels for
+       NOTE_INSN_EH_REGION notes.
+       * flags.h (flag_new_exceptions): Remove.
+       * flow.c (entry_exit_blocks): Remove eh_beg, eh_end.
+       (record_active_eh_regions): Remove.
+       (count_basic_blocks): Check all instructions for REG_EH_REGION.
+       Use can_throw_internal.
+       (find_basic_blocks_1): Likewise.
+       (move_stray_eh_region_notes): Remove.
+       (find_label_refs): No eh_return_stub_label.
+       (make_edges): Likewise.  No init/free_eh_nesting_info.  Handle RESX.
+       (make_eh_edge): No eh_nest_info.  Update for reachable_handlers
+       changes.
+       (delete_unreachable_blocks): Don't track deleted handlers.
+       (flow_delete_block): Use maybe_remove_eh_handler.
+       (delete_eh_regions): Remove.
+       (merge_blocks): Don't check for eh region match.
+       (mark_regs_live_at_end): Handle EH_RETURN_DATA_REGNO,
+       EH_RETURN_STACKADJ_RTX, EH_RETURN_HANDLER_RTX.
+       (init_propagate_block_info): Disable dead frame store optimization
+       when current_function_calls_eh_return.
+       (dump_bb): Don't print eh_beg, eh_end.
+       * function.c (fixup_var_refs): No catch_clauses.
+       (expand_function_end): Likewise.  Call expand_eh_return before
+       the return register use.  Call sjlj_emit_function_exit_after.
+       (expand_function_start): Force pseudo DECL_RESULT if sjlj exceptions.
+       * function.h (struct function): Add calls_eh_return, uses_eh_lsda.
+       * ifcvt.c (dead_or_predicable): Remove eh region check.
+       * integrate.c (function_cannot_inline_p): Disallow __builtin_eh_return.
+       Don't check for EH vs parameters.
+       (expand_inline_function_eh_labelmap, eif_eh_map): Remove.
+       (expand_inline_function): Call duplicate_eh_regions.
+       (copy_insn_list): Don't handle NOTE_INSN_EH_REGION_BEG/END.
+       (copy_insn_notes): Remap REG_EH_REGION notes.
+       (copy_rtx_and_substitute): Remove SYMBOL_REF_NEED_ADJUST check.
+       * integrate.h (struct inline_remap): Add local_return_label.
+       * jump.c (jump_optimize_1): Don't init/free_insn_eh_region, nor
+       check_exception_handler_labels, nor exception_optimize.
+       (find_cross_jump): No EH region check.
+       * optabs.c (init_optabs): Update for changed eh libfuncs.
+       * rtl.def (RESX): New.
+       * rtl.h (SYMBOL_REF_NEED_ADJUST): Remove.
+       * stmt.c (expand_decl_cleanup): Simplify using_eh_for_cleanups_p
+       checks.  Update for except.h name changes.
+       (expand_cleanups): Likewise.
+       (expand_dcc_cleanup, expand_dhc_cleanup): Remove.
+       * toplev.c (dump_file_index, dump_file): Add .02.eh dump.
+       (compile_file): Call init_eh before init_optabs.  Don't
+       output_exception_table here.
+       (rest_of_compilation): Call convert_from_eh_region_ranges,
+       convert_to_eh_region_ranges, output_function_exception_table.
+       Don't emit_eh_context.
+       * tree.def (POPDHC_EXPR, POPDCC_EXPR): Remove.
+       (EXC_PTR_EXPR): New.
+
+       * md.texi (eh_epilogue): Remove.
+       (eh_return): Document.
+       * tm.texi (EH_RETURN_DATA_REGNO): Document.
+       (EH_RETURN_STACKADJ_RTX, EH_RETURN_HANDLER_RTX): Document.
+
+       * eh-common.h: Remove file.
+       * frame-dwarf2.c, frame.c, frame.h: Remove files.
+       * libgcc2.c (L_eh): Remove.
+
+       * unwind-dw2-fde.c: New file, largely copied from frame.c.
+       * unwind-dw2-fde.h: New file.
+       * unwind-dw2.c: New file, largely cribbed from frame-dwarf2.c.
+       * unwind-sjlj.c, unwind.h, unwind.inc: New files.
+       * libgcc-std.ver: Update for eh symbols.
+
+2001-03-27  Richard Henderson  <rth@redhat.com>
+
+       * regmove.c (perhaps_ends_bb_p): Use can_throw_internal to
+       reduce false positives.
+       (regmove_optimize): Disable if flag_non_call_exceptions.
+
+       * stmt.c (expand_return): Remove always true predicate.
+       (expand_decl_cleanup_no_eh): Remove dead code.
+
+       * sched-deps.c (sched_analyze_insn): Consolidate scheduling
+       barrier code.  Add a scheduling barrier if a non-call insn
+       can throw internally.
+
+       * rtlanal.c (rtx_addr_can_trap_p): Virtual registers cannot trap.
+       Auto-inc addresses trap only if their base register does.
+
+       * except.c (can_throw_internal): Rename from can_throw.
+       * except.h, resource.c: Update references.
+
+       * integrate.c (copy_insn_list): Use returnjump_p.
+       (copy_insn_notes): Recurse for CALL_PLACEHOLDER.
+
+       * function.h (struct function): Move all boolean valued fields
+       to single bit fields at the end of the struct.
+
+       * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,
+       jump.c, toplev.c:
+       Rename asynchronous_exceptions to flag_non_call_exceptions.
+
+       * gthr-single.h (UNUSED): New.  Distinguish between how C
+       and C++ mark unused function arguments.  Use throughout.
+
+       * Makefile.in (cs-tconfig.h): Copy USING_SJLJ_EXCEPTIONS
+       value to target configuration header.
+       * configure.in (CONFIG_SJLJ_EXCEPTIONS): New.
+       * config.in, configure: Rebuild.
+       * except.h (USING_SJLJ_EXCEPTIONS): New.  Define based on
+       configuration and target defines.
+       (exceptions_via_longjmp): Remove.
+       * dwarf2out.c, except.c, final.c, toplev.c, config/ia64/ia64.c:
+       Use USING_SJLJ_EXCEPTIONS instead of exceptions_via_longjmp.
+
+       * except.h (flag_non_call_exceptions): Move ...
+       * flags.h: ... here.
+
+       * combine.c (distribute_notes) [REG_EH_REGION]: If non-call
+       exceptions, put the note on the trapping instruction.
+
+       * flags.h (flag_new_exceptions): Remove.
+       * toplev.c: Don't set it.
+       * final.c: Don't check it.
+       * except.c: Provide stub definition.
+
+       * flow.c (tidy_fallthru_edges): Don't combine complex edges.
+       (calculate_global_regs_live): Kill call-clobbered registers
+       across exception edges.
+       * reg-stack.c (convert_regs_1): Kill the entire target stack
+       across non-call exception edges.
+
+       * flow.c (cleanup_cfg): Take no argument.
+       * output.h, sibcall.c, toplev.c: Update all calls.
+
+2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.in: Don't check for bcopy.
+       * configure, config.in: Regenerate.
+
+       * system.h: Don't define or prototype bcopy, instead poison it.
+
+2001-03-27  Richard Henderson  <rth@redhat.com>
+
+       * function.c (expand_function_start): Set DECL_REGISTER on
+       a pseudo used for DECL_RESULT.
+
+       * rtl.h (LCT_NORETURN): New.
+       * calls.c (emit_library_call_value_1): Handle it.
+
+2001-03-27  Stan Shebs  <shebs@apple.com>
+
+       * objc/objc-act.c (objc_init): Use dump_base_name.
+       (gen_declaration): Clear the buffer arg.
+       (gen_declaration_1): New function, body of gen_declaration.
+       (adorn_decl): Call gen_declaration_1 instead of gen_declaration.
+       (gen_method_decl): Ditto, plus always clear buffer arg.
+       (error_with_ivar): Simplify.
+       (warn_with_method): Ditto.
+       (build_message_expr): Don't clear buffers.
+       (dump_interface): Ditto.
+       (objc_debug): Ditto.
+       (build_keyword_selector): Clear the buffer by only zeroing
+       the first element.
+       (objc_implementation_context): Declare.
+       (start_class): Warn about missing @end.
+       (finish_objc): Ditto.
+
+2001-03-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * reload1.c (eliminate_regs): Don't abort on MEM USEs.
+
+2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Fri Mar 20 14:13:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * Makefile.in (SYSTEM_H): Define.
+       Depend on $(SYSTEM_H), not system.h.
 
-       * cp-xref.c (GNU_xref_file): Get rid of arbitrary limit--malloc nmbuf.
+       * objc/Make-lang.in: Depend on $(SYSTEM_H), not system.h.
 
-       * cp-parse.y (scoped_id): Error if spec'd type is undefined.
+2001-03-27  Jim Wilson  <wilson@redhat.com>
 
-       * m68k.c (output_function_epilogue): Output at least a nop.
+       * final.c (final_scan_insn, case NOTE_INSN_BASIC_BLOCK): Call
+       IA64_UNWIND_EMIT.
+       * config/ia64/ia64.c (block_num, need_copy_state): New static vars.
+       (process_epilogue): New static function.
+       (process_set): Call process_epilogue instead of emitting .restore
+       directly.
+       (process_for_unwind_directive): Handle NOTE_INSN_BASIC_BLOCK.
 
-       * xm-hp320.h (USG): Defined.
+       * flow.c (struct reg_cond_life_info): New fields orig_condition
+       and stores.
+       (init_propagate_block_info): Set new fields.
+       (mark_regno_cond_dead): Set and use new fields.
+       (flush_reg_cond_reg_1): Likewise.
+       (and_reg_cond, case AND): Check for redundant AND conditions.
+       (mark_used_reg): Delete unnecessary clears before freeing splay trees.
+       Set new fields.
 
-       * m68k.c (output_function_prologue, output_function_epilogue):
-       Change %I to %0I.
-       (print_operand): Likewise.
+2001-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * varasm.c (data_section): Add forward decl.
+       * cppmacro.c (stringify_arg): Null terminate strings.
 
-       * m68k.c (print_operand): Make %! print fpcr.
-       * crds.h, hp320.h, mot3300.h, news.h, tower-as.h (PRINT_OPERAND):
+2001-03-27  Zack Weinberg  <zackw@stanford.edu>
+
+       * config.gcc (m68hc11-*-*, m68hc12-*-*): Convert to new tm.h
+       inclusion style.  xm-m68hc11.h no longer exists.
+       * config/m68hc11/xm-m68hc11.h: Delete file.
+       * config/m68hc11/m68hc12.h: Convert to new tm.h inclusion style.
+
+       * config/m68hc11/m68hc11.h: Convert to new tm.h inclusion style.
+       Don't define GCC_VERSION, N_, or PARAMS; don't include
+       gansidecl.h or stdio.h.  Define inhibit_libc here.
+       Make code conditioned on #if GCC_VERSION > 2095 unconditional.
+       Delete code conditioned on #if GCC_VERSION == 2095.
+
+       * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
+       Make code conditioned on #if GCC_VERSION > 2095 unconditional.
+       Delete code conditioned on #if GCC_VERSION == 2095.
+
+2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h: Include symcat.h.
+       (STRINGIFY): Don't define.
+
+       * configure.in: Adjust comment.
+
+       * builtins.c: Use STRINGX, not STRINGIFY.
+       * gencheck.c: Likewise.
+       * gengenrtl.c: Likewise.
+       * protoize.c: Likewise.
+
+       * cpplex.c: Don't include symcat.h.
+       * cpplib.c: Likewise.
+
+       * gansidecl.h (HAVE_STRINGIZE): Don't define.
+
+2001-03-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * c-typeck.c (digest_init): Fold init expression.
+
+2001-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy.
+
+2001-03-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * except.c (eh_regs): Save results of build_pointer_type to a temp
+       as FUNCTION_VALUE macro may evaluate its args multiple times.
+
+2001-03-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * c-common.h (DECL_NUM_STMTS): New macro.
+       * c-decl.c (duplicate_decls): Copy DECL_NUM_STMTS, not
+       DECL_FRAME_SIZE.
+       (pushdecl): Likewise.
+       * c-semantics.c (add_stmt): Update DECL_NUM_STMTS.
+       * integrate.c (expand_inline_function): Don't check
+       DECL_FRAME_SIZE.
+       * print-tree.c (print_node): Don't print it.
+       * toplev.c (rest_of_compilation): Don't try to inline when
+       flag_no_inline is on.
+       * tree.h (DECL_FRAME_SIZE): Remove.
+       (tree_decl): Adjust accordingly.
+
+2001-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * combine.c (try_combine): Use memcpy, not bcopy.
+
+       * genattrtab.c (expand_units): Likewise.
+
+Mon Mar 26 15:55:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (push mem DI peep2): New.
+       (mov 0, mov -1 peep2): Handle 64bit.
+       (lea to arithmetics peep2): Handle 64bit leas.
+       (rsp arithmetics to push/pop peep2s): New.
+
+       * i386.md (truncdfsf2_3, trunctfsf2_2): Change predicate to memory_operand.
+
+Mon Mar 26 14:35:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (struct machine_function): Add save_varrargs_registers.
+       (ix86_save_varrargs_registers): New macro.
+       (ix86_frame_layout): Support 64bit; support red zones and varrargs area.
+       (ix86_expand_prologue): Likewise.
+       (ix86_emit_epilogue_esp_adjustement): Likewise.
+       (ix86_expand_epilogue): Likewise.
+       * i386.md (pro_epilogue_adjust_stack): Turn to expander; support 64bit.
+       (pro_epilogue_adjust_stack_1): New insn.
+       (pro_epilogue_adjust_stack_rex64): Likewise.
+       * i386.h (MASK_NO_RED_ZONE): New constant.
+       (TARGET_RED_ZONE): New macro.
+       (TARGET_OPTIONS): Add "red-zone" and "no-red-zone"
+       (RED_ZONE_SIZE): New constant.
+       (RED_ZONE_RESERVE): New constant.
+
+2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * toplev.c (set_float_handler): Use memcpy, not bcopy.
+
+2001-03-25  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (umodqi3): Output a tab instead of a
+       space.
+       (modqi3): Likewise.
+       (umodhi3): Likewise.
+       (modhi3): Likewise.
+
+2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mkconfig.sh (DEFINES): Handle entries with '='.
+
+       * config.gcc: Don't use i370/xm-mvs.h or ns32k/xm-pc532-min.h.
+       Set xm_defines to MACRO=value instead.
+
+       * i370/xm-mvs.h: Delete.
+
+       * ns32k/xm-pc532-min.h: Likewise.
+
+Sun Mar 25 15:01:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (ashldi3, ashrdi3, lshrdi3): Change predicates to
+       shiftdi_operand;
+       use ix86_expand_binary_operator
+       (?sh??i_?): Disable for 64bit.
+       * i386.h (PREDICATE_CODES): Add shiftdi_operand.
+       * i386.c (shiftdi_operand): New predicate.
+
+       * (ashldi3_1_rex64, ashldi3_cmp_rex64, ashlsi3_1_zext, ashlsi3_cmp_zext,
+       ashrdi3_63_rex64, ashrdi3_1_one_bit_rex64, ashrdi3_1_rex64,
+       ashrdi3_one_bit_cmp_rex64, ashrdi3_cmp_rex64, ashrsi3_31_zext,
+       ashrsi3_1_one_bit_zext, ashrsi3_1_zext, ashrsi3_one_bit_cmp_zext,
+       ashrsi3_cmp_zext, lshrdi3_1_one_bit_rex64, lshrdi3_1_rex64,
+       lshrdi3_cmp_one_bit_rex64, lshrdi3_cmp_rex64, lshrsi3_1_one_bit_zext,
+       lshrsi3_1_zext, lshrsi3_cmp_one_bit_zext, lshrsi3_cmp_zext,
+       rotlsi3_1_one_bit_rex64, rotldi3_1_rex64,
+       rotlsi3_1_one_bit_zext, rotlsi3_1_zext, rotrdi3_1_one_bit_rex64,
+       rotrdi3_1_rex64, rotrsi3_1_one_bit_zext, rotrsi3_1_zext): New patterns.
+       (rotldi3, rotrdi3): New expanders.
+
+Sun Mar 25 14:25:33 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (movstrsi): Move offline.
+       (movstrdi): New.
+       (strmovdi_rex64): New.
+       (strmov?i): Accept 64bit.
+       (strmov?i_rex64): New.
+       (strmov?i_rex_1): New.
+       (strmov?i_1): Disable for 64bit.
+       (rep_mov?i_rex64): New.
+       (rep_mov?i): Disable for 64bit.
+       (clrstrsi): Move offline.
+       (strset?i_rex64): New.
+       (strset?i: Accept 64bit.
+       (rep_stos?i): Disable for 64bit.
+       (rep_stos?i_rex64): New.
+       (strset?i_rex_1): New.
+       (strset?i_1): Disable for 64bit.
+       (cmpstrsi): Accept 64bit.
+       (cmpstrsi_nz_1): Rename to cmpstrqi_nz_1; Disable for 64bit.
+       (cmpstrqi_nz_rex_1): New.
+       (cmpstrsi_1): Rename to cmpstrqi_1; Disable for 64bit.
+       (strlensi): Move offline.
+       (strlendi): New.
+       (strlenqi_1): Disable for 64bit; fix constraints.
+       (strlenqi_rex_1): New.
+       * i386.c (ix86_adjust_counter): New static function.
+       (ix86_zero_extend_to_Pmode): Likewise.
+       (ix86_expand_aligntest): Likweise.
+       (ix86_expand_strlensi_unroll_1): Make static; update for 64bit.
+       (ix86_expand_movstr): New global function.
+       (ix86_expand_clrstr): New global function.
+       (ix86_expand_strlen): New global function.
+       * i386-protos.h (ix86_expand_movstr, ix86_expand_clrstr,
+       ix86_expand_strlen): Declare.
+       (ix86_expand_strlensi_unroll_1): Delete.
+
+Sat Mar 24 23:15:19 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (cmpdi): Fix operand predicates.
+       (cmpdi_ccno_1_rex64, cmpdi_minus_1_rex64, cmpdi_1_rex64,
+        cmpdi_1_insn_rex64): New patterns.
+       (adddi3): Turn to expander.
+       (adddi3_1, adddi3_carry_rex64, adddi3_cc_rex64): New patterns.
+       (addsi3_carry_zext): New pattern.
+       (adddi_?_rex64): New patterns and splitters.
+       (addsi_?_zext): New patterns.
+       (subsi3_carry_zext): New pattern.
+       (subdi_?_rex64): New patterns and splitters.
+       (iorsi_?_zext): New patterns.
+       (iordi_?_rex64): New patterns and splitters.
+       (iorsi_?_zext): New patterns.
+       (iorsi_?_zext_imm): New patterns.
+       (xorsi_?_zext): New patterns.
+       (xordi_?_rex64): New patterns and splitters.
+       (xorsi_?_zext): New patterns.
+       (negdi*): New patterns.
+       (one_cmpldi*): Likewise.
+       (one_cmplsi*_zext, negsi*_zext): Likewise.
+       (testqi_ext_3_rex64): New pattern.
+
+Sat Mar 24 21:13:28 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386-protos.h (ix86_split_long_move): Return void.
+       * i386.c (ix86_split_to_parts): Handle 64bit target.
+       (ix86_split_long_move): Likewise.
+       * i386.md (all calls to ix86_split_long_move): Update.
+
+2001-03-23  Richard Henderson  <rth@redhat.com>
+
+       * config/mips/iris4.h (ASM_OUTPUT_ASCII): Rename local variables
+       to avoid shadowing arguments.
+
+2001-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * varasm.c (make_decl_rtl): Don't append var_labelno discriminator
+       to variable names where DECL_NAME is different from
+       DECL_ASSEMBLER_NAME.
+
+2001-03-23  Jim Wilson  <wilson@redhat.com>
+
+       * varasm.c (make_decl_rtl): Add TREE_PUBLIC check to abort test.
+       (assemble_alias): Call make_decl_rtl.
+
+Fri Mar 23 16:59:08 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * stor-layout.c (layout_type): Give OFFSET_TYPE a MODE_INT type.
+
+2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * extend.texi: Document the "java_interface" attribute.
+
+2001-03-22  Zack Weinberg  <zackw@stanford.edu>
+
+       * mkconfig.sh: Use a subshell with redirected stdout,
+       instead of closing stdout and confusing commands that run
+       afterward.  Throw away output of cmp.
+
+2001-03-22  Gordon Sadler  <gbsadler1@lcisp.com>
+
+       * Makefile.in (stage1_build): Pass CFLAGS to stage1_build.
+
+Thu Mar 22 22:15:59 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (zero_extendsidi2_32): Break out from ...
+       (zero_extendsidi2): ... here ; turn to expander.
+       (zero_extendsidi2_rex64): New.
+       (extendsidi2_32): Break out from ...
+       (extendsidi2): ... here ; turn to expander.
+       (extendsidi2_rex64): New.
+       (zero_extendhidi2, zero_extendqidi2, extendhidi2, extendqidi2): New.
+       (trunc?f?f splitters): Add 64bit versions.
+
+Thu Mar 22 21:41:16 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (pushsi, pushsi2_prologue): Disable.
+       (pushsi2_rex64): New.
+       (movabs?i_1_rex64, movabs?i_2_rex64): New.
+       (movqi_ext_1): Disable for 64bit.
+       (movqi_ext_1_rex64): New.
+       (pushdi2_rex64): New pattern, peep2s and splitter.
+       (pushdi2_prologue_rex64): New pattern.
+       (popdi1_epilogue_rex64, popdi1, movdi_xor_rex64, movdi_or_rex64):
        Likewise.
-       * m68k.md (fix_trunc*): Use %!.
+       (movdi splitters): Disable for 64bit.
+       (movdi_1_rex64): New pattern, peep2s and splitters.
+       (swapdi): New pattern.
+       (pushsf): Disable for 64bit.
+       (pushsf_rex64): New pattern and splitter.
+       (pushdf_nointeger): Disable for 64bit.
+       (pushdf_integer): Handle the 64bit case.
+       (pushtf): Likewise; update splitters.
+
+2001-03-22  Richard Henderson  <rth@redhat.com>
+
+       * mkconfig.sh: Include insn-flags.h.
+       * Makefile.in (CONFIG_H): Include insn-flags.h.
+       (lots of objects): Remove insn-codes.h and insn-flags.h.
+
+       * alias.c, bb-reorder.c, calls.c, do-loop.c, flow.c, haifa-sched.c,
+       integrate.c, jump.c, loop.c, predict.c, profile.c, reg-stack.c,
+       regmove.c, reorg.c, a29k/a29k.c, alpha/alpha.c, arc/arc.c, arm/arm.c,
+       avr/avr.c, clipper/clipper.c, convex/convex.c, d30v/d30v.c,
+       dsp16xx/dsp16xx.c, fr30/fr30.c, h8300/h8300.c, i370/i370.c,
+       i386/i386.c, i860/i860.c, ia64/ia64.c, m32r/m32r.c, m68hc11/m68hc11.c,
+       m68k/m68k.c, m88k/m88k.c, mcore/mcore.c, mn10200/mn10200.c,
+       mn10300/mn10300.c, ns32k/ns32k.c, pa/pa.c, pdp11/pdp11.c,
+       pj/pj.c, romp/romp.c, rs6000/rs6000.c, sh/sh.c, sparc/sparc.c,
+       v850/v850.c, vax/vax.c:
+       Don't include insn-flags.h.
+
+       * diagnostic.c, expr.h, reload.c, toplev.c:
+       Don't include insn-codes.h.
+
+       * builtins.c, combine.c, except.c, explow.c, expmed.c, expr.c,
+       final.c, function.c, optabs.c, recog.c, reload1.c, stmt.c,
+       c4x/c4x.c, i960/i960.c, mips/mips.c:
+       Don't include insn-codes.h or insn-flags.h.
+
+       * genemit.c, genopinit.c, genoutput.c: Don't include insn-codes.h
+       or insn-flags.h in the generated code.
+       * genflags.c (gen_proto): Use "struct rtx_def *" instead of "rtx".
+       (main): Forward declare struct rtx_def.
+
+2001-03-22  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi (-ffast-math): Remove duplicate line about
+       __FAST_MATH__.
+
+       * gcc.texi: Remove more obsolete documentation of bugs and
+       installation problems.
+
+2001-03-21  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (movsi_h8300hs): Split the 2nd alternative
+       into two parts.
+
+2001-03-20  Jason Merrill  <jason@redhat.com>
 
-       * toplev.c (compile_file): Optionally call setvbuf for output file.
+       * collect2.c (is_ctor_dtor): Always use '_' in the file fn names,
+       not '.' or '$'.
+       * tree.c (FILE_FUNCTION_FORMAT): Likewise.
+       * varasm.c (CHKR_PREFIX): Likewise.
 
-       * loop.c (move_movables): Fix typo.
+Wed Mar 21 14:27:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Fri Mar 20 17:42:12 1992  Paul Eggert  (eggert@twinsun.com)
+       * gcse.c (hash_scan_set): An expression is not anticipatible if it
+       is part of a multi-SET insn.
 
-       * Makefile.in (SYSCALLS.c): Use `cat' to create this file, instead
-       of having it consist of `#include' directives.
-       (mostlyclean): Delete SYSCALLS.c.
-       * SYSCALLS.c: File deleted.
+       * cse.c (find_comparison_args): Remove previous change.
+       * ifcvt.c (noce_process_if_block): When moving an insn, remove any
+       REG_EQUAL notes.
 
-       * getpwd.c (new file): Get and cache working directory, using PWD
-       if it works and getcwd otherwise.
-       * Makefile.in (OBJS, protoize): add getpwd.o
-       * cp-xref.c (GNU_xref_file): Likewise.
-       * dbxout.c (dbxout_init): Likewise.
-       * dwarfout.c (output_compile_unit_die): Likewise.
-       * protoize.c (main): Likewise.
+       * config/i386/i386.md (conditional_trap): Remove warning.
 
-Fri Mar 20 12:58:57 1992  Ron Guilmette  (rfg at ncd.com)
+       * recog.c (push_operand): Fix error in last change that caused
+       undefined symbol on many targets.
 
-       * dwarfout.c (location_or_const_value_attribute):  Fixed to use
-       DECL_INCOMING_RTL as the "location" for formal parameter variables.
+       * sdbout.c: #include ggc.h.
+       (sdbout_init): Move to end of file.
+       Call ggc_add_tree_root for anonymous_types.
+       (sdbout_symbol): Use DECL_NAME for local, not DECL_ASSEMBLER_NAME.
+       (sdbout_one_type): Use DECL_NAME for field name.
+       * Makefile.in (sdbout.o): Show includes ggc.h.
 
-Fri Mar 20 13:26:16 1992  Michael Collison  (collison@osf.org)
+Wed Mar 21 20:33:26 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i386rose.h (INIT_SECTION_ASM_OP): OSF doesn't support a true
-       initialization section.
+       * i386.c (override_options): Default ix86_regparm to REGPARM_MAX.
+       (override_options): Use properlimits for preferred_stack_boundary.
+       (ix86_valid_type_attribute_p): Disable stdcall and cdecl attributes
+       on x86_64.
+       (ext_register_operand): Accept DImode.
+       (load_pic_register): Abort on 64bit.
+       (gen_push): Use Pmode instead of SImode.
+       (ix86_save_reg): Pic reg is never used on 64bit.
+       (ix86_expand_prologue): Likewise.
+       (ix86_emit_save_regs): Use Pmode instead of SImode.
+       (legitimate_address_p): Check displacement for 64bit.
+       (print_operand): Avoid outputting of (%rip) on 64bit.
+       (print_operand_address): Output (%rip) where possible.
+       (split_di): Abort on 64bit registers.
+       (ix86_expand_branch): DImode comparison is simple for x86_64.
+       (memory_address_length): Recognize memory addresses formed using
+       PRE/POST modify.
+       (ix86_data_alignment, ix86_local_alignment): Align arrays to 16 bytes
+       for x86_64.
+       * i386.h (TARGET_USE_SAHF): Disable for 64bit.
 
-Fri Mar 20 07:23:15 1992  Tom Wood  (wood at dg-rtp.dg.com)
+Wed Mar 21 18:51:19 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m88k.md (set zero_extract patterns): Use the + constraint.
+       * recog.c (push_operand): Recognize new format of push instructions.
 
-       * crtstuff.c (__do_global_ctors_aux): Declare it.
+Wed Mar 21 10:53:57 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m88k.h (CONDITIONAL_REGISTER_USAGE): Mark the PIC register fixed,
-       but not call used.
-    
-       * m88k.c (m88k_builtin_saveregs): Get a properly aligned block.
+       * i386.md (pushqi1): New.
+       * i386-protos.h (x86_64_general_operand, x86_64_szext_general_operand,
+       x86_64_nonmemory_operand, x86_64_szext_nonmemory_operand,
+       x86_64_immediate_operand, x86_64_immediate_operand,
+       x86_64_zext_immediate_operand): Declare.
+       * i386.c (x86_64_general_operand, x86_64_szext_general_operand,
+       x86_64_nonmemory_operand, x86_64_szext_nonmemory_operand,
+       x86_64_immediate_operand, x86_64_immediate_operand,
+       x86_64_zext_immediate_operand): define.
+       * i386.h (PREDICATE_CODES): Add new predicates.
 
-       * m88k.md (cpu attribute): Use const form.
+Wed Mar 21 10:25:13 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m88k.h, m88k.c, m88kdgux.h (uses of *_ASM_OP): Add tabs.
+       * i386.md (pophi1, popqi1, pushqi1): Remove.
 
-Fri Mar 20 05:46:26 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * expr.c (emit_single_push_insn): New function.
+       (move_by_pieces): Accept NULL as destination for push instructions.
+       (gen_push_operand): Kill.
+       (emit_push_insn): Pass NULL when pushing; avoid updating of
+       stack_pointer_delta.
+       * expr.h (gen_push_operand): Kill.
 
-       * expmed.c (emit_store_flag): Need to prevent SUBTARGET from being
-       OP0 in one more case.
+Tue Mar 20 20:15:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * loop.c (add_label_notes): New function.
-       (move_movables): Use it when hoisting a `move_insn' movable
-       to ensure we create any required REG_LABEL notes.
+       * rtl.texi (COMPARE): Clarify documentation and reference section
+       on comparisons.
 
-       * hp800.h (CONDITIONAL_REGISTER_USAGE): Make reg 27 a global_reg
-       for now.
+2001-03-20  Stan Shebs  <shebs@apple.com>
 
-       * combine.c (make_field_assignment): Use correct mode when shifting
-       the source of the assignment.
+       * objc/objc-act.c (get_static_reference): Use NULL_TREE.
+       (get_object_reference): Ditto.
+       (error_with_ivar): Use error_with_file_and_line.
+       (warn_with_method): Use warning_with_file_and_line.
 
-       * fold-const.c (invert_truthvalue): Correct error in last change.
+2001-03-20  Tom Tromey  <tromey@redhat.com>
 
-Thu Mar 19 18:59:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * libgcc-std.ver: Added __fixunssfsi and __fixunsdfsi.
 
-       * stmt.c (expand_end_case): Convert do_tablejump arg to Pmode.
+2001-03-20  Mark Mitchell  <mark@codesourcery.com>
 
-Thu Mar 19 16:54:15 1992  Michael Meissner  (meissner@osf.org)
+       * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME for
+       variables that are TREE_PUBLIC, even if not TREE_STATIC.
 
-       * collect2.c (main): Only pass -fxxx and -mxxx options to gcc when
-       building constructors.
+2001-03-20  DJ Delorie  <dj@redhat.com>
 
-Thu Mar 19 16:44:21 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * Makefile.in (install-libgcc): Pass complete list of variables.
+       (install-multilib): Ditto.
 
-       * fold-const.c (invert_truthvalue): Correctly check for floating
-       comparison.
+2001-03-20  David Billinghurst  <David.Billinghurst@riotinto.com>
 
-Thu Mar 19 14:42:49 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * config/i386/cygwin.h: Declare ctor_section, dtor_section
+       drectve_section, switch_to_section.
 
-       * function.c (expand_main_function): Do so if INVOKE__main is defined.
-       * libgcc2.c (__main): Provide if INVOKE__main is defined.
-       * crtstuff.c (__do_global_ctors_aux): Renamed from __do_global_ctors.
-       (__do_global_ctors): Simple non-static function that invokes
-       __do_global_ctors_aux.
+       * winnt.c: Declare functions associated_type, gen_stdcall_suffix,
+       i386_pe_dllexport_p, i386_pe_dllimport_p, i386_pe_mark_dllexport,
+       i386_pe_mark_dllimport.
 
-       * crtstuff.c ({CTOR,DTOR}_LIST_{BEGIN,END}): Allow alternate way
-       to represent and define __{CTOR,DTOR}_LIST__.
-       * i386v.h, aix386.h (CTOR_LIST_{BEGIN,END}): Use these to push
-       instead of the funny definition of CTORS_SECTION_ASM_OP.
-       * svr3.h (CTORS_SECTION_ASM_OP): Use the .init section.
+2001-03-20  David Billinghurst <David.Billinghurst@riotinto.com>
 
-       * m88kv3.h (CTOR_LIST_BEGIN): Emit code to .init to push a zero.
-       (CTOR_LIST_END): Do nothing.
-       (ASM_OUTPUT_CONSTRUCTOR): Emit code to .init to push the address.
-       (DTOR_LIST_{BEGIN,END}): Output a block of four words.
-       (ASM_OUTPUT_DESTRUCTOR): Output the address and three words of -1.
-       (DO_GLOBAL_DTORS_BODY): Ignore all values of -1.
+       * config/i386/cygwin.h: Include <stdio.h> Declare and constify
+       functions i386_pe_*.
 
-       * real.h (REAL_VALUE_ISNAN): Define.
-       * fold-const.c (target_isnan): New function.
-       * sun3.h, sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE}): Use REAL_VALUE_ISNAN.
+       * config/i386/winnt.c: Include "tm_p.h" and "toplev.h" Constify
+       i386_pe_* functions with char * arguments.
 
-       * sun3.h: Delete extra #endif.
+2001-03-20  Alexandre Oliva  <aoliva@redhat.com>
 
-Thu Mar 19 14:25:50 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * config/sh/sh.md (movsf_ie): Fix output patterns for fpul load
+       and store.
+       (movsi_ie): Introduce fpul store.
 
-       * hp800.c (output_move_double): Don't check for CONST_DOUBLE
-       when classifying operand types, CONSTANT_P now includes it.
-       Use split_double to assign operand vectors for CNSTOP.
+2001-03-20  Alan Modra  <alan@linuxcare.com.au>
 
-Thu Mar 19 13:59:16 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * Makefile.in (OBJS): Remove hashtab.o.
 
-       * hp320.h (SPACE_AFTER_L_OPTION): Defined.
-       (LIB_SPEC): Defined. 
+2001-03-19  Stan Shebs  <shebs@apple.com>
 
-       * toplev.c (compile_file): Output aux_info_file in source file's dir.
+       * objc/objc-act.c (maybe_objc_method_name): Remove, never called.
+       * c-lang.c (maybe_objc_method_name): Ditto.
+       * c-tree.h (maybe_objc_method_name): Remove decl.
 
-Wed Mar 18 17:42:12 1992  Paul Eggert  (eggert@twinsun.com)
+2001-03-19  Tom Tromey  <tromey@redhat.com>
 
-       * c-aux-info.c (gen_aux_info_record): Don't put the absolute path
-       name into the output file: it's useless, expensive, and often wrong.
-       Use "." instead.
-       * protoize.c (is_syscalls_file): Look for SYSCALLS.c only at the
-       end of the file name.
-       (abspath): Remove useless test of '\0' versus '/'.  Add apollo fix.
-       (shortpath): Stop when replacement filename is longer than the
-       original; this avoids buffer overrun.  Do not pretend that
-       `a/b/c' is a path prefix of `a/b/cd'.
-       (gen_aux_info_file): Report errors when compilation fails.
-       Do not use stdio in child process.
-       Don't say `exit(errno)'; errno might be too large.
-       (process_aux_info_file): Increment error count if aux info file cannot
-       be generated.  Allow the invocation filename to be relative;
-       for now, it will always be ".".
-       (do_processing): Replace strlen (x) with sizeof (x) - 1.
+       * gcc.c (init_gcc_specs): Fix comment.
 
-Thu Mar 19 13:31:24 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+2001-03-19  Mark Mitchell  <mark@codesourcery.com>
 
-       * cse.c (simplify_binary_operation, PLUS and MINUS cases): Use
-       arg0s and arg1s instead of arg0 and arg1, so that resulting values
-       will be sign extended.
+       Compute DECL_ASSEMBLER_NAME lazily.
+       * tree.h (DECL_ASSEMBLER_NAME): Compute it lazily.
+       (DECL_ASSEMBLER_NAME_SET_P): New macro.
+       (SET_DECL_ASSEMBLER_NAME): Likewise.
+       (COPY_DECL_ASSEMBLER_NAME): Likewise.
+       (set_decl_assembler_name): Declare.
+       (lang_set_decl_assembler_name): Likewise.
+       * tree.c (lang_set_decl_assembler_name): New variab.e
+       (set_decl_assembler_name): New function.
+       (init_obstacks): Set lang_set_decl_assembler_name.
+       (build_decl): Don't set DECL_ASSEMBLER_NAME.
+       * c-decl.c (duplicate_decls): Use SET_DECL_ASSEMBLER_NAME,
+       COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
+       where it's not necessary.
+       (builtin_function): Likewise.
+       (finish_decl): Likewise.
+       * dbxout.c (dbxout_type_methods): Likewise.
+       * ggc-common.c (ggc_mark_trees): Likewise.
+       * profile.c (output_func_start_profiler): Likewise.
+       * varasm.c (make_decl_rtl): Likewise.
 
-       * sched.c (sched_analyze_1): Don't call sched_analyze_2 at the end.
-       This code was never executed, and is wrong.
-       (sched_analyze_2): Convert from if statements to a switch.
-       Add support for PRE_DEC/PRE_INC/POST_DEC/POST_INC; pass them to
-       sched_analyze_1 because they are writes.
-       (sched_analyze_insn): Delete special case code to handle REG_INC
-       notes, obsoleted by change above.
+       * cse.c (find_comparison_args): Update documentation.  Fix
+       mishandling of COMPARE operations.
 
-       * sparc.c (output_block_move): Rewrite to more efficiently handle
-       constant length strings whose length is not a multiple of their
-       alignment.  Also, the length of strings handled without a loop now
-       is a multiple of their alignment, instead of fixed size.
+       * tree.def (ABS_EXPR): Add documentation.
+       * fold-const.c (fold): Improve folding of ABS_EXPRs.
 
-       * objc-actions.c (build_selector_translation_table): Add cast for
-       array index from enum to int to satisfy old compiler.
+2001-03-19  Zack Weinberg  <zackw@stanford.edu>
 
-       * c-parse.gperf: Change ASM to ASM_KEYWORD.
-       * gplus.gperf: Likewise.
+       * Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).
 
-       * Makefile.in (install-man): Delete duplicate lines.
+2001-03-19  Jakub Jelinek  <jakub@redhat.com>
 
-Thu Mar 19 02:32:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined.
+       Remove ia32 linux PIC kludge and move it...
+       * config/i386/linux.h (CRT_END_INIT_DUMMY): ...here.
 
-       * c-decl.c (init_decl_processing): Disable `sqrt'.
+Mon Mar 19 18:53:54 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Thu Mar 19 01:09:16 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * i386.md (absdf2 expander): Fix 64bit case.
 
-       * i386.c (output_move_double): Properly check for signedness in a
-       const_double.
+2001-03-19  Brad Lucier  <lucier@math.purdue.edu>
 
-Wed Mar 18 18:51:37 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).
 
-       * gcc.c (link_command_spec) [not LINK_LIBGCC_SPECIAL]: Put back -s.
+2001-03-16  Andrew Haley  <aph@cambridge.redhat.com>
 
-       * config.sub (i486): Accept as CPU type.
+       * config/ia64/libgcc-ia64.ver: Add __ia64_backtrace.
 
-       * collect2.c (do_wait): Handle NO_SYS_SIGLIST.
-       * xm-hp320.h (NO_SYS_SIGLIST): Defined.
+2001-03-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Wed Mar 18 15:58:31 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * README.X11: Remove obsolete file.
 
-       * crtstuff.c, dwarfout.c, svr3.h, svr4.h (*_ASM_OP): Remove tabs
-       and newlines.
-       * dwarfout.c, svr3.h, svr4.h
-       (ASM_OUTPUT_*, ASM_DECLARE_*, ASM_DWARF_*): Put tabs here when needed.
+2001-03-18  Anthony Green  <green@redhat.com>
 
-Wed Mar 18 17:26:44 1992  Ron Guilmette  (rfg at ncd.com)
+       * config/pj/pj.h: Remove some trailing commas.
+       (ASM_SPEC): Use -EB and -EL, not -mb and -ml.
 
-       * svr4.h (MULTIBYTE_CHARS):  Added definition.
+2001-03-18  Richard Henderson  <rth@redhat.com>
 
-Wed Mar 18 17:36:30 1992  Michael Meissner  (meissner@osf.org)
+       * defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...
+       * calls.c: ... here.
+       * combine.c, expr.c, final.c, function.c toplev.c: Don't provide
+       defaults for them here.
 
-       * gcc.c (collect_obstack): New static obstack to build the
-       environment variables to pass to collect, so that it can reliably
-       find the compiler passes.
-       (putenv): New function to add a variable to the environment.
-       Stubbed out for MSDOS and VMS at present, or if HAVE_PUTENV is
-       defined.
-       (putenv_from_paths): New function to take a path list, and build
-       the corresponding environment variable for it.
-       (main): Pass argv[0] to collect through the environment variable
-       COLLECT_GCC.  Rebuild the COMPILER_PATH and LIBRARY_PATH
-       environment variables to include all prefixes specified with -B,
-       -b, and -V.  Construct COLLECT_GCC_OPTIONS environment variable to
-       consist of all of the options passed to gcc, except for the -B,
-       -b, and -V options.
+2001-03-17  Anthony Green  <green@redhat.com>
 
-       * collect2.c (main): Correctly size the number of arguments passed
-       to the compiler when building the constructor lists to account for
-       any options passed through the environment variable
-       COLLECT_GCC_OPTIONS.  If the environment variable COLLECT_GCC
-       specifies a full pathname, use that for the pathname to invoke gcc
-       with.  Print the name "collect2" in lowercase if -v.
+       * config/pj/lib1funcs.S: Fix broken comment.
+       * config/pj/pj.h (LOCAL_LABEL_PREFIX): Prefix internal
+       labels with '.'.
 
-       * xm-mips.h (HAVE_PUTENV): Define if OSF/1.
+2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Mar 18 07:27:50 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * gcc.texi: Remove obsolete information relating to build and
+       installation problems with enquire or the Pyramid C compiler.
 
-       * hp800.c (actual_fsize): Remove duplicate declaration.
-       (profile_flag): Remove definition; defined in flags.h.
-       (hp_profile_labelno, local_fsize, save_fregs): Move declarations to
-       top of file.
+2001-03-17  Richard Henderson  <rth@redhat.com>
 
-       * hp800.h (OPTIMIZATION_OPTIONS): Do same thing as Sparc.
+       * dwarf2out.c (queue_reg_save): New.
+       (flush_queued_reg_saves, clobbers_queued_reg_save): New.
+       (dwarf2out_frame_debug_expr): Call queue_reg_save instead of
+       dwarf2out_reg_save.
+       (dwarf2out_frame_debug): Call flush_queued_reg_saves when needed.
+       (cfa, cfa_store, cfa_temp): Make static.
+       * final.c (final_scan_insn): Always call dwarf2out_frame_debug.
 
-       * combine.c (reg_bitfield_target_p): Use rtx_equal_p instead of
-       assuming the actual rtx is used.
+2001-03-17  Richard Henderson  <rth@redhat.com>
 
-Wed Mar 18 00:20:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * integrate.h (struct inline_remap): Add local_return_label.
+       * integrate.c (expand_inline_function): Initialize it and emit
+       it after copy_insn_notes.
+       (copy_insn_list): Don't store local_return_label here.
+       (copy_insn_notes): New function split out from copy_insn_list.
 
-       * gstddef.h: Handle _GCC_PTRDIFF_T, _GCC_SIZE_T, _GCC_WCHAR_T.
-       * fixincludes: Use those macros in inserted conditionals.
+2001-03-17  Richard Henderson  <rth@redhat.com>
 
-       * gstddef.h: Handle _T_SIZE_ and _T_PTRDIFF_, like _T_WCHAR_.
+       * dwarf2out.c (lookup_filename): Emit .file if the assembler
+       is generating .debug_line.
+       (dwarf2out_init): Add main_input_filename to the file table first.
+       * configure.in (as_dwarf2_debug_line): Test with file number 1
+       instead of file number 0.
 
-       * sun3.h (CPP_SPEC): Delete the alternative for fpa as default.
-       Define symbols with __ as well as without.
+Sat Mar 17 11:52:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * hp320.h (LINK_LIBGCC_SPECIAL, RELATIVE_PREFIX_NOT_LINKDIR):
-       Define unless USE_GAS.
+       * combine.c (undobuf): Remove field previous_undos; all refs deleted.
+       (gen_rtx_combine): Deleted; all references changed as appropriate.
+       (gen_unary): Deleted; all refs changed to call simplify_gen_unary.
 
-Tue Mar 17 17:19:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.
 
-       * fixincludes (making directories): Always use find.
+2001-03-17  David Billinghurst  <David.Billinghurst@riotinto.com>
 
-       * c-decl.c (pushdecl): Don't warn if define nonansi builtin as static,
-       or if define ANSI builtin as inline static.
+       * config/i386/xm-cygwin.h: Include <sys/cygwin.h.  Remove unused
+       variable.
 
-       * hp800hpux.h (LINK_LIBGCC_SPECIAL, RELATIVE_PREFIX_NOT_LINKDIR): New.
+2001-03-16  Jim Wilson  <wilson@redhat.com>
 
-       * fixinc.svr4: Special changes for Sony MIPS-NEWS.
+       * config/ia64/ia64.c (ia64_compute_frame_size): If reg_fp is zero,
+       then set it to LOC_REG (79) instead of aborting.
 
-Tue Mar 17 15:12:57 1992  Tim Moore  (moore@defmacro.cs.utah.edu)
+2001-03-16  Phil Edwards  <pme@sources.redhat.com>
 
-       * hp800.h (INITIAL_FRAME_POINTER_OFFSET): Get sign right, include
-       fixed area.
+       * gccbug.in:  Remove high priority.
 
-Tue Mar 17 14:06:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-16  Richard Henerson  <rth@redhat.com>
 
-       * Makefile.in (all.indirect): Renamed from all-internal.
+       * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
+       output with a space instead of deleting it.
+       * configure: Regenerate.
 
-       * t-mips (ALL): Deleted.
+2001-03-16  Zack Weinberg  <zackw@stanford.edu>
 
-Tue Mar 17 10:35:18 1992  Michael Meissner  (meissner@osf.org)
+       * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which
+       handles the gory details of converting an object file into
+       something that's safe to grep.
+       (gcc_AC_C_COMPILE_BIGENDIAN): Rename to
+       gcc_AC_C_COMPILE_ENDIAN.  Use gcc_AC_EXAMINE_OBJECT.  Put
+       newlines at either end of the string we're looking for.
+       Make 'checking ...' message less stilted.
+       (gcc_AC_C_FLOAT_FORMAT): Use gcc_AC_EXAMINE_OBJECT.  Handle
+       ARM in-memory layout and its hypothetical converse.  Don't
+       define HOST_FLOAT_WORDS_BIG_ENDIAN unless it's different from
+       HOST_WORDS_BIG_ENDIAN.
 
-       * halfpic.c (half_pic_address_p): Fix typo in last change.
+       * configure.in: Adjust for renamed macro.  Move
+       gcc_AC_C_FLOAT_FORMAT below gcc_AC_C_COMPILE_ENDIAN.
+       * configure, config.in: Regenerate.
 
-       * x-decrose (CLIB): Add -lbsd, since vfork moved to libbsd.a.
-       * x-encrose (CLIB): Ditto.
-       * x-i386rose (CLIB): Ditto.
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
 
-Tue Mar 17 07:02:29 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * fixinc/Makefile.in: Set SHELL.
 
-       * mips.md (movdi): FP_REGS don't allow DImode, so remove them
-       from the constraints.
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
 
-       * mips.md (unaligned moves): Use UNSPEC to distinguish SETs that are
-       unaligned from those that aren't.
+       * fixinc/fixincl.c (fix_with_system): Quote file names before
+       passing them to shell.
 
-       * combine.c (try_combine): Update LOG_LINKS correctly when we split a
-       PARALLEL that loads from memory both as a full-word and sign-extended.
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
 
-Tue Mar 17 21:23:10 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * Makefile.in: Use fix-header$(build_exeext) instead
+       of fix-header.
 
-       * vax.c (split_quadword_operands): Fix typo.
+2001-03-16  Richard Henderson  <rth@redhat.com>
 
-       * make-cc1.com: Add xcoffout.c.
+       * dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.
+       (LN_PROLOG_AS_LABEL, LN_PROLOG_END_LABEL): New.
+       (size_of_line_prolog): Remove.
+       (output_line_info): Compute prologue size via label difference.
+       (lookup_filename): Return "unspecified" for <internal> and <built-in>.
 
-Mon Mar 16 17:12:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Require that the
+       assembler error when redefining file numbers.
+       * config.in, configure: Rebuild.
 
-       * configure (mips-dec-ultrix*): Use x-decstatn.
-       * x-decstatn (CLIB): Delete.
+       * dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.
+       (dw2_asm_output_data_uleb128): Use space not tab after .uleb128.
+       (dw2_asm_output_delta_uleb128): Likewise.
+       (dw2_asm_output_delta_sleb128): Similarly.
+       (dw2_asm_output_data_sleb128): Similarly.  Print number in decimal.
 
-       * expr.c (move_by_pieces_1): Add negative ints--don't subtract ints.
+2001-03-16  Michael Meissner  <meissner@redhat.com>
 
-       * next.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Turned off.
-       * t-next (EXTRA_PROGRAMS, ld): Use collect2.
-       * configure (m68k-next-*): Use t-next.
+       * mips.h (BITMASK_HIGH): Replacement for 0x80000000 that avoids
+       warnings.
+       (BITMASK_UPPER16): Replacement for 0xffff0000 that avoids
+       warnings.
+       (BITMASK_LOWER16): Replacement for 0x0000ffff.
 
-       * mips-bsd.h (TARGET_MEM_FUNCTIONS): Defined.
+       * mips.c (save_restore_insns): Use BITMASK_UPPER16/BITMASK_LOWER16
+       instead of 0xffff0000/0x0000ffff to avoid warnings about constants
+       being unsigned in ISO C and signed in traditional.
+       (expand_prologue): Ditto.
+       (RA_MASK): Use BITMASK_HIGH to avoid warnings.
 
-Mon Mar 16 14:04:08 1992  Tim Moore  (moore@defmacro.cs.utah.edu)
+       * mips.md (divmodsi4,divmodsi4): Use BITMASK_HIGH to avoid
+       warnings.
+       (divsi3,divdi3): Ditto.
+       (modsi3,moddi3): Ditto.
+       (fix_truncdfsi2,fix_truncdfdi2): Ditto.
+       (fix_truncsfsi2,fix_truncsfdi2): Ditto.
+       (movsi split): Use BITMASK_UPPER16/BITMASK_LOWER16 to avoid
+       warnings.
 
-       * hp800.md (movsi + 10, movsi + 11): Add '*' to constraints.
-       (fix_truncsfsi2, fix_truncdfsi2): Add an alternative to put result
-       directly in a general register.
-       * hp800.h (ASM_DECLARE_FUNCTION_NAME): If function is not
-       TREE_PUBLIC, don't do the argument descriptor magic.
-       (EXPAND_BUILTIN_SAVEREGS): call hppa_builtin_saveregs.
-       (LEGITIMIZE_ADDRESS): Don't legitimize CONST addresses.
-       (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Put tabs back in.
-       * xm-hp800.h (S_ISDIR): Define for BSD.
+Fri Mar 16 14:47:57 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * hp800.c (hppa_builtin_saveregs): New function.
-       * va-hp800.h : Rewrite.
+       * i386.c (ix86_expand_fp_movcc): Do not attempt to construct
+       SSE based conditional moves on LTGT/UNEQ conditions;
+       Canonicalize EQ to NE.
+       * i386.md (sse_mov?fcc): Disallow EQ and NE in IEEE mode.
+       (sse_mov?fcc_ne): New.
 
+       * i386-protos.h (sign_extended_value, zero_extended_value): Declare.
 
-Sun Mar 15 23:38:39 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-16  Alexandre Oliva  <aoliva@redhat.com>
 
-       * objc-actions.c (really_start_method): Dynamically allocate `buf'.
+       * config/sh/sh.c (sh_expand_prologue): Insns that set up the PIC
+       register may be dead.
 
-       * sparc.h (TARGET_HOPE_ALIGN): Renamed from TARGET_ALIGN.
-       * sparc.c (output_move_double, output_fp_move_double): Use new name.
-       * sparc.h (TARGET_FORCE_ALIGN): New flag.
-       (FUNCTION_ARG_BOUNDARY): Defined.
-       (FUNCTION_ARG, FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE):
-       (FUNCTION_ARG_PARTIAL_NREGS): Handle TARGET_FORCE_ALIGN.
-       (ROUND_REG): New subroutine macro.
+2001-03-16  Brad Lucier  <lucier@math.purdue.edu>
 
-       * sparc.h (CC1_SPEC): Don't try to recognize -dalign.
+       * Makefile.in (hash.o): Depend on CONFIG_H.
 
-       * hp320.h (ASM_OUTPUT_ASCII): Put tab here.
-       (ASCII_DATA_ASM_OP): Not here.
-       * mot3300.h: Likewise.
+2001-03-15  Mark Mitchell  <mark@codesourcery.com>
 
-       * Makefile.in (mostlyclean): Don't delete .s or .i files.
-       (extraclean): Do that here.
+       * dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.
 
-       * a29k.h, fx80.h, gmicro.h, i860v3.h, i860v4.h (*_ASM_OP): Remove tabs.
-       * m88kv4.h, m88kdgux.h, mips.h, romp.h, rs6000.h: Likewise.
-       * sun386.h, tower-as: Likewise.
-       * arm.h, hp800.h (*_ASM_OP): Remove extra tabs and newlines.
-       * m68ksgs.h (*_ASM_OP): Remove tabs.
-       (ASM_OUTPUT_*): Put the tabs here when appropriate.
-       * m68kv4.h, m88k.h, next.h: Likewise.
+2001-03-15  Richard Henderson  <rth@redhat.com>
 
-Sun Mar 15 18:37:49 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): New.
+       (ASM_OUTPUT_DWARF_PCREL): New.
+       * config/ia64/hpux.h (ASM_OUTPUT_DWARF_OFFSET): Remove.
 
-       * reload1.c (inc_for_reload): Rework to try to do addition in
-       INCLOC rather than assuming when it can be done; this fixes a bug
-       on hp800 and generates better code on some CISC machines.
+2001-03-16  Alexandre Oliva  <aoliva@redhat.com>
 
-Sun Mar 15 15:12:39 1992  Ron Guilmette  (rfg at ncd.com)
+       * cppfiles.c (stack_include_file): Use MAX of sysp.
 
-       * crtstuff.c:  If defined, invoke INIT_SECTION_PREAMBLE.
+2001-03-15  Steve Ellcey  <sje@cup.hp.com>
 
-       * xm-sparcv4.h, x-sparcv4:  New files.
-       * configure (sparc-*-sysv4*):  Use them.
+       * config.gcc (ia64*-*-hpux*): New case.
+       * config/ia64/hpux.h: New file for HP-UX support.
+       * config/ia64/t-hpux: New file for HP-UX support.
 
-Sun Mar 15 16:41:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-16  Bruce Korb  <bkorb@gnu.org>, Alexandre Oliva  <aoliva@redhat.com>
 
-       * sparc.md (subdi3): Fix unterminated comment.
+       * fixinc/inclhack.def (irix_stdio_va_list): New.
+       * fixinc/fixincl.x: Rebuilt.
 
-Sun Mar 15 04:08:59 1992  Torbjorn Granlund  (tege at zevs.sics.se)
+2001-03-15  Richard Henderson  <rth@redhat.com>
 
-       * hp800.c (output_block_move): Major rewrite.
-       * hp800.md (movstrsi): Rewrite to match new output_block_move.  FAIL
-       if the actual operands are better handled by a library call.
-       (movstrsi recognizer): Rewrite.
+       * dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET
+       if provided by the target.
+       (dw2_asm_output_pcrel): Likewise with ASM_OUTPUT_DWARF_PCREL.
+       (dw2_asm_output_addr): New.
+       * dwarf2asm.h (dw2_asm_output_addr): Declare.
+       * dwarf2out.c (output_cfi): Use it for program addresses.
+       (output_call_frame_info, output_die): Likewise.
+       (output_aranges, output_line_info): Likewise.
 
-       * sparc.md (movstrsi): FAIL for all blocks with unknown size.
+2001-03-15  Bruce Korb  <bkorb@gnu.org>
 
-Sat Mar 14 19:06:02 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * gcc.c(main): make more rigorous
+       * collect2.c(main): guard against ignoring SIGCHLD
+       * protoize.c(main): ditto
+       * gcc/fixinc/fixincl.c(initialize): ditto
 
-       * c-decl.c (builtin_function): Don't declare static.
+2001-03-15  Mark Mitchell  <mark@codesourcery.com>
 
-Sat Mar 14 15:57:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * sdbout.c (sdbout_symbol): Use DECL_RTL_SET_P, SET_DECL_RTL.
+       (sdbout_parms): Likewise.
 
-       * expr.c (get_pointer_alignment): Convert bytes to bits
-       when handling PLUS_EXPR.
+Thu Mar 15 12:57:14 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * cp-search.c (push_stack_level): Declare tp as char *.
+       * reload1.c (reload_cse_simplify_set): For LOAD_EXTEND_OP, do not
+       "widen" a destination that is already wider than a word.  Also do
+       not widen if LOAD_EXTEND_OP is NIL for the given mode.
 
-       * mips.c (mips_asm_file_end): Use TREE_ASM_WRITTEN to avoid
-       duplicate .extern commands.
+2001-03-15  Bernd Schmidt  <bernds@redhat.com>
 
-       * mips-tdump.c: Include fcntl.h.
-       * mips-tfile.c (open, fstat): Declarations deleted.
+       * config/ia64/ia64.c (ia64_sched_reorder): Remove debugging aids.
 
-       * xm-mipsnews.h: New file.
-       * mips-news5.h: New file.  Needs papers from Ron Cole.
-       * configure (mips-sony-sysv*): New alternative.
+Thu Mar 15 11:30:31 EST 2001  John Wehle  (john@feith.com)
 
-Sat Mar 14 07:11:14 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
 
-       * integrate.c (initialize_for_inline): If DECL_INCOMING_RTL is
-       the same object as DECL_RTL, store copy in both places.
+Thu Mar 15 11:24:29 EST 2001  John Wehle  (john@feith.com)
 
-Sat Mar 14 10:12:39 1992  Michael Tiemann  (tiemann@cygnus.com)
+       * i960.h (i960_maxbitalignment,
+       i960_last_maxbitalignment): Declare.
+       * i960.c (i960_maxbitalignment,
+       i960_last_maxbitalignment): Make global.
+       (process_pragma): Delete.
+       (i960_pr_align, i960_pr_noalign): Move from here ...
+       * i960-c.c: ... to this new file.
+       * t-960bare (i960-c.o): New rule.
+       * t-vxworks960 (i960-c.o): Likewise.
+       * config.gcc (i960-*-*): Define c_target_objs and
+       cxx_target_objs.
 
-       * cp-spew.c (yylex): Fix some fencepost errors found by Chip
-       Salzenberg.
+2001-03-15  Bernd Schmidt  <bernds@redhat.com>
 
-       * cp-init.c (is_aggr_typedef): Now calls `error' instead of `fatal'
-       if NAME is non-AGGR type.
+       * cselib.c (hash_rtx): For REG and MEM, just use value of expression
+       without adding in rtx code and mode.
 
-       * cp-class.c (duplicate_tag_error): Set CLASSTYPE_VBASE_SIZE.
+       * alias.c (init_alias_analysis): Don't use any rtx whose value
+       varies as a known value.
+       Delete a superfluous test.
 
-Sat Mar 14 00:28:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/ia64/ia64.c (maybe_rotate): New function, broken out of
+       ia64_sched_reorder.
+       (ia64_sched_reorder): Call maybe_rotate; also rotate after
+       scheduling a stop bit.
+       (ia64_emit_nops): Correctly handle ASMs.
 
-       * gcc.c (do_spec_1): Don't copy closing delim in %(...) or %[...].
-       (read_specs): Don't ignore newline that ends a comment.
-       (handle_braces): Properly terminate scan for %*.
-       (validate_all_switches): Scan any extra specs from specs file.
+2001-03-15  Mark Mitchell  <mark@codesourcery.com>
 
-       * x-iris: File deleted.
+       * varasm.c (assemble_variable): Use DECL_RTL_SET_P.
 
-       * cccp.c (output_line_command): Avoid outputting line number 0.
+2001-03-15  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * final.c (asm_fprintf): Handle %O.
-       * m68k.c: Insert %O before `move' in MOTOROLA calls to asm_fprintf.
+       * cpp.texi: Update documentation for -include and -imacros.
+       * cppfiles.c (struct include_file): Remove "defined" memeber.
+       (find_or_create_entry): Make a copy of the file name, and
+       simplify it.
+       (open_file): Update to ensure we use the simplified filename.
+       (stack_include_file): Don't set search_from.
+       (cpp_included): Don't simplify the path name here.
+       (find_include_file): New prototype.  Call search_from to
+       get the start of the "" include chain.  Don't simplify the
+       filenames here.
+       (_cpp_execute_include): New prototype.  Move diagnostics to
+       do_include_common.  Update.
+       (_cpp_pop_file_buffer): Don't set defined.
+       (search_from): New prototype.  Use the preprocessor's cwd
+       for files included from the command line.
+       (read_name_map): Don't simplify the pathname here.
+       * cpphash.h (enum include_type): New.
+       (struct buffer): Delete search from.  New search_cached.
+       (_cpp_execute_include): Update prototype.
+       * cppinit.c (do_includes): Use _cpp_execute_include.
+       * cpplib.c (do_include_common): New function.
+       (do_include, do_include_next, do_import): Use it.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the
+       contents of the RTL, to determine the name of the object.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * tree.h (DECL_RTL): Allocate RTL lazily.
+       (SET_DECL_RTL): New macro.
+       (DECL_RTL_SET_P): Likewise.
+       (COPY_DECL_RTL): Likewise.
+       (DECL_RTL_IF_SET): Likewise.
+       * varasm.c (make_decl_rtl): Add assertions about the kind of
+       declaration we are processing.
+       * c-decl.c (duplicate_decls): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
+       (start_decl): Likewise.
+       (finish_decl): Likewise.
+       * c-semantics.c (emit_local_var): Likewise.
+       * calls.c (expand_call): Likewise.
+       * dbxout.c (dbxout_symbol): Likewise.
+       * emit-rtl.c (unshare_all_rtl): Likewise.
+       (unshare_all_decls): Likewise.
+       (reset_used_decls): Likewise.
+       * expr.c (store_constructor): Likewise.
+       (safe_from_p): Likewise.
+       (expand_expr): Likewise.
+       * function.c (put_var_into_stack): Likewise.
+       (instantiate_decls_1): Likewise.
+       (assign_parms): Likewise.
+       (expand_function_start): Likewise.
+       (expand_function_end): Likewise.
+       * ggc-common.c (gcc_mark_trees): Likewise.
+       * integrate.c (function_cannot_inline_p): Likewise.
+       (copy_decl_for_inlining): Likewise.
+       (expand_inline_function): Likewise.
+       (integrate_parm_decls): Likewise.
+       (integrate_decl_tree): Likewise.
+       * print-tree.c (print_node): Likewise.
+       * reg-stack.c (stack_result): Likewise.
+       * stmt.c (label_rtx): Likewise.
+       (expand_return): Likewise.
+       (expand_decl): Likewise.
+       (expand_decl_cleanup): Likewise.
+       (expand_anon_union_decl): Likewise.
+       * toplev.c (check_global_declarations): Likewise.
+       (rest_of_decl_compilation): Likewise.
+       * tree.c (simple_cst_equal): Likewise.
+       * objc/objc-act.c (generate_static_references): Likewise.
+
+2001-03-14  Zack Weinberg  <zackw@stanford.edu>
+
+       * aclocal.m4 (gcc_AC_C_CHARSET, gcc_AC_C_COMPILE_BIGENDIAN,
+       gcc_AC_C_FLOAT_FORMAT): New macros.
+       * configure.in: Add AC_PROG_CPP after CC tests;
+       gcc_AC_C_CHARSET and gcc_AC_C_FLOAT_FORMAT after the sizeof
+       tests; and gcc_AC_C_COMPILE_BIGENDIAN after gcc_AC_C_CHAR_BIT.
+       * configure, config.in: Regenerate.
+
+       * config/a29k/xm-a29k.h, config/arc/xm-arc.h,
+       config/arm/xm-arm.h, config/c4x/xm-c4x.h,
+       config/convex/xm-convex.h, config/d30v/xm-d30v.h,
+       config/i370/xm-linux.h, config/i370/xm-oe.h,
+       config/ia64/xm-ia64.h, config/m32r/xm-m32r.h,
+       config/m68k/xm-m68k.h, config/mips/xm-mips.h,
+       config/pa/xm-linux.h, config/pa/xm-pa.h,
+       config/rs6000/xm-lynx.h, config/rs6000/xm-mach.h,
+       config/rs6000/xm-rs6000.h, config/rs6000/xm-sysv4.h,
+       config/sparc/xm-sparc.h, config/vax/xm-vax.h,
+       config/we32k/xm-we32k.h: Delete.
+
+       * config/i370/xm-mvs.h, config/m88k/m88k.h,
+       config/romp/xm-romp.h, config/rs6000/xm-beos.h,
+       config/vax/xm-vms.h: Don't define any of:
+       HOST_FLOAT_FORMAT, HOST_EBCDIC, HOST_WORDS_BIG_ENDIAN
+
+       * config/rs6000/aix.h: Define COLLECT_EXPORT_LIST here.
+
+       * config.gcc: Remove references to deleted files.
+       (i370-*-opened*): Use i370/xm-mvs.h (which now defines only
+       FATAL_EXIT_CODE, which is the same between oe and mvs).
+
+2001-03-14  DJ Delorie  <dj@redhat.com>
+           Vladimir Makarov  <vmakarov@redhat.com>
+
+       * config/i960/i960.c (i960_function_prologue): Compute size of
+       frame according to number of registers actually saved there.
+
+2001-03-14  Richard Henderson  <rth@redhat.com>
+
+       * expr.c (emit_move_insn_1): Fix else if around #endif.
+
+Wed Mar 14 22:39:12 CET 2001  Jan Hubicka  <jh@suse.cz>
+                             Vojtech Pavlik
+
+       * md.texi (machine constraints): Document 'Q', 'R', 'e' and 'Z'
+       constraints.
+
+Wed Mar 14 22:26:10 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_cmodel_string, ix86_cmodel): Define.
+       (override_options): Parse cmodel string.
+       (x86_64_sign_extended_value, x86_64_zero_extended_value): New.
+       * i386.h (TARGET_OPTIONS): Add "cmodel".
+       (EXTRA_CONSTRAINT): Recognize 'e' and 'Z'.
+       (enum cmodel): New.
+       (ix86_cmodel_string, ix86_cmodel): Declare.
+
+Wed Mar 14 22:26:54 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       Spot by Matt Kraai:
+       * i386.h (GENERAL_REG_P): Add missing REG_P.
+
+2001-03-14  Laurynas Biveinis  <lauras@softhome.net>
+
+       * configure.in: Use $gcc_cv_as instead of $as.
+       * configure: Regenerated.
+
+2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c (stack_include_file): Only increase the include
+       count if we actually process the file properly, as opposed
+       to treating it as length zero.  Only call read_include_file
+       if not DO_NOT_REREAD.  Handle the -H include file output
+       here.
+       (read_include_file): Remove now redundant DO_NOT_REREAD check.
+       (cpp_included, find_include_file): Simplify pathnames after
+       remapping them.  If remapping, don't use the remapped file
+       name's buffer as our scratch buffer.
+       (cpp_pop_file_buffer): Replace the multiple include macro
+       only if it isn't yet set.
+       (read_name_map): Simplify remapped names when reading in.
+       (remap_filename): Move code to code path that uses it.
+       (_cpp_simplify_pathname): Return the input pointer.
+       * cpphash.h (_cpp_simplify_pathname): Update prototype.
+
+2001-03-14  Mark Mitchell  <mark@codesourcery.com>
 
-Fri Mar 13 20:17:40 1992  Mike Stump  (mrs@cygnus.com)
+       * expr.c (expand_expr): Revove bogus conditional.
 
-       * cp-typeck.c, cp-type2.c, cp-tree.c, cp-spew.c, cp-search.c,
-       cp-parse.y, cp-init.c, cp-decl.c, cp-cvt.c, cp-class.c, cp-call.c:
-       Merged in updated cp-* files for gcc-2.1.
+Wed Mar 14 19:29:50 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       Thu Mar 12 02:29:26 1992  Mike Stump  (mrs@cygnus.com)
+       * expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
 
-       * cp-type2.c (build_functional_cast): remove incorrect error message.
+2001-03-14  Jakub Jelinek  <jakub@redhat.com>
 
-Fri Mar 13 14:54:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * reg-stack.c (stack_result): Unconditionally use
+       FUNCTION_OUTGOING_VALUE resp. FUNCTION_VALUE.
 
-       * objc-actions.c (get_arg_type_list) [not NEXT_OBJC_RUNTIME]:
-       1st arg always an object.
-       (synth_module_prologue): Don't use parser interface, just build nodes.
-       Use `void *' to avoid problems with TAG_SUPER vs _TAG_SUPER.
-       (TAG_SUPER, _msg_id, _msgSuper_id): Deleted.
-       (objc_getClass_id, objc_getMetaClass_id): Deleted.
-       (selector_type): Renamed from _selector_type.
-       (forward_declare_categories, build_objc_symtab_template):
-       Don't use parser interface, just build nodes.
-       (create_builtin_decl): New function.
+Wed Mar 14 16:36:25 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * hp800hpux.h (LIB_SPEC): New definition.
+       * expr.c (emit_move_insn_1):  Split push of complex value when
+       no suitable push instruction exist.
 
-       * arm.h (TARGET_WHEN_DEBUGGING): Name corrected.
+       * i386.md (QImode move/add/shift patterns): Use ANY_QI_REG_P
+       instead of QI_REG_P.
 
-       * protoize.c (abspath): Make abs_buffer a little longer.
+Tue Mar 13 22:22:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * encore.h (NO_ABSOLUTE_PREFIX_IF_SYMBOLIC): Defined.
-       (EXTERNAL_PREFIX, IMMEDIATE_PREFIX): Defined.
-       (TARGET_DEFAULT): Changed to 9.
-       (ENCORE_ASM): Defined.
+       * alias.c (handled_component_p, can_address_p): New functions.
+       (get_alias_set): Use them.
 
-       * sequent.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Deleted.
-       (IMMEDIATE_PREFIX): Define as 0.
-       (SEQUENT_ASM): Defined.
-       * ns32k.c (print_operand): Output f.p. as ints if SEQUENT_ASM.
-       Output doubles using 0f, not 0d, if ENCORE_ASM.
+2001-03-13  Jim Wilson  <wilson@redhat.com>
 
-       * configure: If no configuration matches, print error and exit.
-       (m68k-sun-sunos*): Renamed from m68k-sun-sunos4*.
+       * config/ia64/ia64.c (find_gr_spill): Subtract frame_pointer_needed
+       from 80 in try_locals code.
+       (ia64_expand_prologue): Add comment pointing to find_gr_spill change.
 
-       * configure (copy): New variable.
-       If hard link fails, make a copy.
+2001-03-13  Zack Weinberg  <zackw@stanford.edu>
 
-       * mips.c (mips_asm_file_end): Don't set flags in identifiers.
-       Just output every identifier found in extern_head.
+       * aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_C_CHAR_BIT,
+       gcc_AC_C_LONG_LONG): New.
+       * configure.in: Use them.  Probe the size of short, int, long,
+       and long long/__int64 if we have them.  Move all the AC_C_*
+       checks together, except gcc_AC_C_CHAR_BIT which has to go
+       after AC_CHECK_HEADERS(limits.h).
+       Take hwint.h out of host_xm_file and build_xm_file.
 
-       * configure (sparc-tti-*): Renamed from sparc-unicom-*.
-       (m68k-tti-*): Replaced.
-       (m68k-tti2-*): Deleted
+       * hwint.h: Unconditionally define HOST_BITS_PER_CHAR,
+       HOST_BITS_PER_SHORT, HOST_BITS_PER_INT, HOST_BITS_PER_LONG,
+       and HOST_BITS_PER_LONGLONG in terms of SIZEOF_* and CHAR_BIT.
+       Move the HOST_WIDEST_INT setup logic here from system.h.
+       Provide HOST_WIDEST_INT even if HOST_BITS_PER_LONGLONG is not
+       defined.
+       * system.h: Include hwint.h after limits.h.  HOST_WIDEST_INT
+       is now handled by hwint.h.
 
-       * config.sub (pbd): Alias for sparc-tti, not sparc-unicom.
-       (pbb): New machine alias.
-       (*-tti): Implies os=-sysv3.
-       (-oss*): Alias for -sysv3.
+       * config/alpha/xm-alpha-interix.h, config/alpha/xm-vms.h,
+       config/c4x/xm-c4x.h, config/i370/xm-oe.h,
+       config/ia64/xm-ia64.h: Don't define any of:
+       HOST_BITS_PER_LONG, HOST_BITS_PER_CHAR, HOST_BITS_PER_SHORT,
+       HOST_BITS_PER_LONGLONG.
 
-Fri Mar 13 17:20:52 1992  david d [zoo] zuhn  (zoo at lynx.spa.umn.edu)
+       * config/alpha/xm-alpha.h, config/dsp16xx/xm-dsp16xx.h,
+       config/h8300/xm-h8300.h, config/mips/iris6.h,
+       config/mn10200/xm-mn10200.h, config/pa/xm-pa64hpux.h,
+       config/sparc/xm-sp64.h: Delete.
+       * config.gcc: Remove references to deleted files.
 
-       * x-mips: add -mld.
+       * config/arm/xm-arm.h, config/mips/xm-mips.h: Don't define
+       HOST_FLOAT_FORMAT to IEEE_FLOAT_FORMAT.
+       * config/i370/xm-linux.h: Clarify floating-point situation in
+       a comment.
 
-Fri Mar 13 14:48:05 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+2001-03-13  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * hp800.h (REGISTER_NAMES): Name register 112, the shift amount
-       register, as "SAR".  It was left out.
+       * cppfiles.c (NO_INCLUDE_PATH): New macro.
+       (find_include_file): Decide here which part of the include
+       chain to start the search.  Complain about an empty include
+       chain in all cases apart from an abolsute file name.
+       (_cpp_execute_include): Don't choose the search chain here.
+       Don't call handle_missing_include in the case of an empty
+       include chain.
+       (_cpp_compare_file_date): Don't choose the search chain here.
+       * cpplib.c (do_include_next): Move the in-main-file diagnostic
+       here from _cpp_execute_include.  Behave like #include if
+       we're in the main file.
 
-Fri Mar 13 04:08:53 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-03-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * i386isc.h (STARTFILE_SPEC): Use crt1, not crt0.
+       * system.h (malloc, realloc, calloc, strdup): Only poison these
+       tokens when IN_GCC is defined.
 
-       * x-i386sco (CC,OLDCC): Don't define `i386' here.
-       (RCCFLAGS): Define it here, along with other SCO symbols.
-       (XCFLAGS): Use that.  New variable.
-       (CLIB): Use -lPW to get alloca.
+Tue Mar 13 14:38:44 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri Mar 13 14:11:41 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+       * i386.md (abs?f expander): Support SSE case.
+       (abd?f_if): Add new "USE"; add splitters.
 
-       * Changes to enable use of sqrt builtin functions.
-       * c-decl.c (init_decl_processing): Enable BUILT_IN_FSQRT for 
-       __builtin_sqrt.  Also enable for sqrt if not traditional.
-       * cp-decl.c (init_decl_processing): Enable BUILT_IN_FSQRT for
-       __builtin_sqrt.
-       * expr.c (expand_builtin, case BUILT_IN_FSQRT): New case.  Call
-       expand_unop to expand the operation.  If that fails break and
-       emit a call to the library sqrt function.
-       * optabs.c (init_optabs): Initialize new optabs for sqrt functions.
-       * expr.h (sqrt_optab): Declare here so that expr.c can see it.
+2001-03-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Fri Mar 13 08:56:50 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cpp.texi (poison): Explain the macro expansion exception.
+
+2001-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * expr.c (store_expr): Add dont_store_target.  If temp is already in
+       target before copying to reg, don't store it into target again.
+
+2001-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppinternals.texi: Update for file handling.
+
+2001-03-12  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's
+       2001-02-24 which broke building the Java library.
+       * function.c (identify_blocks): Likewise.
+       (all_blocks): Likewise.
+       * integrate.c (integrate_decl_tree): Likewise.
+       * print-tree.c (print_node): Likewise.
+       * tree.h (BLOCK_NUMBER): Likewise.
+       (struct tree_block): Likewise.
+
+2001-03-12  David Edelsohn  <edelsohn@gnu.org>
+
+       * rs6000/aix51.h (CPP_SPEC, CPLUSPLUS_CPP_SPEC): Fix typo in
+       __WCHAR_TYPE__ definition.
+       (WCHAR_TYPE_SIZE): #undef before #define.
+
+2001-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c: Update comments.
+       (destroy_include_file_node): Rename destroy_node.
+       (find_or_create_entry): New function.
+       (open_file, _cpp_fake_include): Use it.
+       (handle_missing_header): New function, broken out of
+       _cpp_execute include.  Don't segfault if there is no
+       system or quoted path.
+       (_cpp_execute_include): Use handle_missing_header.
+
+2001-03-12  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * jump.c (reversed_comparison_code_parts): Reverse Jan Hubricka's
+       2001-02-28 patch because it breaks arm-linux and mips-sgi-irix6.5.
+
+Mon Mar 12 14:05:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * flow.c (insn_dead_p): Don't consider two memrefs equivalent
+       unless anti_dependence says they are.
+       * alias.c (objects_must_conflict): If neither has a type specified,
+       they must conflict.
+
+2001-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+           David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * config/mips/iris5.h:  Change WCHAR_TYPE to int.
 
-       * cse.c (delete_dead_from_cse): Fix error in last change.
+Mon Mar 12 16:32:21 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (trunctfdf2_2): Rename missnamed pattern.
+       (*_one_bit): Remove type on the match_operand in attributes.
 
-       * a29k.h (PCC_BITFIELD_TYPE_MATTERS): Define as 1.
+Mon Mar 12 16:27:56 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * reorg.c (fill_slots_from_thread): Add missing arg in call to
-       try_split call that was recently added.
+       * i386.c: Commit forgotten hunk in previous patch.
+       (regclass_map): Add extended registers.
+       (dbx_register_map): Add missing frame register.
 
-       * fold-const.c (invert_truthvalue, case COMPOUND_EXPR): New case.
+Mon Mar 12 15:41:08 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Fri Mar 13 01:02:56 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.md (all XFmode patterns except swapxf): Disable for 64bit.
 
-       * collect2.c (ordinary scan_prog_file): Don't count | in sym name.
+       * i386.md (x86_sahf_1): Disable for 64bit.
+       (popsi*, pophi*): Likewise.
+       (pushqi, pushhi): Likewise.
+       (movdi, pushdi): Likewise.
+       (zero extend DImode splitter): Likewise.
+       (adddi, minusdi splitter): Likewise.
+       (umulsidi): Likewise.
+       (umulsi): New.
+       (mulsidi): Disable for 64bit
+       (lshift:DI/ashift:DI): Disable for 64bit.
+       (loop patterns): Likewise.
+       (call_pop, call_value_pop expanders and patterns): Likewise.
+       (prologue_get_pc): Likewise.
+       (leave): Likewise.
+       (fcmovDI pattern and splitter): Likewise.
+       (movdfcc_1_rex64): New.
 
-       * ns32k.md (movsf): Remove #if 0 around #ifndef GAS_SYNTAX.
+Mon Mar 12 15:16:36 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * pc532.h (GAS_SYNTAX): Defined.
+       * i386.h (VALID_FP_MODE_P): XFmode is invalid on x86_64.
+       (MODES_TIEABLE_P): QImodes and DImodes are tiable on x86_64.
+       (HARD_REGNO_CALLER_SAVE_MODE): Save QImodes as QImodes for x86_64.
+       (STATIC_CHAIN_REGNUM): Set to r10 for x86_64.
+       (PIC_OFFSET_TABLE_REGNUM): Set to INVALID_REGNUM for x86_64.
+       (LIMIT_RELOAD_CLASS): Avoid limiting of QImodes on x86_64.
+       (SECONDARY_OUTPUT_RELOAD_CLASS): No need to QImodes.
+       (PUSH_ROUNDING): x86_64 rounds to 64bits.
+       (CONSTANT_ADDRESS_P): Accept CONST_DOUBLE.
+       (REGPARM_MAX): Set to 6 for x86_64.
+       (SSE_REGPARM_MAX): Set to 16 for x86_64.
+       * i386.c (hard_regno_mode_ok): QImodes can be in all general purpose
+       registers.
 
-Thu Mar 12 00:10:23 1992  Stefan Petri  (petri@jupiter.ibr.cs.tu-bs.de)
+       * (patterns that does use upper halves): Update constraints
+       'q' to 'Q' and 'r' to 'R'.
+       (cmpqi_ext_1): Disable for 64bit.
+       (cmpqi_ext_3_insn): Likewise.
+       (movqi_extzv_1): Likewsie.
+       (addqi_ext_1): Liekwsie
+       (testqi_ext_1): Liekwsie
+       (andqi_ext_1): Liekwsie
+       (xorqi_ext_1): Liekwsie
+       (cmpqi_ext_1_rex64): New.
+       (cmpqi_ext_3_insn_rex64): Likewise.
+       (movqi_extzv_1_rex64): Likewsie.
+       (addqi_ext_1_rex64): Liekwsie
+       (testqi_ext_1_rex64): Liekwsie
+       (andqi_ext_1_rex64): Liekwsie
+       (xorqi_ext_1_rex64): Liekwsie
+
+2001-03-11  Zack Weinberg  <zackw@stanford.edu>
+
+       * configure.in: Move check for unsigned enumerated bitfields
+       to macro in aclocal.m4.  Disable it for now.
+       * configure, config.in: Regenerate.
+       * system.h: Don't do anything with ONLY_INT_FIELDS.  Use the
+       unsigned-int form of ENUM_BITFIELD() unless being compiled by GCC.
+       * varasm.c (struct rtx_const): Use ENUM_BITFIELD().  Move enum
+       kind above its first use.
+
+       * config/xm-interix.h, config/alpha/xm-alpha.h,
+       config/i370/xm-linux.h, config/i386/xm-beos.h,
+       config/i386/xm-mingw32.h, config/mips/xm-mips.h,
+       config/pa/xm-pa.h, config/pa/xm-pa64hpux.h,
+       config/rs6000/xm-beos.h, config/rs6000/xm-sysv4.h,
+       Don't define ONLY_INT_FIELDS under any circumstances.
+
+       * config/pa/xm-pa.h: Don't define __BSD_NET2__.
+
+       * config/pa/xm-pahpux.h, config/pa/xm-papro.h,
+       config/sparc/xm-sysv4.h: Delete - now identical with some
+       other xm header.
+       * config.gcc (hppa targets): Replace xm-pahpux.h and
+       xm-papro.h with implicit xm-pa.h.
+       (sparc targets): Replace xm-sysv4.h with implicit or explicit
+       xm-sparc.h.
+
+2001-03-12  Aldy Hernandez  <aldyh@redhat.com>
+
+       * reload1.c (reload_cse_simplify): Call reload_cse_simplify_set
+       before reload_cse_noop_set_p.
+
+2001-03-11  Zack Weinberg  <zackw@stanford.edu>
+
+       * config.gcc: Where xm-host.h used to include another
+       xm-host.h, list the nested header directly in xm_file.  Remove
+       references to deleted files.  Can now use sparc/xm-sp64.h for
+       sparcv9-*-solaris*.
+
+       * config/xm-linux.h, config/arm/xm-linux.h,
+       config/i386/xm-dos.h, config/i386/xm-gnu.h,
+       config/i386/xm-linux.h, config/i386/xm-openbsd.h,
+       config/i860/xm-fx2800.h, config/m68k/xm-atari.h,
+       config/m68k/xm-linux.h, config/m68k/xm-sun3.h,
+       config/sparc/xm-linux.h, config/sparc/xm-sysv4-64.h:
+       Delete.
+
+       * config/alpha/xm-alpha-interix.h: Don't include alpha/xm-alpha.h.
+       * config/mips/xm-iris5.h: Don't include mips/xm-mips.h.  Don't
+       bother to wrap #undef in #ifdef.
+       * config/pa/xm-linux.h, config/rs6000/xm-sysv4.h:
+       Don't include xm-linux.h.
+       * config/sparc/xm-sp64.h: Don't include sparc/xm-sparc.h.
+
+       * configure.in: Wrap regexps using [] in changequote block.
+       Use expr : not echo | grep.  Simplify regexps.
+       * configure: Regenerate.
+
+       56 xm-files remain, 22 xm-arch.
+
+2001-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF.
+       (__proto, PTR_T, CPTR_T): Delete, use PARAMS/PTR instead.
+       (local_index, local_rindex): Delete, use strchr/strrchr instead.
+       (copy_object): Fix format specifier vs argument mismatch.
+
+       * mips-tdump.c: Make local functions static.
+       (rindex): Don't #undef.
+       (__proto, PTR_T, CPTR_T): Delete, use PARAMS/PTR instead.
+       (fatal, fancy_abort): Delete.
+       (read_seek): Avoid signed/unsigned compare.
+
+Sun Mar 11 17:01:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * combine.c (try_combine): Fix error in change to try original
+       register.
+       (gen_rtx_combine): Do same as gen_rtx for now.
 
-       * configure (pyramid): Re-enable.
+2001-03-11  Zack Weinberg  <zackw@stanford.edu>
 
-       * pyr.h (STRUCTURE_SIZE_BOUNDARY): Restore definition from gcc-1.40.
-       (PCC_BITFIELD_TYPE_MATTERS): Define as 1 instead of empty.
+       * configure.in: AC_SUBST xm_defines.
+       * configure: Regenerate.
+       * Makefile.in: Set DEFINES=$(xm_defines) when building
+       tconfig.h.
 
-       * pyr.h (STATIC_CHAIN_INCOMING_REGNUM): Added.
+2001-03-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * pyr.h (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT,
-       INITIALIZE_TRAMPOLINE): Added, inspired by convex.h
+       * cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.
+       (cpp_included, find_include_file): Update.
+       (_cpp_compare_file_date): Make else unconditional.
 
-       * pyr.h (INITIAL_FRAME_POINTER_OFFSET): New definition.
+2001-03-10  kaz Kojima <kkojima@rr.iij4u.or.jp>
 
-       * pyr.md (indirect_jump): New pattern.
+       * config/sh/sh.h (LEGITIMATE_PIC_OPERAND_P): Defined.
 
-       * libgcc2.c [L_trampoline]: Don't include gstddef.h in this case.
-       (__enable_execute_stack): Cloned definition for pyramid
-       from that for convex.
+2001-03-10  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
 
-Thu Mar 12 13:23:05 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/sh/sh.md (umulhisi3_i, mulhisi3_i): Fix mnemonics.
+       * config/sh/lib1funcs.asm (mulsi3): Convert mulu to mulu.w.
 
-       * collect2.c (FREAD, FWRITE): #undef if USG.
+Sat Mar 10 22:42:05 2001  Alexandre Oliva  <aoliva@redhat.com>
 
-       * x-mipsv: New file.
-       * configure (mips-*-sysv): Use it.
+       * tree.c (build_common_tree_nodes_2): Don't copy va_list_type_node
+       if it's a record type.
 
-       * cccp.c (skip_to_end_of_comment): New arg NOWARN.  Callers changed.
-       (do_xifdef, do_endif): Pass 1 for NOWARN.
+Sat Mar 10 17:52:54 2001  Christopher Faylor <cgf@cygnus.com>
 
-       * i386.h, hp800.h (ENCODE_SECTION_INFO): Handle CONSTRUCTOR node.
-       * i386.h (ENCODE_SECTION_INFO): Only decls can be global.
+       * config/i386/cygwin.h: Make ../w32api a system directory.  Reorganize
+       mingw includes slightly.
 
-       * cccp.c (warn_import): New variable.
-       (do_include): Test that.
-       (main): Handle -Wimport.
+2001-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * hp800hpux.h (DBX_DEBUGGING_INFO): #undef it.
-       * x-hp800hpux: New file.
-       * configure (hp800-hp-hpux*): Use it.
+       * system.h (malloc, realloc, calloc, strdup, bzero, bcmp, rindex):
+       #undef token before poisoning it.
 
-       * config.sub: Make triton alias for sysv3.
+2001-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * collect2.c: If CROSS_COMPILE, #undef the special OBJECT_FORMAT_*.
+       * alpha.c (check_float_value): Use memcpy, not bcopy.
 
-Thu Mar 12 10:35:50 1992  Ron Guilmette  (rfg at ncd.com)
+       * m32r.c (m32r_sched_reorder): Likewise.
 
-       * gcc.c (default_compilers):  Use .i suffix (instead of .cpp) for all
-       preprocessor output files.
-       (execute):  Print commands used to invoke passes if -save-temps.
+       * vax.c (check_float_value): Likewise.
 
-       * Makefile.in (mostlyclean): Delete *.i, not *.cpp.
-       Don't delete *.co.
+2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Thu Mar 12 07:13:33 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * toplev.c (file_name_nondirectory): Remove.
+       * toplev.h: Similarly.
+       * dwarf2out.c (compute_section_prefix): Use lbasename instead
+       of file_name_nondirectory.
 
-       * xcoff.h (DBX_FINISH_SYMBOL): When writing function name, strip off
-       any storage class at the end.
+Sat Mar 10 10:36:45 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Thu Mar 12 05:16:49 1992  Tom Wood  (wood@dg-rtp.dg.com)
+       * mips-tdump.c (read_seek): Call xmalloc, not malloc.
+       * mips-tfile.c: Don't #undef rindex; not used.
 
-       * config.sub (-triton*): Delete this OS (it's sysv3).
-       * configure (m88k-dolphin-sysv3): Rename alternative.
-       * xm-m88kdolph.h: Delete.  Use xm-m88kv3.h instead.
-       * x-m88kdolph: New file.
-       
-Thu Mar 12 00:19:14 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+Sat Mar 10 14:34:59 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i386.md (movstrsi recognizers): Fix reversed operands.
+       * i386.h (DBX_REGISTER_NUMBER): Return proper values for 64bits.
+       (dbx64_register_map): Declare.
+       (RETURN_ADDR_RTX): Fix for 64bit.
+       (DWARF_FRAME_RETURN_COLUMN): Set to 16 for 64bit.
+       (INCOMING_FRAME_SP_OFFSET): Set to 8.
+       * i386.c (dbx64_register_map): New global array.
+       * beos-elf.h, freebsd.h, i386-interix.h, i386elf.h,
+       linux.h (DBX_REGISTER_REGNUMBER): Use dbx64_register_map
+       for 64bits.
 
-Thu Mar 12 00:01:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * gcc.c (main):
-       Don't require machine_suffix for md_startfile_prefix or md_exec_prefix.
+       * cppfiles.c (search_from): Use lbasename.
+       * mkdeps.c (deps_add_default_target): Use lbasename.
 
-       * toplev.c (main): Force flag_no_inline if not optimizing.
+2001-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * dbxout.c (dbxout_type): Ignored names don't count in case UNION_TYPE.
+       * fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &
+       xcalloc in lieu of malloc, realloc & calloc.
 
-       * cp-decl.c (pushtag): Push on ->tags and make TYPE_STUB_DECL
-       even if type has no tag name.
-       * cp-class.c (finish_struct): Always call rest_of_type_compilation.
+       * gencheck.c (xmalloc): Use really_call_malloc, not malloc.
 
-       * cse.c (simplify_unary_operation): For SQRT, do nothing.
+       * gengenrtl.c (xmalloc): Likewise.
 
-       * byteorder.h: Test __i860_big_endian__.
+       * gensupport.c (xcalloc, xrealloc, xmalloc): Use the
+       really_call_* memory allocation routines.
 
-       * ns32k.c (print_operand_address): Test NO_ABSOLUTE_PREFIX_IF_SYMBOLIC.
-       Test BASE_REG_NEEDED inside indirect address too.
-       * sequent.h (NO_ABSOLUTE_PREFIX_IF_SYMBOLIC): Defined.
-       (SEQUENT_ADDRESS_BUG, SEQUENT_BASE_REGS): #if 0.
+       * stmt.c (check_for_full_enumeration_handling): Use
+       really_call_calloc, not calloc.
 
-Wed Mar 11 22:55:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * system.h (really_call_malloc, really_call_calloc,
+       really_call_realloc): Define.
+       (malloc, realloc, calloc, strdup, bzero, bcmp, rindex): Poison.
 
-       * c-decl.c (push_parm_decl): Clear immediate_size_expand temporarily.
-       * stor-layout.c (get_pending_sizes): Fix up SAVE_EXPR_CONTEXT.
-       (variable_size): No longer static.
-       * c-decl.c (grokdeclarator): Call variable_size, not save_expr.
-       Rename local `variable_size' to `size_varies'.
+Fri Mar  9 18:39:19 2001  Jeffrey A Law  (law@cygnus.com)
 
-Wed Mar 11 18:53:23 1992  Chip Salzenberg  (chip@tct.com)
+       * pa.md (builtin_longjmp): Rework slightly to work for PA64 too.
 
-       * collect2.c (OBJECT_FORMAT_COFF, OBJECT_FORMAT_ROSE):
-       (OBJECT_FORMAT_NONE): Three alternative strategies for finding inits.
-       OBJECT_FORMAT_COFF is completely new.
-       (is_ctor_dtor): New function.
-       [OBJECT_FORMAT_NONE, OBJECT_FORMAT_ROSE] (scan_prog_file):
-       Use is_ctor_dtor.
+2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
 
-       * x-rs6000 (CLIB): Add -lld.
-       * t-rs6000: New file.
-       * configure (rs6000...): Use that file.
+       * configure: Rebuilt.
+       * configure.in: Only use `lang_requires' for languages athat are
+       actually enabled.
 
-Wed Mar 11 17:31:13 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+2001-03-09  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * reload1.c (inc_for_reload): Call gen_add2_insn with negated
-       constant instead of gen_sub2_insn.
+       * invoke.texi: Fix typo.
+       * gcc.1: Regenerate.
 
-Wed Mar 11 17:30:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-09  Zack Weinberg  <zackw@stanford.edu>
 
-       * c-typeck.c (build_binary_op): For shifts, always use op0 type.
+       * configure.in: Prune nonexistent files from build_xm_file,
+       xm_file, and host_xm_file lists.  Warn unless they're
+       $cpu/xm-$cpu.h.
+       Don't generate *config.h here.
+       AC_SUBST all variables needed to generate *config.h.
+       * configure: Regenerate.
+       * mkconfig.sh: New helper script, from code removed from
+       configure.in.
+       * Makefile.in: Zap all MALLOC variables - no longer used
+       anywhere, and malloc.c doesn't exist.
+       Substitute in variables needed to generate *config.h.
+       Stop lying about the dependencies contained in CONFIG_H and
+       GCONFIG_H.
+       (HCONFIG_H, TCONFIG_H, TM_P_H): New variables.
+       (config.h, hconfig.h, tconfig.h, tm_p.h, cs-config.h,
+       cs-hconfig.h, cs-tconfig.h, cs-tm_p.h): New rules.
+       (all .o): Add dependencies on $(HCONFIG_H), $(TCONFIG_H),
+       $(TM_P_H), etc. as appropriate.
 
-       * stmt.c (expand_end_bindings):
-       Load virtual_incoming_args_rtx via a pseudo reg.
+       * config.gcc: Zap references to deleted files.
+       * ggc-none.c: Don't include rtl.h or tm_p.h.
 
-       * math-68881 (pow): Add missing parens; typo in fp constant.
+       * config/i386/xm-beos.h, config/i386/xm-dgux.h,
+       config/i386/xm-djgpp.h, config/i386/xm-dos.h,
+       config/i386/xm-gnu.h, config/i386/xm-i386-interix.h,
+       config/i386/xm-linux.h, config/i386/xm-linux.h,
+       config/i386/xm-next.h, config/i386/xm-openbsd.h,
+       config/i386/xm-sun.h, config/i386/xm-sysv3.h:
+       Don't include i386/xm-i386.h.
 
-       * i386isc.h (LIB_SPEC): Add -lg.
+       * config/elxsi/xm-elxsi.h, config/i386/xm-bsd386.h,
+       config/i386/xm-i386.h, config/i860/xm-i860.h,
+       config/i960/xm-i960.h, config/mcore/xm-mcore.h,
+       config/mn10300/xm-mn10300.h, config/ns32k/xm-ns32k.h,
+       config/pj/xm-pj.h, config/sh/xm-sh.h, config/v850/xm-v850.h:
+       Delete (empty except comments, #includes of other deleted
+       files, and macros used nowhere).
+
+Fri Mar  9 20:05:27 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.h (MAX_WCHAR_TYPE_SIZE): New constant to keep tradcpp
+       independent on TARGET_FLAGS.
 
-       * libgcc2.c (__CTOR_LIST__, __DTOR_LIST__):
-       Don't define if CTOR_LISTS_DEFINED_EXTERNALLY.
-       (__builtin_saveregs): Handle NO_UNDERSCORES for sparc.
+Fri Mar  9 19:52:52 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.h (FIRST_PSEUDO_REGISTER): Set to 53.
 
-       * pbb.h, pbd.h: New files from Mike Bloom.
-       * configure (m68k-tti2-*): Turned back on.
+       (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ONES): Add
+       extended ones.
+       (CONDITIONAL_REGISTER_USAGE): Set proper values according to
+       TARGET_64BIT.
+       (FIRST_REX_INT_REG, LAST_REX_INT_REG, FIRST_REX_SSE_REG,
+       LAST_REX_SSE_REG): define.
+       (enum reg_class): Add 'LEGACY_REGS'
+       (REG_CLASS_CONTENTS): Likewise; add extended registers.
+       (SSE_REGNO_P): Recognize extended registers.
+       (ANY_QI_REG_P, REX_INT_REGNO_P, REX_INT_REG_P): New.
+       (REG_CLASS_FROM_LETTER): Add 'R' and 'Q'.
+       (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P,
+       REG_OK_FOR_BASE_NONSTRICT_P): Recognize REX registers.
+       (REG_OK_FOR_STRREG_NONSTRICT_P, REG_OK_FOR_STRREG_STRICT_P,
+        REG_OK_FOR_STRREG_P): Remove.
+       (HI_REGISTER_NAMES): Add extended registers.
+       (ADDITIONAL_REGISTER_NAMES): Likewise.
+       (QI_REGISTER_NAMES): Add 8bit extended registers.
+       (DEBUG_REG): Support extended registers.
+       * i386.c (regclass_map): Add extended registers.
+       (dbx_register-map): Likewise.
+       (svr4_dbx_register_map): Likewise.
+       (print_reg): Support extended registers.
+       (print_operand): Support 64bit operands.
 
-       * c++: Add a colon command in case system doesn't handle #!/bin/sh.
+Fri Mar  9 19:37:46 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Mon Mar 11 19:54:43 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * i386.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 128bit for x86_64
+       (BOOL_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
+        FLOAT_TYPE_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE,
+        DOUBLE_TYPE_SIZE, LONG_LONG_TYPE_SIZE): New constants.
+       (BITS_PER_WORD, UNITS_PER_WORD, POINTER_SIZE, PARM_BOUNDARY,
+        STACK_BOUNDARY): Set properly for 64bits.
+       (MAX_BITS_PER_WORD, MIN_UNITS_PER_WORD): New constants.
+       (EMPTY_FIELD_BOUNDARY): Define using BITS_PER_WORD.
+       (BIGGEST_FIELD_ALIGNMENT): Set to 128 for 64bits.
+       (MOVE_MAX): Set to 16.
+       (MOVE_MAX_PIECES): 8 for 64bit.
+       (Pmode): Set to SImode.
+
+Fri Mar  9 09:00:36 2001  Mike Stump  <mrs@wrs.com>
+
+       * cselib.c (hash_rtx): Ensure that hash isn't zero upon return.
+
+Fri Mar  9 17:38:08 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.h (mask_64bit): New constant.
+       (target_64bit): New macro.
+       (target_options): Add '64'/'32'
+       (target_default): Define.
+       * cygwin.h freebsd-aout.h i386-interix.h i386.h i386elf.h isc.h
+       isccoff.h netbsd.h next.h openbsd.h p sco.h sco5.h scodbx.h sequent.h
+       unix.h win32.h (TARGET_DEFAULT): Rename to TARGET_SUBTARGET_DEFAULT.
+
+Thu Mar  8 23:36:56 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * config/pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Disable.
+
+Thu Mar  8 23:29:37 2001  John Wehle  (john@feith.com)
+
+       * rtlanal.c (rtx_varies_p): Check operand 0 of a
+       LO_SUM unless for_alias is set.
+
+2001-03-08  Stan Shebs  <shebs@apple.com>
+
+       * objc/objc-act.c: Fix old typos in comments, add comments for
+       various functions.
+       (hash_init): Fix file name in error message.
+       (hash_enter): Ditto.
+       (hash_add_attr): Ditto.
+       (continue_class): Ditto.
+
+2001-03-08  Bruce Korb  <bkorb@gnu.org>
+
+       gcc.c(main): ensure SIGCHLD handling is set to SIG_DFL so that
+       wait4() can receive the signal.
+
+Thu Mar  8 21:09:10 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * fixinc/inclhack.def (AAB_dgux_int_varargs): Don't use HTML
+       entities.
+       * fixinc/fixincl.x: Regenerate.
+
+Thu Mar  8 21:09:10 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * fixinc/inclhack.def (AAA_standards): Undo <standards.h> breakage
+       on Tru64 UNIX.
+       * fixinc/fixincl.x: Regenerate.
+
+2001-03-08  Richard Henderson  <rth@redhat.com>
+
+       * configure.in (HAVE_AS_LEB128): New assembler check.
+       * configure, config.in: Rebuilt.
+
+Thu Mar  8 19:54:04 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * reg-stack.c (move_for_stack_reg): Avoid non-poping fst for
+       TFmode too.
+
+2001-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * config/ns32k/xm-pc532-min.h, config/we32k/xm-we32k.h: Delete
+       references to the MAXPATHLEN macro.
+
+       * config/alpha/xm-alpha.h, config/arm/xm-arm.h,
+       config/i386/xm-cygwin.h, config/xm-linux.h: Delete references to
+       the POSIX macro.
+
+       * config/i386/xm-gnu.h, config/xm-gnu.h,
+       config/alpha/xm-openbsd.h, config/i386/xm-openbsd.h,
+       config/m68k/xm-openbsd.h, config/mips/xm-openbsd.h,
+       config/sparc/xm-openbsd.h, config/xm-openbsd.h: Delete empty
+       and/or unused files.
+
+       * config.gcc: Define POSIX in xm_defines as appropriate in lieu of
+       doing so in various xm-*.h files.
+
+Thu Mar  8 06:32:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/i386/i386.md (clrstrsi): Call ix86_set_move_mem_attrs.
+
+2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (enable_shared): Support per-package shared-library
+       enabling.
+       * configure: Rebuilt.
+
+2001-03-07  David Edelsohn  <edelsohn@gnu.org>
+
+       * rs6000.md (cr logic): Add original POWER mnemonic alternative
+       for crnot.  Set operands[5] in splitter.
+
+2001-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * config/i370/xm-mvs.h, config/i370/xm-oe.h,
+       config/i386/xm-beos.h, config/i386/xm-mingw32.h,
+       config/m88k/xm-m88k.h, config/mips/xm-iris6.h,
+       config/mips/xm-openbsd.h, config/pa/xm-pa64hpux.h,
+       config/pa/xm-pahpux.h, config/rs6000/xm-beos.h,
+       config/rs6000/xm-darwin.h, config/rs6000/xm-mach.h,
+       config/rs6000/xm-rs6000.h, config/xm-interix.h: Delete references
+       to the USG macro.
+
+       * config/vax/xm-vaxv.h, config/a29k/xm-unix.h,
+       config/i370/xm-i370.h, config/i386/xm-dgux.h,
+       config/i386/xm-sun.h, config/i386/xm-sysv3.h,
+       config/m68k/xm-tower.h, config/m68k/xm-aux.h,
+       config/m68k/xm-hp320.h, config/m68k/xm-amix.h,
+       config/m68k/xm-altos3068.h, config/m68k/xm-mot3300.h,
+       config/m68k/xm-m68kv.h, config/m88k/xm-openbsd.h,
+       config/mips/xm-nws3250v4.h, config/mips/xm-sysv.h,
+       config/mips/xm-iris3.h, config/mips/xm-iris4.h, config/xm-svr3.h,
+       config/xm-svr4.h, config/sparc/xm-pbd.h, config/clipper/xm-clix.h:
+       Delete unused and/or empty files.
 
-       * i386.md (integer truncMN2): Delete patterns.  Not needed on i386.
+       * config.gcc: Define USG in xm_defines as appropriate.  Define
+       POSIX in lieu of xm-svr4.h.  Delete all references to the SVR3
+       macro.  Remove deleted xm-* files from $xm_files variable.
+
+2001-03-07  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.in: Allow config-lang.in to set `lang_requires' to list
+       of other required languages.
+
+2001-03-07  Andrew MacLeod  <amacleod@redhat.com>
+
+       * config/a29k/a29k.c (print_operand): Free a29k_last_prologue_insn
+       after its emitted.
+       (output_prologue): Use xmalloc not oballoc.
+       (output_epilog): Free a29k_first_epilogue_insn when finished.
+       * confif/a29k/a29k.h (PREDICATE_CODES): Remove shift_constant_operand.
 
-Wed Mar 11 16:58:56 1992  Tom Wood  (wood@dg-rtp.dg.com)
+2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
 
-       * m88kv3.h (STARTFILE_SPEC, LIB_SPEC): Search for crt{begin,end}.o
-       (DO_GLOBAL_CTORS_BODY, CTORS_SECTION_ASM_OP, ASM_OUTPUT_CONSTRUCTOR,
-       DTORS_SECTION_ASM_OP): Implement new svr3 scheme.
+       * builtins.c (expand_builtin_mathfn): Check
+       flag_unsafe_math_optimizations, not flag_fast_math.
+       (expand_builtin): Likewise
+       * combine.c (combine_simplify_rtx): Likewise.
+       (simplify_if_then_else): Likewise.
+       * cse.c (fold_rtx): Likewise.
+       * flags.h: Remove flag_fast_math.  Add
+       flag_unsafe_math_optimizations and flag_trapping_math.
+       * fold-const.c (negate_expr): Check
+       flag_unsafe_math_optimizations, not flag_fast_math.
+       (invert_truthvalue): Likewise.
+       (fold): Likewise.  Before associating operands, check that
+       code == MULT_EXPR, not code != MULT_EXPR.
+       * ifcvt.c (noce_try_minmax): Check
+       flag_unsafe_math_optimizations, not flag_fast_math.
+       (noce_operand_ok): Check flag_trapping_math, not flag_fast_math.
+       * invoke.texi: Document -funsafe-math-optimizations and
+       -fno-trapping-math.  Change documentation for -ffast-math.
+       * jump.c (reversed_comparison_code_parts): Likewise.
+       (rtx_equal_for_thread_p): Likewise.
+       * optabs.c (emit_conditional_move): Likewise.
+       * simplify-rtx.c (simplify_binary_operation): Likewise.
+       (simplify_relational_operation): Likewise.
+       (simplify_ternary_operation): Likewise.
+       * toplev.c: Remove flag_fast_math.  Add flag_trapping_math and
+       flag_unsafe_math_optimizations.  Remove fast-math entry from f_options.
+       Add trapping-math and unsafe-math-optimizations entries to f_options.
+       (set_fast_math_flags): New, sets flags for -ffast-math.
+       (set_no_fast_math_flags): New, sets flags for -fno-fast-math.
+       (decode_f_option): Add code to handle -ffast-math and -fno-fast-math.
+       * toplev.h: Declare set_fast_math_flags and set_no_fast_math_flags.
+
+       * config/alpha/alpha.c (alpha_emit_conditional_branch): Likewise.
+       (alpha_emit_conditional_move): Initialize local_fast_math to
+       flag_unsafe_math_optimizations, not flat_fast_math.
+       * config/c4x/c4x.c (c4x_override_options): Call set_fast_math_flags
+       instead of setting flag_fast_math to 1.
+       * config/convex/convex.md: Check flag_unsafe_math_optimizations,
+       not flag_fast_math.
+       * config/i386/i386.c (override_options): Likewise
+       * config/i386/i386.md: Likewise.
+       * config/m68k/m68k.md: Likewise.
+       * config/mips/mips.md: Likewise.
+       * config/rs6000/rs6000.c (validate_condition_mode): Likewise.
+       (rs6000_generate_compare): Likewise.
+
+2001-03-07  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in: Set RANLIB to @RANLIB@.
+       Remove RANLIB_TEST.
+
+2001-03-07  Laurynas Biveinis  <lauras@softhome.net>
+
+       * fixinc/inclhack.def (djgpp_wchar_h): New test.
+       * fixinc/fixincl.x: Regenerated.
+
+2001-03-07  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/alpha.md (call_osf_1_noreturn): New pattern.
+
+2001-03-07  Richard Henderson  <rth@redhat.com>
+
+       * emit-rtl.c (remove_unnecessary_notes): Verify proper nesting
+       of block notes and exception handling notes.
+
+       * lists.c (init_EXPR_INSN_LIST_cache): Don't check initialized.
+       * toplev.c (rest_of_compilation): Call init_EXPR_INSN_LIST_cache ...
+       (compile_file): ... here.
+
+2001-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * fixinc/Makefile.in (FIXINC_DEFS): Add -DHAVE_CONFIG_H.
+
+       * fixinc/gnu-regex.c: Don't include auto-host.h since we get
+       config.h now.  Include libiberty.h to handle alloca.
+
+2001-03-06  Zack Weinberg  <zackw@stanford.edu>
+
+       * c-parse.in (yylexname): New function, split out of _yylex.
+       (objc_rid_sans_at): New table.
+       (init_reswords): Initialize it.
+       (_yylex): Give labels clearer names.  Handle CPP_ATSIGN by
+       retrieving the next token and checking it for significance as
+       an ObjC keyword or string constant.
+
+       * cpplex.c (_cpp_lex_token): Just return CPP_ATSIGN for '@'.
+       * cpplib.h (TTYPE_TABLE): Add CPP_ATSIGN, drop CPP_OSTRING.
+
+       * c-lex.c, c-parse.in, cppmacro.c, cpplex.c: Remove references
+       to CPP_OSTRING.
+
+2001-03-06  Stephen L Moshier  <moshier@mediaone.net>
+
+       * config/m68k/m68k.c (const_uint32_operand): Accept any
+       const_int on a 32-bit host.
+
+2001-03-06  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       * objc/objc-act.c (init_objc): Set save_lang_status,
+       restore_lang_status, and mark_lang_status.
+
+2001-03-06  Krister Walfridsson  <cato@df.lth.se>
+
+       * dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.
+
+2001-03-06  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppinternals.texi: Update.
+
+2001-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * config/a29k/xm-a29k.h, config/a29k/xm-unix.h,
+       config/alpha/xm-alpha.h, config/arc/xm-arc.h, config/arm/xm-arm.h,
+       config/c4x/xm-c4x.h, config/clipper/xm-clix.h,
+       config/convex/xm-convex.h, config/d30v/xm-d30v.h,
+       config/dsp16xx/xm-dsp16xx.h, config/elxsi/xm-elxsi.h,
+       config/h8300/xm-h8300.h, config/i370/xm-i370.h,
+       config/i370/xm-linux.h, config/i370/xm-mvs.h, config/i370/xm-oe.h,
+       config/i386/xm-i386.h, config/i860/xm-i860.h,
+       config/i960/xm-i960.h, config/ia64/xm-ia64.h,
+       config/m32r/xm-m32r.h, config/m68k/xm-m68k.h,
+       config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
+       config/mips/xm-mips.h, config/mn10200/xm-mn10200.h,
+       config/mn10300/xm-mn10300.h, config/ns32k/xm-ns32k.h,
+       config/pa/xm-linux.h, config/pa/xm-pa.h, config/pa/xm-pa64hpux.h,
+       config/pa/xm-pahpux.h, config/pa/xm-papro.h, config/pj/xm-pj.h,
+       config/romp/xm-romp.h, config/rs6000/xm-beos.h,
+       config/rs6000/xm-lynx.h, config/rs6000/xm-rs6000.h,
+       config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
+       config/sparc/xm-sparc.h, config/sparc/xm-sysv4.h,
+       config/v850/xm-v850.h, config/vax/xm-vax.h, config/vax/xm-vms.h,
+       config/we32k/xm-we32k.h: Delete HOST_BITS_PER_* definitions which
+       match the defaults provided in hwint.h.
+
+       * config/i386/xm-lynx.h, config/m68k/xm-lynx.h,
+       config/sparc/xm-lynx.h, config/xm-std32.h: Delete files.
+
+       * config.gcc (xm_file): Don't set to files which are deleted.
+
+       * hwint.h: Provide default values for HOST_BITS_PER_*.  No longer
+       guard this file against these macros being undefined.
 
-Wed Mar 11 16:24:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-03-06  Zack Weinberg  <zackw@stanford.edu>
 
-       * fold-const.c (fold): When correcting constant result of GE, LE, NE,
-       make sure we really have a constant result.
+       * objc/objc-act.c (objc_add_static_instance): Set DECL_INITIAL
+       and DECL_DEFER_OUTPUT on the decl we create, before calling
+       rest_of_decl_compilation.
 
-       * ns32k.md (call, call_value): Support GAS_SYNTAX and GNX_V3 like 1.40.
+2001-03-06  Zack Weinberg  <zackw@stanford.edu>
 
-       * c-decl.c (pushdecl): Properly use prev implicit decl in warning.
+       * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
+       AC_FUNC_ALLOCA.
+       * configure, config.in: Regenerate.
+       * config.gcc: Remove references to deleted files.
+
+       * genattr.c, genattrtab.c, genextract.c, genoutput.c,
+       genrecog.c, rtl.c: Do not use alloca anywhere.
+
+       * Makefile.in, build-make, system.h, config/x-interix,
+       config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
+       config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
+       config/arc/xm-arc.h, config/arm/xm-arm.h,
+       config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
+       config/h8300/xm-h8300.h, config/i370/x-oe,
+       config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
+       config/i386/x-ncr3000, config/i386/x-sco5,
+       config/i386/xm-dgux.h, config/i860/x-sysv4,
+       config/i960/xm-i960.h, config/m32r/xm-m32r.h,
+       config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
+       config/m68k/x-hp320g, config/m69k/x-mot3300,
+       config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
+       config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
+       config/m68k/xm-mot3300.h, config/m88k/x-dolph,
+       config/m88k/x-sysv4, config/m88k/x-tekXD88,
+       config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
+       config/mips/x-iris, config/mips/x-iris3,
+       config/mips/x-sni-svr4, config/mips/x-sysv,
+       config/mips/xm-iris6.h, config/mips/xm-mips.h,
+       config/mips/xm-nws3250v4.h, config/pa/x-hpux,
+       config/pa/x-pa-mpeix, config/pa/xm-pa.h,
+       config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
+       config/pa/xm-papro.h, config/romp/xm-romp.h,
+       config/rs6000/x-aix31, config/rs6000/x-aix41,
+       config/rs6000/x-beos, config/rs6000/x-lynx,
+       config/rs6000/x-mach, config/rs6000/x-rs6000,
+       config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
+       config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
+       config/sparc/x-sysv4, config/sparc/xm-linux.h,
+       config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
+       config/vax/xm-vms.h: Eradicate all references to alloca and
+       related stuff.
+
+       * config/xm-alloca.h, config/clipper/x-clix,
+       config/i386/xm-sysv4.h, config/i860/x-fx2800,
+       config/i860/x-sysv3, config/m88k/x-sysv3,
+       config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
+       (contained only alloca related hacks).
+
+       * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
+       USE_C_ALLOCA.
+
+2001-03-05  Brad Lucier  <lucier@math.purdue.edu>
+
+       * invoke.texi: Document __FAST_MATH__.
+
+2001-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * crtstuff.c: Restore include of auto-host.h.
+
+2001-03-05  Fergus Henderson  <fjh@cs.mu.oz.au>
+
+       Put main() in a separate file, so that the language
+       front-end can use a different main().
+
+       * main.c: New.
+       * toplev.c: (main): Rename as toplev_main.
+       * toplev.h: Declare toplev_main.
+       * Makefile.in (OBJS): add toplev.o.
+         (BACKEND): remove toplev.o, add main.o.
+
+2001-03-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c (search_from): Special case the empty string.
+
+2001-03-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c (_cpp_execute_include): Don't make a null-terminated
+       copy of the filename.  Don't use CPP_PREV_BUFFER.  Don't call
+       strlen or strcpy; we already know the length.
+       (_cpp_compare_file_date): Similarly.
+       * cpphash.h (struct cpp_reader): Delete done_initialising.
+       (CPP_PREV_BUFFER): Delete.
+       * cppinit.c (cpp_start_read): Don't set done_initialising.
+       * cpplex.c (parse_string): Guarantee null-termination.
+       (_cpp_equiv_toklists): Remove.
+       * cpplib.c (glue_header_name): Null-terminate.
+       (do_line): Don't leak memory.
+       * cpplib.h (BT_WEAK): Delete.
+       * cppmain.c (cb_ident): Strings are now null-terminated.
+
+2001-03-04  Laurynas Biveinis  <lauras@softhome.net>
+
+       * gcc.c (convert_filename): Append executable suffix
+       if NO_AUTO_EXE_SUFFIX is not defined.
+       * gcc.texi: Document NO_AUTO_EXE_SUFFIX.
+       * config/i386/djgpp.h: Define NO_AUTO_EXE_SUFFIX.
+
+2001-03-03  David O'Brien  <obrien@FreeBSD.org>
+
+       from 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
+       * c-parse.gperf, c-gperf.h: Delete.
+       (c-gperf.h was accidently re-added to the CVS repo in the rev
+       1.16 commit by tromey)
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplex.c (_cpp_lex_token): Don't warn about directives in
+       macro arguments when looking for the '('.
+       * cppmacro.c (funlike_invocation_p): Set parsing_args to
+       2 when really parsing arguments; 1 when looking for '('.
+       Always restore the lexer position.
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * longlong.h (umul_ppmm): Don't use a multiline string.
+
+2001-03-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * fixinc/fixlib.h (t_bool): Add identifier `t_bool' in typedef.
+       * fixinc/server.c (read_pipe_timeout): Use enum t_bool instead of
+       t_bool in declaration because pcc can't combine volatile with typedef
+       types.
+
+Sat Mar  3 19:47:13 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_expand_fp_compare): Delay creating of scratch register
+       until when it is really needed.
+       (ix86_expand_compare): Update call of ix86_expand_fp_compare.
+       * i386.h (PREDICATE_CODES): Add all codes for sse_comparison_operator
+       * i386.md (float?i?f splitter): Don't force source operand to memory
+       for SSE.
+       (sse_movdfcc): Fix constraint.
+       (sse_movdfcc splitter): Handle properly the second alternative.
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplex.c (parse_string): Unconditionally pedwarn.
+
+2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpp.texi: Update.
+       * cppexp.c (parse_number): Update.
+       * cpplex.c (parse_string): Pedwarn if multiline string does not
+       result from a system header's macro.
+       * cpplib.h (sys_objmacro_p): Rename sys_macro_p.
+       * cppmacro.c (sys_objmacro_p): Rename sys_macro_p.  Return true
+       for function-like macros too.
+       * c-lex.c (lex_number): Update.
+
+2001-03-03  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (output_call_frame_info): Fix augmentation length.
+
+Sat Mar  3 04:17:17 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * combine.c (try_combine): If split with mode-changed scratch
+       register didn't work, try the original mode.
+
+Sat Mar  3 03:46:47 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * tm.texi: Change STRUCT_FORCE_BLK to MEMBER_TYPE_FORCES_BLK.
+       * config/c4x/c4x.h: Likewise.
+       * stor-layout.c (compute_record_mode): Likewise.
+       (layout_type, case ARRAY_TYPE): Use MEMBER_TYPE_FORCES_BLK.
+
+2001-03-02  Zack Weinberg  <zackw@stanford.edu>
+
+       * configure.in: Kill tm.h.  Include the files in the $tm_file
+       list in all three of config.h, hconfig.h, tconfig.h, after the
+       relevant set of xm_files.  Put TARGET_CPU_DEFAULT in all
+       three, include insn-codes.h in all three (#ifndef GENERATOR_FILE).
+       * configure: Regenerate.
+       * Makefile.in (clean): Don't delete tm.h.
+
+       * system.h: If SUCCESS_EXIT_CODE and FATAL_EXIT_CODE are not
+       defined, set them from EXIT_SUCCESS and EXIT_FAILURE.  If
+       those are not defined, set SEC and FEC to 0 and 1.
+       * gcc.texi: Update to match.
+
+       * crtstuff.c: Include tconfig.h, not auto-host.h and tm.h.
+       * config/fp-bit.c, config/m68k/aux-crt2.asm,
+       config/m68k/aux-crtn.asm, config/m68k/aux-mcount.c:
+       Include tconfig.h, not tm.h.
+
+       * config/xm-lynx.h, config/xm-std32.h,
+       config/a29k/xm-a29k.h, config/a29k/xm-unix.h,
+       config/alpha/xm-alpha.h, config/arc/xm-arc.h,
+       config/avr/xm-avr.h, config/c4x/xm-c4x.h,
+       config/clipper/xm-clix.h, config/convex/xm-convex.h,
+       config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
+       config/elxsi/xm-elxsi.h, config/fr30/xm-fr30.h,
+       config/h8300/xm-h8300.h, config/i370/xm-linux.h,
+       config/i386/xm-i386.h, config/i860/xm-i860.h,
+       config/i960/xm-i960.h, config/ia64/xm-ia64.h,
+       config/m32r/xm-m32r.h, config/m68hc11/xm-m68hc11.h,
+       config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
+       config/mips/xm-mips.h, config/mn10200/xm-mn10200.h,
+       config/mn10300/xm-mn10300.h, config/ns32k/xm-ns32k.h,
+       config/pa/xm-linux.h, config/pa/xm-pa.h,
+       config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
+       config/pa/xm-papro.h, config/pdp11/xm-pdp11.h,
+       config/pj/xm-pj.h, config/romp/xm-romp.h,
+       config/rs6000/xm-beos.h, config/rs6000/xm-rs6000.h,
+       config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
+       config/sparc/xm-sparc.h, config/sparc/xm-sysv4.h,
+       config/v850/xm-v850.h, config/vax/xm-vax.h,
+       config/we32k/xm-we32k.h:
+       Don't include tm.h.
+       Don't define SUCCESS_EXIT_CODE or FATAL_EXIT_CODE.
+
+       * config/i370/xm-i370.h, config/i370/xm-mvs.h,
+       config/i370/xm-oe.h: Don't include tm.h.  Don't define
+       SUCCESS_EXIT_CODE.
+       * config/vax/xm-vms.h: Don't include tm.h.
+
+       * config/xm-lynx.h, config/avr/xm-avr.h,
+       config/fr30/xm-fr30.h, config/pdp11/xm-pdp11.h,
+       Delete; made empty by above changes.
+       * config/i386/xm-lynx.h, config/m68k/xm-lynx.h,
+       config/rs6000/xm-lynx.h, config/sparc/xm-lynx.h:
+       Don't include config/xm-lynx.h or tm.h.
+
+       * config/xm-gnu.h: Don't include fcntl.h.
+       * config/sparc/xm-lynx.h: Don't include sys/types.h and
+       sys/wait.h.
+       * config/clipper/xm-clix.h, config/vax/xm-vax.h: Don't define isinf.
+
+2001-03-02  Richard Henderson  <rth@redhat.com>
+
+       * tm.texi (File Framework): Document UNALIGNED_SHORT_ASM_OP,
+       UNALIGNED_INT_ASM_OP, and UNALIGNED_DOUBLE_INT_ASM_OP.
+
+2001-03-02  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (OBJS): Add dwarf2asm.o.
+       * dwarf2asm.c, dwarf2asm.h: New files.
+       * dwarf2out.c (*): Use them.
+       (size_of_uleb128, size_of_sleb128): Remove.
+       (output_uleb128, output_sleb128): Remove.
+       (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Remove.
+       (UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Remove.
+       (UNALIGNED_OFFSET_ASM_OP, UNALIGNED_WORD_ASM_OP): Remove.
+       (FDE_LABEL, LINE_NUMBER_BEGIN_LABEL, LINE_NUMBER_END_LABEL): New.
+       (ASM_OUTPUT_DWARF_DATA1, ASM_OUTPUT_DWARF_DELTA1): Remove.
+       (ASM_OUTPUT_DWARF_DATA2, ASM_OUTPUT_DWARF_DELTA2): Remove.
+       (ASM_OUTPUT_DWARF_DATA4, ASM_OUTPUT_DWARF_DELTA4): Remove.
+       (ASM_OUTPUT_DWARF_DATA, ASM_OUTPUT_DWARF_DELTA): Remove.
+       (ASM_OUTPUT_DWARF_ADDR, ASM_OUTPUT_DWARF_ADDR_DATA): Remove.
+       (ASM_OUTPUT_DWARF_ADDR_DELTA, ASM_OUTPUT_DWARF_ADDR_CONST): Remove.
+       (ASM_OUTPUT_DWARF_OFFSET4, ASM_OUTPUT_DWARF_OFFSET): Remove.
+       (ASM_OUTPUT_DWARF_CONST_DOUBLE): Remove.
+       (ASM_OUTPUT_DWARF_NSTRING, ASM_OUTPUT_DWARF_STRING): Remove.
+       (dwarf2out_frame_debug): Remove unused variables.
+       (output_loc_operands): Don't abort on 8 byte constants if
+       host integers are wide enough.
+       (output_symbolic_ref): Remove.
+       (size_of_die): Don't assume 4 byte host integers.
+       (output_line_info): Use ASM_GENERATE_INTERNAL_LABEL for begin
+       and end labels.
+       (add_const_value_attribute) [CONST_INT]: Verify we're not doing
+       something stupid with HOST_WIDE_INT to long truncation.
+       [CONST_DOUBLE]: Likewise.
+
+       * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Remove.
+       (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_OUTPUT_DWARF_ADDR_CONST): Remove.
+       * config/arm/unknown-elf.h: Likewise.
+       * config/rs6000/aix.h (UNALIGNED_SHORT_ASM_OP): New.
+       (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): New.
+       (ASM_OUTPUT_DWARF_ADDR_VAR, ASM_OUTPUT_DWARF_DELTA_VAR): Remove.
+       (ASM_OUTPUT_DWARF_DELTA2, ASM_OUTPUT_DWARF_DELTA4): Remove.
+       (ASM_OUTPUT_DWARF_DELTA, ASM_OUTPUT_DWARF_ADDR_DELTA): Remove.
+       (ASM_OUTPUT_DWARF_ADDR, ASM_OUTPUT_DWARF_DATA4): Remove.
+       (ASM_OUTPUT_DWARF_DATA2, ASM_OUTPUT_DWARF_OFFSET4): Remove.
+       (ASM_OUTPUT_DWARF_OFFSET): Remove.
+       * config/rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Remove.
+       * config/sparc/sp64-elf.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
+       (UNALIGNED_LONGLONG_ASM_OP, ASM_OUTPUT_DWARF_ADDR): Remove.
+       (ASM_OUTPUT_DWARF_ADDR_CONST, ASM_OUTPUT_DWARF_REF): Remove.
+
+2001-03-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * cselib.c (hash_rtx): Cast enums to unsigned int.
+
+2001-03-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * print-rtl.c (print_rtx): Cast enums to int for comparison.
+       * c-decl.c (grokdeclarator): Cast enums to int for comparison and
+       shifts.
+       * c-format.c (C_STD_VER): Cast to int for comparisons.
+       (check_function_format): Cast various enums to int for &.
+       (maybe_read_dollar_number): Likewise.
+       (check_format_info): Likewise.
+       (check_format_info_main): Likewise.
+       * expr.c (emit_move_insn_1): Cast enums to unsigned int for comparison.
+       (safe_from_p): Likewise.
+       * varasm.c (const_hash): Cast enum to int for %.
+       * emit-rtl.c (init_emit_once): Use int loop variable to work around
+       pcc enum problems with < and ++ operators.
+       * regclass.c (init_reg_sets_1): Cast enums for comparison.
+       (choose_hard_reg_mode): Use unsigned int to iterate over CCmodes.
+       (regclass_init): Change enum class to int to iterate over reg_classes.
+       * genrecog.c (merge_trees): Cast enums for comparison.
+       * rtl.h (GET_CODE): Cast to enum rtx_code.
+       (PUT_CODE): Cast to ENUM_BITFIELD(rtx_code).
+       (GET_MODE): Cast to enum machine_mode.
+       (PUT_MODE): Cast to ENUM_BITFIELD(machine_mode).
+       (GET_NOTE_INSN_NAME): Cast enum to int.
+       * tree.h (TREE_CODE): Cast to enum tree_code.
+       (TREE_SET_CODE): Cast VALUE to ENUM_BITFIELD(tree_code).
+       * timevar.c (timevar_print): Change loop variable id from enum to
+       unsigned int.
+       * fixinc/fixincl.c (VLEVEL): Cast enums in comparison to unsigned int.
+       * config/i386/i386.md: Use PUT_MODE for mode assignment.
+       * toplev.c (compile_file): Cast enum DFI to int.
+       (decode_d_option): Likewise.
+
+Fri Mar  2 12:18:13 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * cppinit.c (append_include_chain): Mark "after" include file name list
+       as a system directory.
+       * cpp.texi: Document new behavior.
+
+Fri Mar  2 11:59:43 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * ifcvt.c (noce_operand_ok): Handle properly unarry operations.
+
+2001-03-02  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppfiles.c (struct include_file): Update.
+       (stack_include_file): Use search_from.
+       (cpp_included, find_include_file): Update.
+       (cpp_execute_include): Update.  ptr->name may not be
+       null terminated.  Use the new search_from member variable
+       of cpp_buffer.
+       (_cpp_compare_file_date): Similarly.
+       (search_from): New function, similar to actual_directory.
+       (actual_directory): Delete.
+       (remap_filename): Update.  loc->name may not be null terminated.
+       (struct file_name_list): Rename search_path.  Update.
+       * cpphash.h (struct cpp_buffer): Delete actual_dir.  New members
+       search_from and dir.
+       (struct cpp_reader): Remove actual_dirs.
+       * cppinit.c (struct cpp_pending): Update for renamed objects.
+       (append_include_chain, remove_dup_dir, remove_dup_dirs,
+       merge_include_chains, cpp_destroy, cpp_start_read): Similarly.
+       * cpplib.h (struct cpp_options): Similarly.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h,
+       config/a29k/xm-unix.h, config/alpha/xm-alpha.h,
+       config/arc/xm-arc.h, config/arm/xm-arm.h, config/c4x/xm-c4x.h,
+       config/clipper/xm-clix.h, config/convex/xm-convex.h,
+       config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
+       config/elxsi/xm-elxsi.h, config/fr30/xm-fr30.h,
+       config/h8300/xm-h8300.h, config/i370/xm-i370.h,
+       config/i370/xm-linux.h, config/i370/xm-mvs.h,
+       config/i370/xm-oe.h, config/i386/xm-aix.h,
+       config/i386/xm-i386.h, config/i386/xm-osf.h,
+       config/i860/xm-i860.h, config/i960/xm-i960.h,
+       config/ia64/xm-ia64.h, config/m32r/xm-m32r.h,
+       config/m68k/xm-m68k.h, config/m88k/xm-m88k.h,
+       config/mcore/xm-mcore.h, config/mips/xm-mips.h,
+       config/mn10200/xm-mn10200.h, config/mn10300/xm-mn10300.h,
+       config/ns32k/xm-ns32k.h, config/pa/xm-linux.h,
+       config/pa/xm-pa.h, config/pa/xm-pa64hpux.h,
+       config/pa/xm-pahpux.h, config/pa/xm-papro.h,
+       config/pj/xm-pj.h, config/romp/xm-romp.h,
+       config/rs6000/xm-beos.h, config/rs6000/xm-rs6000.h,
+       config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
+       config/sparc/xm-sparc.h, config/sparc/xm-sysv4.h,
+       config/v850/xm-v850.h, config/vax/xm-vax.h,
+       config/vax/xm-vms.h, config/we32k/xm-we32k.h:
+       Do not define TRUE or FALSE.
+
+       * config/i386/xm-aix.h, config/i386/xm-osf.h: Delete; made
+       empty by above change.
+       * config.gcc: Remove references to these files.
+
+       * configure.in: Detect stdbool.h.
+       * configure, config.in: Regenerate.
+       * system.h: Include stddef.h here if available.
+       Set HAVE__BOOL based on GCC_VERSION and __STDC_VERSION__.
+       Then set up a sensible boolean type at the very end.
+
+       * combine.c, cse.c, expr.c, fold-const.c, gensupport.c,
+       config/mcore/mcore.c: Rename variables named 'true' and/or 'false'.
+
+       * hash.h: Delete 'boolean' typedef and related #undefs.
+
+       * function.c, ggc-common.c, hash.h, hash.c, tlink.c: Replace
+       all uses of 'boolean' with 'bool'.
+
+2001-03-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * cpplib.c (_cpp_init_stacks): Cast enum for comparison.
+       * cppexp.c (lex): Cast enums for comparison.
+       * cppinit.c (parse_option): Cast enum for comparison.
+       * cpplex.c (cpp_spell_token): Cast enums to int for minus.
+       (cpp_output_token): Likewise.
+       (cpp_can_paste): Cast enums for comparsion and plus/minus.
+       (cpp_avoid_paste): Cast enums for minus and comparison.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * gcc.c, objc/lang-specs.h: Add zero initializer for cpp_spec
+       field to all array elements.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * cpphash.h (struct cpp_reader): Add print_version field.
+       * cppinit.c (cpp_handle_option): For -v, -version, and --version,
+       just set print_version and other flags as appropriate.
+       (cpp_post_options): Print version here if print_version is set.
+
+       * toplev.c (exit_after_options): New flag.
+       (independent_decode_option): Don't exit here; just set
+       exit_after_options.
+       (main): Exit after calling lang_hooks.post_options if
+       exit_after_options is true.
+
+       * cppinit.c (append_include_chain): Drop never-used case QUOTE.
+       (merge_include_chains): Adjust comment to match code.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * stringpool.c (set_identifier): New function.
+       * tree.h: Prototype it.
+
+       * c-parse.in: Kill D_YES. If compiled for objc, call
+       save_and_forget_protocol_qualifiers from init_reswords.
+       * objc/objc-act.c (remember_protocol_qualifiers,
+       forget_protocol_qualifiers): Don't diddle C_IS_RESERVED_WORD.
+       Swap out the non-keyword IDENTIFIER_NODEs for keyword ones, or
+       vice versa.
+       (save_and_forget_protocol_qualifiers): New function.
+       * c-lex.h: Prototype save_and_forget_protocol_qualifiers.
+
+2001-03-01  Diego Novillo  <dnovillo@redhat.com>
+
+       * c-semantics.c (prune_unused_decls): Return error_mark_node
+       instead of (tree) 1 to stop traversing the tree chain.
+
+2001-03-01  Bernd Schmidt  <bernds@redhat.com>
+
+       Fix a problem introduced by Kenner's Feb 18 change.
+       * toplev.c (rest_of_compilation): Disable flag_cse_follow_jumps and
+       flag_cse_skip_blocks only temporarily, not for ever.
+
+Thu Mar  1 09:49:58 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * config/pa/som.h  (ASM_IDENTIFY_GCC): Define.
+       (ASM_IDENTIFY_GCC_AFTER_SOURCE): Likewise.
+
+       * pa.c (emit_move_sequence): Verify operand0 is a hard register
+       before determining its register class.
+
+2001-03-01  Bernd Schmidt  <bernds@redhat.com>
+
+       * config/ia64/ia64.c (ia64_hard_regno_rename_ok): Disallow renaming
+       from reg 4 if current_function_calls_setjmp.
+       (gen_nop_type): New function.
+       (ia64_emit_nops): New function.
+       (ia64_reorg): Call it.
+       (ia64_sched_reorder): Move code that rotates bundles up a bit.
 
-Wed Mar 11 16:05:20 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * reload1.c (eliminate_regs_in_insn): Restrict the special case
+       code not to try to optimize adds with anything but a REG destination.
 
-       * Makefile.in (OBJS): Add xcoffout.o.
-       (dbxout.o, final.o, toplev.o, varasm.o): Add xcoff.h dependency.
-       (xcoffout.o): Add rule to build.
+       * sched-int.h (struct haifa_insn_data): Add new member priority_known.
+       (INSN_PRIORITY_KNOWN): New accessor macro.
+       * haifa-sched.c (priority): Use it instead of testing priority against
+       zero.
 
-       * xcoffout.c: Change names of rs6000_*_section_name variables to
-       xcoff_*_section_name, and move definitions of them here from
-       rs6000.c.
-       * xcoff.h: Likewise, move declarations here from rs6000.h.
-       * rs6000.c: Delete definitions of rs6000_*_section_name variables.
-       * rs6000.h: Delete declarations of rs6000_*_section_name variables.
+2001-02-28  DJ Delorie  <dj@redhat.com>
 
-       * rs6000.c (output_epilog): Add comment to note lack of traceback
-       table support.
-       * rs6000.h: Refine comment explaining ASM_SPEC definition.
-       (XCOFF_DEBUGGING_INFO): Define.
-       (DBX_CONTIN_LENGTH, DBX_NO_XREFS): Move to xcoff.h.
-       (ASM_FILE_START): When -g, emit private_data_section.
-       (ASM_DECLARE_FUNCTION_NAME): When -g, output .lglobl for static
-       functions.  Also, output .function debug info.
-       (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Add bss_section call.
-       
-       * dbxout.c: Include xcoff.h when XCOFF_DEBUGGING_INFO is defined.
-       Define default values for DBX_DECL_STABS_CODE,
-       DBX_STATIC_CONST_VAR_CODE, DBX_REGPARM_STABS_CODE, and
-       DBX_REGPARM_STABS_LETTER.  These exist to be overriden for xcoff.
-       Include entire file if either DBX_DEBUGGING_INFO or
-       XCOFF_DEBUGGING_INFO is defined.
-       (dbxout_type): Add early exit if DBX_TYPE_DEFINED, used for xcoff.
-       (dbxout_symbol): Use DBX_DECL_STABS_CODE instead of N_LSYM for
-       tags and typedefs.  Use DBX_STATIC_CONST_VAR_CODE instead of N_FUN
-       for static const variables.  Add DBX_STATIC_BLOCK_START and
-       DBX_STATIC_BLOCK_END around output of stab info, for xcoff use.
-       (dbxout_finish_symbol): Use DBX_FINISH_SYMBOL instead if defined.
-       (dbxout_syms, dbxout_parms): No longer static, referenced from
-       xcoffout.c.
-       (dbxout_parms): Use DBX_REGPARM_STABS_CODE instead of N_RSYM.  Use
-       DBX_REGPARM_STABS_LETTER instead of 'P'.
-       (dbxout_reg_parms): No longer static.
-       * final.c: Also include gstab.h if XCOFF_DEBUGGING_INFO defined.
-       Include xcoff.h if XCOFF_DEBUGGING_INFO defined.
-       (final_start_function): Call xcoffout_output_first_source_line
-       when XCOFF_DEBUG.  Set next_block_index if XCOFF_DEBUG.
-       (final_end_function): Call xcoffout_end_function if XCOFF_DEBUG.
-       Call xcoff_end_epilogue if XCOFF_DEBUG.
-       (final_scan_insn): Call xcoffout_begin_function,
-       xcoffout_begin_block, and xcoffout_end_block if XCOFF_DEBUG.
-       (output_source_line): Also call dbxout_source_file if XCOFF_DEBUG.
-       * flags.h: Define XCOFF_DEBUG.  Also declare
-       use_gdb_dbx_extensions if XCOFF_DEBUGGING_INFO.
-       * toplev.c: Also declare use_gdb_dbx_extensions if
-       XCOFF_DEBUGGING_INFO.  Include xcoff.h in XCOFF_DEBUGGING_INFO.
-       (compile_file): Also call dbxout_init, and dbxout_finish if
-       XCOFF_DEBUG.
-       (rest_of_decl_compilation): Also call dbxout_symbol if
-       XCOFF_DEBUG.
-       (rest_of_type_compilation): Also call dbxout_symbol if
-       XCOFF_DEBUG.
-       (main): Add support for recognizing -g when XCOFF_DEBUGGING_INFO.
-       * varasm.c: Include xcoff.h if XCOFF_DEBUGGING_INFO.
-       (assemble_variable): Also call dbxout_symbol when XCOFF_DEBUG.
-       Change all returns to goto finish.  At finish label,
-       call dbxout_symbol if XCOFF_DEBUG.
+       * config/m68k/m68k.h (MOVE_BY_PIECES_P): Avoid pushing bytes,
+       since that doesn't work the way gcc wants on a generic m68k.
 
-       * dbxstclass.h: New file.  Define XCOFF specific storage classes.
-       * xcoff.h: New file, for XCOFF support.  Included by xcoffout.c,
-       dbxout.c, final.c, toplev.c, and varasm.c.
-       * xcoffout.c: New file for XCOFF support.  Most of the support is
-       implemented by dbxout.c, this just includes stuff that can not be
-       easily performed within dbxout.c.
+2001-02-28  Richard Henderson  <rth@redhat.com>
 
-       * toplev.c (struct W_options): Add entry for warn_inline, so user
-       can turn this warning on.
+       * caller-save.c (save_call_clobbered_regs): Fix typo in
+       comparison last change.
 
-Wed Mar 11 15:11:42 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
-
-       * optabs.c (init_optabs): Fix typo (Imode instead of TImode) in
-       HAVE_subti3 case.
-
-Wed Mar 11 13:10:20 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
-
-       * sparc.h (REG_ALLOC_ORDER): Make %g3 more desirable.
-
-Wed Mar 11 12:35:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * fixincludes (egrep cmd): Delete misplaced `#e[nl]'.
-
-       * jump.c (jump_optimize): Try to fix last change.
-
-       * expmed.c (init_expmed): Use big, ugly factor in mult_is_very_cheap.
-
-Wed Mar 11 08:00:18 1992  Tom Wood  (wood@dg-rtp.dg.com)
-
-       * toplev.c (rest_of_compilation): Use sdbout_types to clear the
-       anonymous types queue if any.
-       * sdbout.c: Correct spelling of sdbout_dequeue_anonymous_types.
-
-       * genattrtab.c (attr_string): Don't assume a terminating null.
-
-Wed Mar 11 07:05:38 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
-
-       * reload1.c (reload_as_needed): Delete erroneous test of
-       basic_block_needs.
-
-       * stmt.c (expand_end_case): Know that we will obtain a constant
-       if we were passed a COMPOUND_EXPR whose second operand is constant.
-       Fold the MINUS_EXPR we make for casesi.
-
-       * reorg.c (update_block_from_store): Deleted.
-       (update_block): Always leave USE; don't try to update live regs.
-
-       * explow.c (copy_to_suggested_reg): Add new arg for mode to use.
-       * expmed.c (expand_divmod): Pass new arg to copy_to_suggested_reg.
-
-       * reload1.c (set_label_offsets, reload_as_needed): Consistently
-       ignore non-eliminables when computing num_not_at_initial_offset.
-
-       * rs6000.md (subsi3): Remove unnecessary call to force_reg.
-
-       * rs6000.c (output_epilog): Separate setting LR from loading
-       it from memory in some cases.
-       Branch to FP restore routine instead of calling it.
-
-       * flow.c (propagate_block): CC0 is not live when we delete a dead
-       insn.
-       * cse.c (delete_dead_from_cse): An insn setting CC0 is not live
-       if the next insn doesn't reference CC0.
-
-       * cse.c (cse_insn): If we see a narrow AND with a constant, check if
-       we have seen a wider AND.
+Wed Feb 28 19:31:42 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * combine.c (can_combine_p): Allow SUBREG of non-tiable regs if we
-       are going to do is copy it to CC0.
+       * i386.c (pentium4_cost): New.
+       (m_PENT4): New macro.
+       (x86_push_memory, x86_movx,x86_cmove, x86_deep_branch, x86_use_sahf
+       x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8
+       x86_integer_DFmode_moves, x86_partial_reg_dependency,
+       x86_memory_mismatch_stall): Add Pentium4
+       (x86_use_q_reg, x86_use_any_reg): Kill.
+       (override_options): Add pentium4.
+       (incdec_operand): Return 0 for pentium4.
+       (ix86_issue_rate): Add PROCESSOR_PENTIUM4 and PROCESSOR_ATHLON.
+       * i386.h (x86_use_q_reg, x86_use_any_reg): Kill.
+       (TARGET_PENTIUM4): Define.
+       (enum processor_type): Add PROCESSOR_PENTIUM4.
+       (CPP_CPU_DEFAULT_SPEC): Add pentium4 support.
+       * i386.md (attribute "cpu"): Add pentium4.
+       * invoke.texi (march): Add pentium4.
 
-       * reload.c (find_secondary_reload): If X is a pseudo with an
-       equivalent MEM, use the MEM to see if a secondary reload is needed.
-       Don't call REG_CLASS_FROM_LETTER for 'r'.
-       * reload1.c (emit_reload_insns): Handle reloading pseudos
-       with equivalent MEM when we have secondary reloads; use the MEM
-       when required.
+Wed Feb 28 19:28:06 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * romp.md (reload_outsi): Pattern should be a single PARALLEL
-       whose second component is a CLOBBER.
+       * i386.md (sse_mov?fcc*): New patterns and splitters.
+       * i386.c (ix86_expand_movcc): Work post-reload; recognize
+       the SSE based conditional moves.
 
-Wed Mar 11 03:11:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Wed Feb 28 19:18:23 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * gcc.c (find_a_file, do_spec_1): Always obey require_machine_suffix.
-       (machine_explicit): Var deleted.
+       * i386.md (attribute mode): Add "TI".
+       (movsf_1): Add pxor support; remove constant propagation splitter.
+       (movdf_integer): Likewise.
+       (movdf_nointeger): Likewise.
+       (movxf constant prop splitter): Handle all modes; update for SSE.
+       * i386.h (CONST_DOUBLE_OK_FOR_LETTER): Add 'H' for SSE constants.
+       * i386.c (standard_80387_constant_p): Rewrite.
+       (standard_sse_constant_p): New.
+       * i386-protos.h (standard_sse_constant_p): New.
 
-Tue Mar 10 23:12:24 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+Wed Feb 28 19:05:37 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m68k.md (68000 special shifts): No longer accept a shift count 
-       of 16.  Delete support for shifts by 16 places.
-       (shift by 16 bits): New patterns which apply to all 68k models.
-       * m68k.h (RTX_COSTS): Shifts by 16 are cheap.
+       * i386.md (sse_setccsf, sse_setccdf): New.
+       (sse_cmp* patterns): Use '%D' instead of outputtting condition
+       flag directly.
+       * i386.c (sse_comparison_operator): Accept the supported unordered
+       comparses; be ready for fast_math.
+       (print_operand): Support 'D'.
 
-Tue Mar 10 20:37:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Wed Feb 28 18:54:51 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * dwarfout.c (location_or_const_value_attribute):
-       Reenable changes disabled on Feb 21.
-       * function.c (instantiate_decls): Likewise.
+       * jump.c (reversed_comparison_code): Kill.
 
-       * sdbout.c (sdbout_symbol): Handle (mem (const...)).
-       * dbxout.c (dbxout_symbol): Likewise.
+Wed Feb 28 18:50:15 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * xm-i386isc.h: New file.
-       * configure (i386-*-isc*): Use it.
+       * toplev.c (rest_of_compilation): Do post-reload splitting unconditionally
+       for STACK_REGS
 
-       * hp320.h (MD_STARTFILE_PREFIX): Deleted.
+Wed Feb 28 18:47:37 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * m68k.h (RTX_COSTS): If MULT is a shift, jump to shift case.
+       * i386.md (sse_andti3, sse_nandti_3, sse_xorti3): Add SSE2 versions;
+       add missing '%' in constraints.
 
-       * sun3.h (TARGET_MEM_FUNCTIONS): Defined.
+Wed Feb 28 17:24:24 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * toplev.c (rest_of_compilation): Call sdbout_dequeue_anonymous_types
-       even if we don't output assembler code.
+       * c-common.c (build_common_tree_nodes): Build intTI_type_nodes
+       for HOST_BITS_PER_WIDE_INT == 32 too.
 
-       * jump.c (jump_optimize): In `if (foo) bar; else break;' optimization,
-       include in range1 and range2 any line numbers at the beginning.
+Wed Feb 28 17:22:35 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * c-typeck.c (spelling_length): Initialize `size'.
-       (PUSH_SPELLING): `spelling_size' is measured in elements.
-       (get_spelling): Use xmalloc if there is no buffer yet.
+       * caller-save.c (reg_save_code, reg_restore_code):  Index by mode, not
+       NREGS.
+       (insert_save, insert_restore): New parameter save_mode.
+       (init_caller_save): Update initialization of reg_save_code
+       and reg_restore_code.
+       (save_call_clobbered_regs):  Compute save_modes and update calls to
+       reg_save_code and reg_restore_code.
+       (insert_restore):  Unsignetize numbers; use save_modes to choose mode
+       of spill; update use of reg_restore_code.
+       (insert_save):  Likewise.
+       * i386.h (HARD_REGNO_CALLER_SAVE_MODE): Update.
+       * c4x.h (HARD_REGNO_CALLER_SAVE_MODE): Update.
+       * regs.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
 
-Tue Mar 10 20:25:56 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+Wed Feb 28 17:19:28 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * integrate.c (save_for_inline_copying):
-       Set up LABEL_NAME of label copies.
+       * ifcvt.c (noce_emit_store_flag, noce_try_store_flag_constants,
+       noce_try_store_flag_inc, noce_try_store_flag_mask,
+       noce_try_cmove_arith):
+       Use reversed_comparison_code instead of reverse_comparison and
+       can_reverse_comparison_p.
 
-       * sparc.md: Clean up attribute settings.  Add default length of 2
-       for insns of type multi.  Make sure all insns have correct type and
-       length attribute values.
+Wed Feb 28 17:17:29 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Tue Mar 10 19:13:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * jump.c (reversed_comparison_code_parts): Allow reversal of
+       unordered compares in -ffast-math mode; reverse ordered compares
+       for FP even w/o -ffast-math.
 
-       * c-decl.c (warn_parentheses): Default is 0.
-       (c_decode_option): -Wall implies -Wparentheses.
+2001-02-27  Richard Henderson  <rth@redhat.com>
 
-Tue Mar 10 17:49:51 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
+       * print-rtl.c (print_rtx) [i]: Don't print field five on
+       NOTEs other than NOTE_INSN_DELETED_LABEL.
 
-       * hp800.md (shNadd recognizers): Put the MULT first, to obey insn
-       canonicalization rules.
+2001-02-27  Zack Weinberg  <zackw@stanford.edu>
 
-       * hp800.md (subsi3): Don't handle constants for operand 2, but
-       do handle them for operand 1, for the subi insn.
+       * mips/xm-iris4.h: Delete #if 0 block (there since before 1997).
+       * pa/xm-linux.h, pa/xm-pa.h, pa/xm-papro.h: Don't declare errno.
 
-       * hp800.md (compare into ordinary reg): Use "arith11_operand", not
-       "arith_operand" for operand 2.  Use `I', not `J' as constraint.
-       Don't change the constant in the output code (i.e. undo Mar 10
-       change).
-       * hp800.c (arith11_operand): New predicate function.  Fix comment.
+2001-02-27  Diego Novillo  <dnovillo@redhat.com>
 
-       hp800.md (mulsi3): Don't handle CONST_INT specifically, rely on
-       machine independent code.
-       * hp800.h (RTX_COST): Define.
-       * hp800.c (ABS, mul_operands, emit_mul_by_constant) Remove.
-       (mul_by_constant_aux, test_factor_and_output): Remove.
+       * c-common.c (walk_stmt_tree): Visit the chain of the current tree
+       even if walk_subtrees is 0.
+       * c-semantics.c (prune_unused_decls): Return a non-null value to
+       stop traversing the tree chain.
 
-       * hp800.md (addsi3): Use "register_operand" for operand 1, not
-       "arith_operand".
+2001-02-27  DJ Delorie  <dj@redhat.com>
 
-       * hp800.md: Clean up spacing and comments in a few places.
+       * config/m68k/m68k.c (output_function_prologue): Save the new CFA
+       register, *then* define it as the new CFA.
 
-       * hp800.c (output_move_double): Handle auto increment and auto
-       decrement.  Remove unused enums.  Test for either operand being a
-       REGOP instead if RNDOP, since we require at least one operand to
-       be a register.  Pass the MEM address to find_addr_reg, not the
-       entire MEM rtx (in two places).
+Tue Feb 27 16:49:13 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * hp800.h (WORDS_BIG_ENDIAN): Fix typo in comment.
-       (RTX_COST): Return cost of a PLUS, to indirectly give the right
-       cost for the shNadd insns.  Adjust the cost for division.
+       * pa.c (override_options): Promote -fpic to -fPIC.
+       (legitimize_pic_address): Simplify due to removal of
+       small PIC as a code generation option.
+       (secondary_reload_class): Similarly.
+       * pa.h (GO_IF_LEGITIMATE_ADDRESS): Similarly.
+       (PRINT_OPERAND_ADDRESS): Similarly.
+       * pa.md (various patterns): Similarly.
+       (small pic lo_sum pattern): Remove.
 
-Tue Mar 10 15:57:24 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+Tue Feb 27 16:01:13 CET 2001  Jan Hubicka  <jh@suse.cz>
+                             Fergus Henderson
 
-       * sparc.md: Add pattern for optimizing bitfield compares.  This
-       pattern was accidently lost when other (now-obsolete) bitfield
-       patterns were removed.
+       * md.texi (min, max): Document
 
-       * sparc.c (arith32_operand): Deleted.
-       * sparc.md (movstrsi): Now uses nonmemory_operand for length.
+Tue Feb 27 15:51:35 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * sparc.c (output_arc_profiler): Emit insns from first to last
-       instead of last to first, since it is much clearer.  Eliminate
-       profiler_target, since it resulted in illegal rtx sharing.
+       * i386.md (movsf, movdf): Use movaps for reg-reg moves if
+       TARGET_PARTIAL_REG_DEPENDENCY.
+       (truncdfsf2_1_sse, truncdfsf2_2): Penalize the fpreg->mem case.
 
-       * sparc.c (legitimize_pic_address): Make -fPIC work again, re the
-       Feb 27 cse.c LO_SUM fix.  Put addresses inside UNSPEC when loading
-       them to ensure that cse won't mistakenly optimize them.
-       * sparc.md: Two new patterns, to match (HIGH (UNSPEC (..))) and
-       (LO_SUM (reg) (UNSPEC (..))) as generated above.
+Tue Feb 27 15:36:48 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Tue Mar 10 14:58:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.md (mins*, maxs*): New patterns, expanders and splitters.
 
-       * mips-news.h (ASM_SPEC): Move %{G*} outside of -mgas conditional.
-       * nws3250v4.h, xm-nws3250v4.h, x-nws3250v4: New files.  From cph.
+2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * i860.c (sfmode_constant_to_ulong): Fix typo in last change.
+       * mips.c (mips_make_temp_file): Fix thinko in last change.
 
-       * expr.c (store_expr): Initialize `label'.
+2001-02-26  Jason Eckhardt  <jle@redhat.com>
 
-       * 3b1.h (HAVE_ATEXIT): #undef this.
+       * combine.c (known_cond): Do not reverse the condition when
+       SMAX/UMAX is being considered and the condition is for equality
+       or inequality.
 
-       * hp800.md (compare into ordinary reg): Make large ints "negative".
+       * testsuite/gcc.c-torture/execute/20010221-1.c: New test.
 
-       * hp800hpux.h: New file.
-       * configure (hp800-*-bsd*): Renamed from hp800-*-*.
-       (hp800-*-hpux*): New configuration.
+2001-02-26  Philip Blundell  <philb@gnu.org>
 
-Tue Mar 10 11:03:47 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+       * config.gcc: Remove obsolete targets "arm*-*-linuxoldld" and
+       "armv2-*-linux".
+       * config/arm/linux-elf.h: Remove historical relics related to
+       above configurations.
+       * config/arm/linux-oldld.h: Delete.
+       * config/arm/linux-elf26.h: Delete.
 
-       * expmed.c (init_expmed): Make the lea pattern in the canonical way.
+2001-02-26  Jason Merrill  <jason@redhat.com>
 
-Tue Mar 10 10:32:30 1992  Tom Wood  (wood@hal)
+       * c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope
+       definitions.
+       * toplev.c (rest_of_decl_compilation): Check DECL_DEFER_OUTPUT to
+       recognize a tentative definition.  Lose obsolete code.
 
-       * m88k.h (ASM_OUTPUT_{COMMON,LOCAL}): Compute size consistently.
+       * toplev.c (wrapup_global_declarations): Don't emit DECL_COMDAT
+       variables unless necessary, either.
 
-Tue Mar 10 07:41:09 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-25  Richard Henderson  <rth@redhat.com>
 
-       * recog.c (constrain_operands, case 'E'): Fix typo.
+       * ifcvt.c (struct noce_if_info): Add test_bb.
+       (noce_get_alt_condition): New.
+       (noce_try_minmax, noce_try_abs): New.
+       (noce_operand_ok): New.
+       (noce_process_if_block): Use them.
+       * rtlanal.c (may_trap_p): NEG and ABS can never trap.
 
-       * function.c (setjmp_protect): Don't put vars from inline functions
-       on the stack.
+Sun Feb 25 14:26:17 2001  Christopher Faylor <cgf@cygnus.com>
 
-       * c-typeck.c (process_init_constructor): Don't use host integers for
-       bounds and index computation; use trees instead.
-       If specifying index in array with unset bounds, assume lower bound
-       of zero and check specified index against zero.
+       * config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api
+       include.
 
-       * tree.h (mode_for_size): Don't declare here.
-       * machmode.h (mode_for_size): Declare here instead.
+2001-02-25  Zack Weinberg  <zackw@stanford.edu>
 
-       * reorg.c (fill_slots_from_thread): Try to split THREAD immediately
-       so we don't get confused if it gets split later.
+       * config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
+       * config/mips/mips.c (mips_make_temp_file): Set temp_filename
+       properly.
+       (mips_asm_file_end): Free temp_filename here.
 
-       * reorg.c (fill_slots_from_thread): Don't take add from loop
-       head if the increment amount depends on the target register, since
-       we can't undo the operation.
+Sun Feb 25 08:34:23 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Mon Mar  9 12:18:04 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * config/i386/i386-protos.h (ix86_set_move_mem_attrs): Move decl.
+       * config/i386/i386.c (ix86_set_move_mem_attrs_1): Fix typo.
 
-       * unroll.c (final_biv_value): Fail if the biv is not MODE_INT.
+       * config/i386/i386.md (movstrsi): Handle FAIL case.
 
-       * combine.c (distribute_notes, case REG_DEAD): Call rtx_equal_p
-       to verify that it was the set that modified the register, and
-       not a clobber.
+2001-02-25  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Sun Mar  8 22:20:24 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * cppinit.c (builtin_array): Update.
+       (init_builtins): Flag builtins to warn if redefined or
+       undefined.  Define __GXX_WEAK as a normal macro.
+       * cpplib.c (do_undef): Warn if flagged NODE_WARN.
+       * cpplib.h (NODE_WARN): New flag.
+       * cppmacro.c (builtin_macro): Remove handling of __GXX_WEAK__.
+       Handle __STDC__ as a builtin only on Solaris.
+       (warn_of_redefinition): Renamed from check_macro_definition.
+       Reverse sense of test.  Always warn if NODE_WARN.
+       (_cpp_create_definition): Use warn_of_redefinition.  Flag
+       any macro beginning with "__STDC_" to require a mandatory
+       warning if redefined or undefined.
 
-       * c-parse.y,c-lex.c,cp-hash.h,cp-parse.y,cp-spew.c,objc-parse.y:
-       Rename `ASM' to `ASM_KEYWORD' to avoid trouble with SCO
-       <sys/signal.h>.
+2001-02-24  Zack Weinberg  <zackw@stanford.edu>
 
-Sun Mar  8 23:16:37 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+       * xm-interix.h, xm-lynx.h, alpha/xm-vms.h, convex/xm-convex.h,
+       i370/xm-i370.h, i370/xm-linux.h, i370/xm-mvs.h, i370/xm-oe.h,
+       i386/xm-beos.h, i386/xm-dos.h, i386/xm-mingw32.h,
+       i860/xm-i860.h, m68k/xm-3b1.h, m68k/xm-amix.h, m68k/xm-aux.h,
+       m68k/xm-crds.h, m68k/xm-mot3300.h, m88k/xm-sysv3.h,
+       mips/xm-mips.h, rs6000/xm-beos.h, vax/xm-vms.h:
+       Don't define any of:
+       USE_PROTOTYPES, vfork, mktemp, SVR3, NO_SYS_PARAMS_H,
+       P_tmpdir, MVS, NO_DBX_FORMAT, USE_STDARGS, STDC_HEADERS,
+       NO_PRECOMPILES, i860, __PTR_TO_INT, __INT_TO_PTR, rindex,
+       index, FULL_PROTOTYPES, AUX, R_OK, W_OK, X_OK, F_OK,
+       STACK_DIRECTION, MIPS, MAX_READ_LEN, MAX_WRITE_LEN.
 
-       * expr.c (move_by_pieces, move_by_pieces_ninsns): Remove March 4 and
-       March 5 changes.  Set max_size to MOVE_MAX + 1 instead.
+       * alpha/xm-alpha.h, clipper/xm-clix.h, d30v/xm-d30v.h,
+       fr30/xm-fr30.h, i370/xm-linux.h: Remove commented-out macro
+       definitions.
 
-Sun Mar  8 17:08:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * m68k/xm-3b1.h, m68k/xm-crds.h, m88k/xm-sysv3.h:
+       Delete now-empty file.
 
-       * expr.c (do_tablejump): New arg MODE.
-       * stmt.c (expand_end_case): Pass that arg.
+       * alpha/vms.h: Define NEED_ATEXIT here...
+       * alpha/xm-vms.h: ...not here.
 
-       * c-decl.c (pushtag): Push even anonymous types on tags list.
-       (parmlist_tags_warning): Handle anonymous types in the list.
+       * i386/cygwin.h: Don't define PARAMS.
+       * mips/mips.c: Don't prototype mktemp.  Don't define
+       P_tmpdir.  Use make_temp_file to create temporary files.
+       Don't be clever and delete temporary files early.
+       * config.gcc: Drop references to deleted files.  Don't define
+       FULL_PROTOTYPES.
+       * gcc.texi: Don't mention USE_PROTOTYPES.
 
-Sun Mar  8 15:08:58 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+Sat Feb 24 20:25:29 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * i386mach.h (perform_fixdfsi): Rename from *_fix_trundfsi2.
-       Restore float control word correctly.
-       * i386rose.h (perform_fixdfsi): Likewise.
+       * config/i386/i386.c (ix86_set_move_mem_attrs): New function.
+       (ix86_set_move_mem_attrs_1): Likewise.
+       * config/i386/i386-protos.h (ix86_set_move_mem_attrs): New declaration.
+       * config/i386/i386.md (movstrsi): Call it.
 
-       * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Allow float constants,
-       even if -msoft-float is used: reg-stack.c may emit an insn to load
-       the function value register with 0.0.
+2001-02-24  Zack Weinberg  <zackw@stanford.edu>
 
-       * i386.md (bit test insns): Don't allow memory operands as the
-       first argument of the zero_extract.
+       * config.gcc: Expunge references to alpha/t-pe, pa/t-openbsd,
+       x-linux-aout, i386/t-go32, t-osf, m68k/x-m68kv,
+       ns32k/xm-netbsd.h, rs6000/t-openbsd, rs6000/t-xnewas,
+       rs6000/x-aix41-gld.  These are nonexistent, empty, or obsolete.
 
-       * i386isc.h (RETURN_POPS_ARGS): Comment this out: ISC uses the
-       standard definition.
+       (i750a-*-*): Error here if hosting on i750a.
+       (alpha*-*-winnt*, ix86-*-winnt3*): Remove stanzas entirely.
 
-       * i386sco.h (STARTFILE_SPEC): Use crtbegin.o.
-       (ENDFILE_SPEC): Use crtend.o.
-       (CPP_SPEC): #undef before defining.
-       (RETURN_POPS_ARGS): Caller pops args on SCO.
+       * x-linux-aout, xm-freebsd.h, i386/beos-pe.h, ns32k/xm-netbsd.h:
+       Remove (empty modulo comments).
 
-Sun Mar  8 14:25:16 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * 1750a/xm-1750a.h, alpha/config-nt.sed, alpha/win-nt.h,
+       alpha/xm-winnt.h, i386/config-nt.sed, i386/os2.h,
+       i386/t-winnt, i386/win-nt.h, i386/xm-freebsd.h, i386/xm-os2.h,
+       i386/xm-winnt.h, m68k/x-alloca-c, m88k/x-dguxbcs,
+       mips/x-netbsd, mips/x-nws3250v4, rs6000/t-xnewas,
+       rs6000/t-xrs6000, rs6000/xm-cygwin.h: Remove (obsolete)
 
-       * configure: Fatal error if srcdir has already been configured.
-       Remove periods from error messages.
+       * i386/crtdll.h, i386/cygwin.h, i386/mingw32.h:
+       Remove reference to winnt.h in comment.
+       * rs6000/t-newas, rs6000/t-rs6000: Override LIBGCC1_TEST to null.
 
-       * 3b1.h, mot3300.h (ASM_OUTPUT_OPCODE): Change swap to swap.w.
-       (SGS_SWAP_W): Deleted.
-       * m68ksgs.h (ASM_OUTPUT_OPCODE): If SGS_SWAP_W, change swap to swap.w.
-       * m68k.md: Delete all SGS_SWAP_W conditionals.
+2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * m68k.md (shift using swap, dbra patterns): Change clrw to clr%.w.
+       * loop.c (check_dbra_loop): A biv has uses besides counting if it is
+       used to set another biv.
 
-       * hp800.h (output_global_address): Use `-' for PLUS of neg integer.
-       Clean up spacing and braces in several places in file.
+Sat Feb 24 06:45:21 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * byteorder.h (htons): Use unsigned int for arg type.
+       * tree.h (BLOCK_DEAD): New macro.
+       (struct tree_block): New flag, dead_flag.
+       * print-tree.c (print_node, case 'b'): Print missing fields.
+       * emit-rtl.c (remove_unnecessary_notes): Set BLOCK_DEAD.
+       * function.c (identify_blocks): Enable test for misplaced notes.
+       (all_blocks): Skip BLOCK_DEAD blocks.
+       * integrate.c (integrate_decl_tree): Likewise.
 
-Sun Mar  8 07:36:44 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * errors.c (internal_error, trim_filename): New functions.
+       (fancy_abort): Call internal_error.
+       * errors.h (internal_error, trim_filename): New declarations.
 
-       * rs6000.c (print_operand, case 'A'): New case.
-       * rs6000.md (sri): New %A to use "sli" for count of zero to work
-       around bug in RS/6000 assembler.
+2001-02-24  Alexandre Oliva  <aoliva@redhat.com>
 
-       * config.sub (os): Add "aos" to basic list, no longer the same
-       as "bsd";  "acis" is an alternate for "aos".
-       (romp): No longer has a default system.
-       * configure (romp-*-aos*): Renamed from romp-*-bsd*; BSD means 
-       real BSD (4.3 Tahoe+), AOS means IBM system.
+       * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Reverted
+       2000-08-26's patch.
+       (EXTRA_CONSTRAINT): Formatting changes.
 
-       * Makefile.in (crtbegin.o, crtend.o): Use -o for output instead of
-       putting in crtstuff.o and renaming to desired name.
+2001-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * reload1.c (reload): Re-check eliminability of registers on each
-       reload pass.
+       * rtl.c (rtl_check_failed_code2): Fix typo in last change.
 
-       * jump.c (mark_jump_label): Make multiple REG_LABEL notes if
-       more than one label is mentioned in an insn.
+2001-02-23  Per Bothner  <per@bothner.com>
 
-       * integrate.c (copy_rtx_and_substitute): Properly initialize
-       const_equiv_map for the equivalents of AP and FP.
+       * gcc.c (record_temp_file, pfatal_with_name, error):  Make non-static,
+       so they can be called from java/jvspec.c.
+       * gcc.h (record_temp_file, pfatal_with_name, error):  Declare.
 
-       * rs6000.h (TARGET_MEM_FUNCTION): Define.
+Sat Feb 24 03:32:50 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Sun Mar  8 00:05:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * i386.c (ix86_frame): New structure.
+       (ix86_compute_frame_size): Kill.
+       (ix86_compute_frame_layout): New.
+       (ix86_save_reg): New.
+       (ix86_can_use_return_insn_p): Use frame layout stuff.
+       (ix86_expand_prologue): Likewise.
+       (ix86_expand_epilogue): Likewise.
+       (ix86_initial_elimination_offset): Likewise.
+       (ix86_nsaved_regs): Use ix86_save_reg.
+       (ix86_emit_save_regs): Likewise.
 
-       * c-decl.c (store_parm_decls): Copy function type before changing it.
-       * tree.c (build_type_copy): New subroutine.
+Sat Feb 24 03:30:38 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * t-next (LIBGCC1): Assigned, instead of LIBGCC.
+       * flow.c (find_sub_basic_blocks): New function.
+       (split_block): Be ready for basic block introduced by CODE_LABEL.
+       (commit_one_edge_insertion): Call find_sub_basic_block.
 
-       * m68k.h (SHIFT_COUNT_TRUNCATED): Deleted.
+       * flow.c (make_edges): Add edge from entry for blocks starting with
+       label having ALTERNATE_NAME
 
-Sat Mar  7 23:47:57 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+Sat Feb 24 03:19:42 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * i386.md (xorsi3,xorhi3): Don't emit a byte opcode with an SImode
-       operand.
+       * function.c (epilogue_done): Be ready for first basic block not
+       containing PROLOGUE_END note.
+       (reposition_prologue_and_epilogue_notes): Avoid placing
+       PROLOGUE_END note between BASIC_BLOCK.
 
-Sat Mar  7 22:49:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Sat Feb 24 03:17:09 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * c-typeck.c (convert_arguments): -Wconversion warning
-       if argument is passed as float.
-       For fixed arguments, warn if type passed doesn't match
-       what default_conversion produces.
+       * loop.c (canonicalize_condition): Move to reversed_comparison_code.
 
-       * gcc.c (cross_compile): New variable, 1 if cross-compiling.
-       (read_specs): Read it from specs.
-       (process_command): Dump it to specs.
+2001-02-21  DJ Delorie  <dj@redhat.com>
 
-       * gcc.c (process_command): Don't use MD prefixes and
-       standard_startfile_prefix* here.
-       (main): Use them here, if not cross-compiling.
+       * config/i960/i960.h (FRAME_POINTER_REQUIRED): Revert removal of
+       check for current_function_has_nonlocal_goto from 1999-11-12.
 
-Sat Mar  7 18:13:45 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * reload1.c (reload_as_needed): Eliminate regs in (use (mem ..))
-       and (clobber (mem ...)) insns.
+       * diagnostic.c (trim_filename): No longer static.
+       * toplev.h (trim_filename): Declare.
+       * rtl.c (rtl_check_failed_bounds): Call internal_error.
+       (rtl_check_failed_type1, rtl_check_failed_type2): Likewise.
+       (rtl_check_failed_code1, rtl_check_failed_code2): Likewise.
+       (rtvec_check_failed_bounds): Likewise.
+       * tree.c (tree_check_failed, tree_class_check_failed): Likewise.
 
-       * combine.c (distribute_notes): Fix minor bug in handling of
-       multi-register values when only one part is used.
+       * convert.c (convert_to_integer): Don't do unsigned unless result or
+       both inputs are unsigned.
 
-       * optabs.c, expr.c: Always call emit_library_call with no_queue == 1.
+       * fold-const.c (fold_convert): Don't call size_int_type_wide if
+       input overflows.
 
-       * function.c (fix_lexical_addr): Correctly set BASE in non-separate
-       AP case.
+       * c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
 
-Sat Mar  7 15:39:57 1992  Jyrki Kuoppala  (jkp@batman.cs.hut.fi)
+       * varasm.c (output_constant): Recompute CODE after lang-specific fn.
 
-       * ns32k.h (TRANSFER_FROM_TRAMPOLINE): changed "ret" to "ret 0"
+2001-02-23  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Sat Mar  7 15:41:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
+       * Makefile.in (resource.o): Add params.h dependence.
+       * params.def (MAX_DELAY_SLOT_LIVE_SEARCH): New parameter.
+       * params.h (MAX_DELAY_SLOT_LIVE_SEARCH): Likewise.
+       * resource.c: Add dependence on params.h.
+       (current_live_regs): Fix explanatory comment.
+       (find_basic_block): Add new parameter to permit limiting search
+       for a BARRIER.
+       (mark_target_live_regs): Add new argument to find_basic_block call.
+       (incr_ticks_for_insn): Likewise.
 
-       * fixincludes: Don't do special fixes on signal.h, which were only
-       needed because of #endif comment fixes.
+2001-02-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
 
-Sat Mar  7 15:11:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * diagnostic.c (output_to_stream): Rename to
+       output_buffer_to_stream. Loses the stream parameter.
+       (init_output_buffer): Set diagnosic_buffer's stream.
+       (flush_diagnostic_buffer): Adjust.
+       (default_print_error_function): Likewise.
+       (finish_diagnostic): Likewise.
+       (verbatim): Likewise.
 
-       * m68k.h (ASM_OUTPUT_ALIGN): Don't crash if LOG is more than 1.
+       * diagnostic.h (struct output_buffer): Add `stream' field.
+       (output_buffer_attached_stream): New macro.
 
-       * varasm.c (decode_reg_name): Make various prefixes optional
-       whether or not they are in REGISTER_NAMES.
-       (strip_reg_name): New subroutine.
+2001-02-23  Jakub Jelinek  <jakub@redhat.com>
 
-       * i386.c: Fatal error if EXTRA_CONSTRAINT is defined.
+       * fold-const.c (extract_muldiv) [case PLUS_EXPR]: If not MULT_EXPR,
+       check if either operand is divisible by C.
+       (multiple_of_p): Handle LSHIFT_EXPR with small constant shift.
+       If type is signed, consider negative numbers as well.
 
-       * collect2.c [USG] (R_OK, W_OK, X_OK): Define them if missing.
+2001-02-22  Richard Henderson  <rth@redhat.com>
 
-       * x-hp320g (RANLIB, RANLIB_TEST): Defined.
+       * config/ia64/crtbegin.asm (.fini): Use pc-relative relocs to
+       reach .text instead of gp-relative relocs.
+       * config/ia64/crtend.asm (.init): Likewise.
 
-       * Makefile.in (EXTRA_PROGRAMS): New variable is list of programs.
-       (native): Build them.  Don't build EXTRA_PARTS.
-       (rest.encap): Build EXTRA_PARTS.
-       (GCC_PARTS): Include EXTRA_PROGRAMS.
-       (install-common): Build EXTRA_PROGRAMS.
-       * t-convex (EXTRA_PROGRAMS): Define instead of EXTRA_PARTS.
+2001-02-22  Andreas Jaeger  <aj@suse.de>
 
-       * Makefile.in (distclean): Don't delete backups, etc.
-       (extraclean): New target--delete those things here.
-       (gcc.xtar): Use extraclean.
-       (cleanconfig): Deleted.
-       (realclean): Depend on distclean.
+       * extend.texi (C++ Attributes): Fix typo.
 
-Sat Mar  7 14:54:29 1992  Tom Wood  (wood@dg-rtp.dg.com)
+2001-02-21  David Mosberger  <davidm@hpl.hp.com>
 
-       * genattrtab (attr_printf): Provide alternate based on HAVE_VPRINTF.
+       * config/ia64/ia64.c (ia64_epilogue_uses): For syscall_linkage
+       functions, drop current_function_args_info.words test.
+       (ia64_compute_frame_size): Mark syscall_linkage functions as
+       using eight input registers.
 
-Sat Mar  7 14:25:58 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+2001-02-21  Loren J. Rittle  <ljrittle@acm.org>
+       Bruce Korb  <bkorb@gnu.org>
 
-       * hp800.c (secondary_reload_class): Change `=' to `==' in `if'.
+       * fixinc/inclhack.def (freebsd_gcc3_breakage): new fix
+       * fixinc/README: Document how to convert sed substitutions
+       to format style c_fix-es.
+       * fixinc/fixincl.x: regen
 
-Sat Mar  7 13:25:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-21  Jeffrey D. Oldham  <oldham@codesourcery.com>
 
-       * cccp.c (do_line): Fix typo.
+       * gcc.c: Add comment explaining how to add a command-line option.
+       Add title to specs language comment.
 
-       * configure (decoding args): Delete excess fi.
+2001-02-21  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Sat Mar  7 09:29:41 1992  Michael Meissner  (meissner@osf.org)
+       * gcc.c (cc1_options): Add "-param".
+       (DEFAULT_WORD_SWITCH_TAKES_ARG): Likewise.
+       (option_map): Likewise.
+       * toplev.c (display_help): Add entry for "--param".
+       (independent_decode_option): Fix typographical error.
 
-       * mips.h (CONST_COSTS): Complete last change.
+Wed Feb 21 18:57:28 CET 2001  Catherine Moore  <clm@redhat.com>
+                             Bernd Schmidt  <bernds@redhat.com>
+                             Jan Hubicka  <jh@suse.cz>
 
-       * mips.md (movsi_ulw, movsi_usw): Complete last change.
+       * i386.c (function_arg_advance):  Pass SSE arguments in registers.
+       (function_arg): Likewise.
 
-Sat Mar  7 07:28:03 1992  Tom Wood  (wood at dg-rtp.dg.com)
+Wed Feb 21 18:12:41 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * config.sub (*-dolphin, -triton*): New vendor/OS.
-       * configure (m88k-dolphin-trition): New alternative.
-       * m88kdolph.h: New file.
-       * xm-m88kdolph.h: New file.
+       * i386.md (mmx_lshrdi3, mmx_ashldi3): Guard by unspec.
 
-Sat Mar  7 10:07:44 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+2001-02-21  Kazu Hirata  <kazu@hxi.com>
 
-       * make-l2.com: Do not allow the user to run this with gcc 1.nn.
+       * config/h8300/h8300.md (iorsi3): Do not output an extra newline
+       character.
+       (xorsi3): Likewise.
 
-       * make-gcc.com: Use the new compiler to build libgcc2.c (through 
-         make-l2.com).
+Wed Feb 21 17:35:24 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Sat Mar  7 05:36:16 1992  K. Richard Pixley  (pixley@nutrimat.gnu.ai.mit.edu)
+       * flow.c (init_propagate_block_info): Canon address and use single_set
+       for killing dead memory stores.
 
-       * Makefile.in: added the exec_prefix variable for installing host
-         dependent programs and libraries.
+2001-02-21  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Sat Mar  7 00:09:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * Makefile.in (reorg.o): Add params.h dependence.
+       * params.def: Fix typographical error in comment.
+       (MAX_DELAY_SLOT_INSN_SEARCH): New parameter.
+       * params.h: Modify introductory comment.
+       (MAX_DELAY_SLOT_INSN_SEARCH): New parameter.
+       * reorg.c: Add dependence on params.h.
+       (redundant_insn): Add parameterized throttle for search.
+       (fill_simple_delay_slots): Add a comment explaining a variable.
+       Move conditional out of loop, simplifying code.
+       (fill_eager_delay_slots): Fix typographical error in comment.
 
-       * genextract.c (mybzero): New fn.  Used instead of bzero.
+2001-02-20  Aldy Hernandez  <aldyh@redhat.com>
 
-       * Makefile.in (all): Indirect to all-internal.
-       (all-internal): New rule, following where cross-make gets inserted.
+       * tm.texi (REVERSE_CONDEXEC_PREDICATES_P): New macro documentation.
 
-       * vms.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Defined.
+       * flow.c (ior_reg_cond): Use REVERSE_CONDEXEC_PREDICATES_P macro.
+       (REVERSE_CONDEXEC_PREDICATES_P): Define macro.
 
-       * protoize.c: Don't declare fork or vfork.
+2001-02-21  Jason Merrill  <jason@redhat.com>
 
-       * i860.c (sfmode_constant_to_ulong): Use REAL_VALUE_FROM_CONST_DOUBLE.
+       * tree.h (DECL_UNINLINABLE): Move from C++ frontend.
+       (struct tree_decl): Add uninlinable bitfield.
+       * c-decl.c (duplicate_decls): Set it.
+       * integrate.c (function_cannot_inline_p): Check it.
 
-       * gcc.c (handle_braces): Verify actual suffix length matches
-       desired.
+       * dwarf2out.c (add_name_and_src_coords_attributes): Don't add
+       DW_AT_MIPS_linkage_name to abstract methods.
+       (dwarf2out_abstract_function): Emit class context before calling
+       set_decl_abstract_flags.  Don't clear DECL_ABSTRACT.
+       (gen_subprogram_die): Remove obsolete code.
+       (gen_member_die): Don't include clones in the member list.
+       (gen_decl_die): Emit abstract info for clone origin.
+       * dwarfout.c (output_type): Don't include clones in the member list.
+       * dbxout.c (dbxout_type_methods): Ignore abstract methods.
+       * toplev.c (note_deferral_of_defined_inline_function): Don't clear
+       DECL_ABSTRACT on a function that already has it set.
 
-       * hp800.h (GO_IF_LEGITIMATE_ADDRESS): Add parens for clarity.
+       * dwarf2out.c (gen_formal_types_die): Also accept a FUNCTION_DECL.
+       (get_subprogram_die): Pass it in.
 
-       * c-typeck.c (pointer_int_sum): Handle intop which is sum or diff
-       of arguments with different types.
+2001-02-21  Richard Earnshaw  <rearnsha@arm.com>
 
-       * c-typeck.c (PUSH_SPELLING): If no buffer yet, use xmalloc.
+       * flow.c (mark_set_1): Make not_dead unsigned long.  For
+       non-pseudos, use it as a bitmask of the hard regs that
+       don't die.
 
-       * m68k.c (output_dbcc_and_branch): Use \n\t between pair of insns.
+2001-02-21  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * sparc.h (TARGET_MEM_FUNCTIONS): Defined.
+       * cppfiles.c: Update comments.
+       (_cpp_read_file): Don't check for NULL filenames any more.
+       * cppinit.c (cpp_start_read): Don't do canonicalization of
+       in_fname and out_fname.  Use the passed file name exclusively.
+       (_cpp_handle_options): Don't treat "-" as a command line option,
+       but as a normal filename.
+       (_cpp_post_options): Canonicalize in_fname and out_fname.
+       * cppmain.c (printer_init): Don't check out_fname for NULL.
+       * c-lex.c (orig_filename): Rename cpp_filename for clarity.
+       (init_c_lex): Update, and use "" to represent stdin to CPP.
+       (yyparse): Update.
 
-Fri Mar  6 18:48:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-20  Will Cohen  <wcohen@redhat.com>
 
-       * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Don't call ON_EXIT here.
-       * crtstuff.c, libgcc2.c (__do_global_ctors): Call it here.
+       * config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_usgl): New function.
+       * config/pa/long_double.h (FIXUNS_TRUNCTFSI2_LIBCALL): Added.
+       (INIT_TARGET_OPTABS): Use FIXUNS_TRUNCTFSI2_LIBCALL for
+       fixunstfsi_libfunc.
 
-       * i386sco.h (HAVE_ATEXIT): Defined.
+2001-02-20  Stan Shebs  <shebs@apple.com>
 
-       * collect2.c (my_exit, main): Avoid dereferencing 0.
+       * config/rs6000/rs6000.c (output_cbranch): Output branches
+       on separate lines instead of using ';' to separate.
 
-       * stmt.c (expand_decl_init): Don't alter TREE_USED of the variable.
+2001-02-20  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Fri Mar  6 18:24:39 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cppinit.c (set_lang):  Move builtin handling to...
+       (init_builtins): ...here.
+       (_cpp_create_reader): Move call to set_lang.
 
-       * mot3300.h (SIZE_TYPE): Define as "unsigned int".
+2001-02-20  Mark Mitchell  <mark@codesourcery.com>
 
-       * combine.c (make_extraction): STRICT_ALIGNMENT is now non-zero if
-       true, instead of relying on whether it is defined or not.
-       * c-typeck.c, cp-typeck.c (build_c_cast): Likewise.
-       * stor-layout.c (layout_type) Likewise.
-       * expr.h (MUST_PASS_INSTACK_BAD_ALIGN): Likewise.
-       * expr.c: Set default value of SLOW_UNALIGNED_ACCESS to zero.
-       (move_by_pieces, move_by_pieces_ninsns, emit_push_insn):
-       SLOW_UNALIGNED_ACCESS and STRICT_ALIGNMENT now true if non-zero.
-       * function.c (assign_stack_local, assign_outer_stack_local):
-       Remove turned-off code using STRICT_ALIGNMENT.
-       * config/*.h: Change representation of STRICT_ALIGNMENT and
-       SLOW_UNALIGNED_ACCESS.
-       * gmicro.h (SLOW_UNALIGNED_ACCESS): Set to 1.
+       * stmt.c (expand_return): If an attempt is made to return the
+       error_mar_node, treat the return like a return without a value.
 
-       * Makefile.in (cleanconfig): Remove obsolete reference to
-       file aux-output2.c.
+2001-02-19  Zack Weinberg  <zackw@stanford.edu>
 
-       * c-lex.c (yylex): Don't make out-of-range shift for very wide chars.
+       * sibcall.c (skip_copy_to_return_value): Call
+       identify_call_return_value here, and return orig_insn if it
+       returns zero.  Hardret and softret arguments now unnecessary.
+       (call_ends_block_p): Don't call identify_call_return_value here.
 
-Fri Mar  6 18:07:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * ggc-common.c (ggc_mark_rtx_children): No need to mark 'S' or
+       's' slots in RTXen.
+       * ggc-page.c, ggc-simple.c (ggc_mark_if_gcable): Delete function.
+       * ggc.h (ggc_mark_if_gcable): Delete prototype.
 
-       * toplev.c (compile_file): No -Wunused warnings for static vars.
+Mon Feb 19 20:30:16 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * collect2.c (main): Don't handle -B, -b, -V, -m or -f.
-       collect2 gets only the options that ld would get.
-       Process COLLECT_GCC_OPTIONS envvar.
-       (savestring): New function.
+       * pa.c (move_operand): Accept code to load the address of a
+       symbol out of the DLT as a valid move operand.
+       (print_operand, case 'A'): New to handle generating a DLT
+       reference for a LO_SUM expression.
+       * pa.h (EXTRA_CONSTRAINT): Handle 'A' for DLT LO_SUM references.
+       * pa.md (movsi, movdi patterns): Allow DLT LO_SUM references.
 
-       * genattrtab.c: Revert to previous version
-       because the new one uses vsprintf and it isn't trivial
-       to avoid it.
+2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Fri Mar  6 17:26:09 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * README, cpp.texi, gcc.texi, version.c: Update version number to
+       3.1.
+       * cpp.1, gcov.1, gcc.1: Regenerate.
 
-       * m88k.md (<O5> expressions): Don't rely on the assembler being able
-       to handle constant expressions (Dolphin Triton88 can't).
+2001-02-19  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * genattrtab.c: Add a hash table mechanism to share RTL and strings.
-       (attr_hash_add_rtx, attr_hash_add_string): New functions.
-       (attr_rtx): New function to generate a shared RTL.
-       (attr_printf, attr_printf): New functions to generate a shared string.
-       
-       * genattrtab.c: Extend the treatment of DEFINE_ATTR to allow a CONST
-       expression as the default value, indicating a constant attribute.
-       (struct attr_desc): Add `is_const' field.
-       (check_attr_test): Add `is_const' parameter.  Disallow use of insn
-       attributes and MATCH_OPERAND in a constant expression; allow
-       SYMBOL_REF in a constant expression.  All callers updated.
-       (chech_attr_value): Allow a SYMBOL_REF as a constant expression.
-       (convert_const_symbol_ref): New function that converts a constant
-       SYMBOL_REF to a COND that explictly tests each value.
-       (make_canonical): Use `convert_const_symbol_ref' for constant
-       SYMBOL_REF expressions.
-       (make_length_attrs, find_attr, make_internal_attr): Mark `is_const'
-       as false.
-       (gen_attr): Get rid of a top-level CONST node and mark `is_const' true.
-       (walk_attr_value): Use of a constant SYMBOL_REF does not set
-       `must_extract' or `must_constrain'.
-       (write_attr_get): Deal with constant attributes.
+       * cppfiles.c (stack_include_file): Generate dependencies
+       here, and manage include_count here too.
+       (PRINT_THIS_DEP): Delete.
+       (_cpp_execute_include): Do not generate dependencies here,
+       apart from the case of a missing header.  Do not manage
+       include_count.
+       (_cpp_read_file): Leave dependency generation to
+       stack_include_file.
 
-Fri Mar  6 16:14:27 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Mon Feb 19 10:17:47 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * cccp.c (main, path_include) [__MSDOS__]: Handle MSDOS syntax in path.
+       * config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to
+       target_cpu_default.  Remove dead assignment to
+       target_cpu_default.
 
-       * expr.c (store_expr): Fix bugs in last change.
+Mon Feb 19 16:47:39 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * objc-actions.c (receiver_is_class_object): Fix typos.
+       * regclass.c (contains_reg_of_mode): Make global.
+       (init_reg_sets): Remove contains_reg_of_mode; take into account
+       CLASS_MAX_NREGS when looking for the proper mode.
+       (dump_regclass): Dump only classes considered for the pseudo.
+       (regclass): Use contains_reg_of_mode.
 
-       * ecoff-cmp: File deleted.
+Mon Feb 19 16:45:42 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * config.sub (3b1): Convert to m68000, not m68k.
+       * gcc.c (do_spec_1): 'n' for printing notices.
+       * i386.h (CC1_CPU_SPEC): Notice deprecated options as deprecated.
 
-       * cccp.c (do_line): Handle "syetem header" indicator flag `3'.
+Mon Feb 19 15:51:30 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * t-i386isc: New file.
-       * configure (i386-*-isc*): Use the new file.
-       * i386isc.h (LIB_SPEC, ENDFILE_SPEC): Use crtbegin.o/crtend.o.
+       * reg-stack.c (next_flags_user): Use current_block->end
+       (swap_rtx_condition): Look for next user if flags don't die;
+       give up on CALL_INSNs; use current_block->end.
 
-Fri Mar  6 14:37:25 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+Mon Feb 19 08:27:21 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * expmed.c (expand_dec): Fix comment.
+       * sibcall.c (call_ends_block_p): New function.
+       (optimize_sibling_and_tail_recursive_call): Use it.
 
-Fri Mar  6 09:49:54 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-02-18  Kazu Hirata  <kazu@hxi.com>
 
-       * m88k.c (emit_move_sequence): Check reload_in_progress in
-       addition to reload_completed.
+       * config/h8300/h8300.md: Update copyright.
+       (andsi3): Do not output an extra newline character.
 
-       * m88k.md (cpu attribute): Fix.
+Sun Feb 18 15:45:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Fri Mar  6 06:24:08 1992  Michael Meissner  (meissner@osf.org)
+       * toplev.c (note_deferral_of_defined_inlined_function): Argument
+       FNDECL may be unused.
 
-       * mips.h (CONST_COSTS): Fix eliminate_constant_term calling
-       sequence.
+       * toplev.c (rest_of_compilation): Don't have CSE skip blocks or
+       follow jumps after first run.
+       If -fexpensive-optimizations rerun CSE after GCSE and iterate until
+       it doesn't change any jumps.
 
-       * mips.c (simple_memory_operand): Move offset variable for calling
-       eliminate_constant_term into a local block by the call.
-       (mips_address_cost): Ditto.
+Sun Feb 18 17:05:50 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * mips.md (movsi_ulw, movsi_usw): Fix eliminate_constant_term
-       calling sequence.
+       * Makefile.in (rtlanal.o): Depend on hard-reg-set.h.
+       ($HOST_PREFIX_1)rtlanal.o: Remove rules for building
+       (mostlyclean): Corresponding changes.
+       * rtlanal.c (hard-reg-set.h): Include.
+       (rtx_unstable_p): Do not treat the argument pointer specially
+       if it is not a fixed register.
+       (rtx_varies_p, rtx_addr_can_trap_p): Similarly.
 
-Fri Mar  6 00:30:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Sun Feb 18 15:45:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * fixincludes: Don't fix comments on #endif, #else.
-       It made the egrep string too long.
+       * sibcall.c (optimize_sibling_and_tail_recursive_call): Compare
+       against last real insn in basic block.
+       Rework to avoid gotos.
 
-       * expr.c (store_expr): Handle size mismatch copying from string cst.
+       * Makefile.in (gcse.o): Now includes ggc.h.
+       * gcse.c: Include ggc.h.
+       (want_to_gcse_p): Verify expression can be in SET as valid insn.
+       (try_replace_reg): Remove warning of uninitialize variable.
+       (process_insert_insn): Call invalid_insn_p to validate insn.
+       * recog.c (insn_invalid_p): Now global.
+       See if can make valid by adding CLOBBERs of SCRATCH only and do if so.
+       * recog.h (insn_invalid_p): New declaration.
 
-Thu Mar  5 22:11:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * jump.c (jump_optimize_1): Only define reversed_code #ifdef HAVE_trap.
 
-       * objc-actions.c (receiver_is_class_object): Clean up syntax.
+       * config/sparc/sparc.c (eligible_for_epilogue_delay): Don't put
+       assignments from FP constants since 'Y' output code can't handle it.
+       (eligible_for_sibcall_delay): Likewise.
 
-       * sun386.h (ASM_GENERATE_INTERNAL_LABEL): Start with a star.
+       * flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.
+       Call fancy_abort directly, passing args.
+       (print_rtl_and_abort): Now a macro, like fancy_abort.
 
-       * reload1.c (reload): Change `=' to `==' in `if'
-       inside REGISTER_CONSTRAINTS conditional.
+       * final.c (output_operand_lossage): Use internal_error, not error.
 
-Thu Mar  5 21:29:33 1992  Michael Tiemann  (tiemann@mole.gnu.ai.mit.edu)
+2001-02-18  Shane Nay  <shane@agendacomputing.com>
 
-       * cp-parse.y (yyprint): Make declarations declare __inline
-       consistently.
+       * mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD to
+       structure shift insns.
 
-Thu Mar  5 18:34:32 1992  Jeffrey A. Law  (law@mole.gnu.ai.mit.edu)
+2001-02-18  Mark Mitchell  <mark@codesourcery.com>
 
-       * m68k.md (dbra patterns): Fix NO_ADDSUB_Q ifdef conditionals.
-       Fix location of comment regarding use of REG_NOTES in dbra insns.
+       * invoke.texi (-fsquangle): Remove documentation.
+       (-fname-mangling-version): Likewise.
 
-Thu Mar  5 18:30:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-18  Lars Brinkhoff  <lars@nocrew.org>
 
-       * Makefile.in (libgcc.a): If $(LIBGCC1) is empty, ignore it.
-       * cross-make (LIBGCC1): Make definition empty.
+       * optabs.c (expand_abs): Remove reference to
+       HAVE_contitional_arithmetic.
+       * combine.c (simplify_set): Likewise.
 
-Thu Mar  5 17:48:38 1992  Torbjorn Granlund  (tege@wombat.gnu.ai.mit.edu)
+2001-02-18  Richard Henderson  <rth@redhat.com>
 
-       * reload.c (find_reloads): Correctly detect different operand
-       constraint alternatives (by changing subscription from 0 to loop
-       variable i).
+       * ifcvt.c (dead_or_predicable): Don't move code if eh regions
+       would be disrupted.
 
-Thu Mar  5 16:58:38 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-02-18  Richard Henderson  <rth@redhat.com>
 
-       * Makefile.in (libsubdir): Rename $(libdir)/gcc gcc-lib.
-       * gcc.c (STANDARD_EXEC_PREFIX): Ditto.
+       * config/ns32k/ns32k.h (ADJSP): Upcase arguments.
 
-       * c-typeck.c: Implement a spelling stack to store and print
-       compoment names for error messages.
+       * config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.
 
-       (push_{string,member_name,array_bounds}): New functions.
-       (SPELLING_DEPTH, RESTORE_SPELLING_DEPTH, SAVE_SPELLING_DEPTH): New
-       macros to save and restore the spelling stack.
-       (digest_init, process_init_constructor): Use these.
+       * reload1.c (reload_cse_simplify_set): Fix typo.
 
-       (spelling_length, print_spelling): New functions.
-       (error_init, pedwarn_init): Use them.
+Sun Feb 18 09:30:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       (get_spelling): New function.
-       (convert_for_assignment): Use `get_spelling' to interpret messages
-       that are based on the spelling stack.
-       (process_init_constructor): Pass `&initialization_message'.
+       * diagnostic.c (_fatal_insn): Decrement errorcount.
 
-Thu Mar  5 15:22:22 1992  Jim Wilson  (wilson@wookumz.gnu.ai.mit.edu)
+       * invoke.texi (-I): Add note avoiding use for system header files.
 
-       * expr.c (init_expr): Initialize forced_labels to zero.
-       (save_expr_status): Saved forced_labels away and initilize to
-       zero.
-       (restore_expr_status): Restore value of forced_labels.
-       * function.h (struct function): Add forced_labels field.
-       * integrate.c (function_cannot_inline_p): Reject function with
-       nonzero forced_labels.
+       * rtl.h (add_clobbers): Remove duplicate declaration.
+       * recog.h (added_clobbers_hard_reg_p): New declaration.
+       * genemit.c (struct clobber_pat): New field has_hard_reg.
+       (gen_insn): Record if added clobbers clobber hard reg.
+       (gen_split): Avoid unused warning if number of operands is 0.
+       (output_added_clobbers_hard_reg_p): New function.
+       (main): Call it.
 
-Thu Mar  5 15:08:47 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-02-18  Alan Modra <alan@linuxcare.com.au>
 
-       * regclass.c (fix_register): Use decode_reg_name.
-       * stmt.c (expand_asm_operands): Ditto.
-       * varasm.c (decode_reg_name): Ignore a leading '#'.
+       * pa.c (hppa_expand_prologue): Simplify code storing return
+       pointer.  For large (>=8k) frames with a post_store, adjust stack
+       pointer by 8k-64 first rather than by 64.  When testing with
+       VAL_14_BITS_P, always use the actual value rather than the value
+       negated.  Add blockage to prevent scheduling of spills before
+       stack frame has been created.
+       (hppa_expand_epilogue): Simplify code loading return pointer.
+       Allow a slightly larger range for merge_sp_adjust_with_load case.
+       When testing with VAL_14_BITS_P, always use the actual value.
 
-       For RMS:
-       * cp-call.c (build_method_call): Delete now redundant tests of
-       TREE_EXTERNAL before calls to assemble_external.
-       * cp-init.c (build_virtual_init, build_builtin_call): Ditto.
-       * cp-method.c (hack_identifier): Ditto.
-       * cp-typeck.c (build_component_ref, build_function_call_real): Ditto.
-       * c-parse.y (primary): Ditto.
+       * pa.c (pa_adjust_insn_length): Check that block move
+       pattern is a set before looking at operands.
 
-Thu Mar  5 13:49:29 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+2001-02-17  Mark Mitchell  <mark@codesourcery.com>
 
-       * expr.c (move_by_pieces_ninsns): Finish Mar. 4 change.  Do not
-       choose a mode which has a size greater than MOVE_MAX.
+       * fold-const.c (fold_binary_op_with_conditional_arg): New
+       function, split out from ...
+       (fold): ... here.
+       * tree.def (COND_EXPR): Document the use of VOID_TYPE for
+       conditional arms that throw exceptions.
 
-       * m68k.c: Change all occurances of "mov." to "move%.l" so that
-       ASM_OUTPUT_OPCODE can choose the right syntax.
-       * m68k.md: Change "mov." to "move." in comments for consistency.
+       * print-tree.c (print_node): Do not use BLOCK_CHAIN when we're not
+       looking at a BLOCK.
 
-Thu Mar  5 10:04:52 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-02-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * stmt.c (warn_if_unused_value): Handle NON_LVALUE_EXPR.
+       * aclocal.m4 (gcc_AC_CHECK_DECL): Before attempting the test,
+       define HAVE_DECL_* to 1 to mask potential backup declarations.
+       * configure: Regenerated.
 
-       * limits.h (_LIMITS_H_): Correct misspellings.
+2001-02-17  Mark Mitchell  <mark@codesourcery.com>
 
-       * Makefile.in ("if" and "["): Romp, 4.3 BSD, and Ultirx systems
-       fail when the condition is false.  Change troublesome instances to
-       either use "case" or use '-' as a prefix to the compilation rule.
+       * invoke.texi (-Woverloaded-virtual): Clarify documentation.
 
-Thu Mar  5 09:08:11 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-17  Richard Henderson  <rth@redhat.com>
 
-       * rs6000.md (lshrdi3): Add earlyclobber to first alternative.
+       * reload1.c (reload_cse_simplify_set): Respect LOAD_EXTEND_OP
+       when replacing a memory load with a register.
 
-       * explow.c (stabilize): Copy RTX_UNCHANGING_P and MEM_VOLATILE_P.
+Sat Feb 17 14:48:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+                         Jan Hubicka  <jh@suse.cz>
 
-Thu Mar  5 06:05:31 1992  Michael Tiemann  (tiemann@cygnus.com)
+       * recog.c (validate_replace_src_1): New.
+       (validate_replace_src_data): Likewise.
+       (validate_replace_src): Use note_uses.
+       * rtl.h (note_uses): Declare.
+       * rtlanal.c (note_uses): New.
 
-       * cp-parse.y (.pushlevel): Stack and unstack STMT_DECL_MSG.
+Sat Feb 17 10:52:34 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-parse.y (unary_expr): Add EXTENSION support.
-       ({maybe_label,label}_decls, label_decl): Define these rules as from
-       c-parse.y.
-       * cp-decl.c ({lookup,shadow,define}_label): Update from c-decl.c.
-       * gplus.gperf: Add EXTENSION and LABEL.
-       * cp-hash.h: Remade using gperf.
+       * reg-stack.c (stack_def): Make field reg unsigned.
+       (remove_regno_note): Unsignetize parameter.
 
-Wed Mar  4 21:38:41 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+2001-02-16  Jes Sorensen  <jes@linuxcare.com>
 
-       * expr.c (move_by_pieces): Do not choose a mode which has a size
-       greater than MOVE_MAX.
+       * ia64.c (errata_emit_nops): Add VOIDmode as second argument to
+       shladd_operand() call.
 
-Wed Mar  4 23:24:25 1992  Per Bothner  (bothner@cygnus.com)
+2001-02-16  Bruce Korb  <bkorb@gnu.org>
+           Rodney Brown  <RodneyBrown@mynd.com>
 
-       * cp-class.c, cp-decl.c, cp-decl2.c, cp-init.c, cp-lex.c,
-       cp-method.c, cp-typeck.c:  Casts from enum to int that
-       are necessary (not alas not quite sufficient) to get
-       cc1plus to compile using system cc on Sony NewsOS 3.2
-       (presumably Portable C Compiler).
+       * fixinc/mkfixinc.sh: Use C fixincludes for UnixWare 7.
+       * fixinc/inclhack.def: Add fixinc.svr4 patterns with matching
+       machine restrictions
+       * fixinc/fixincl.x: regen
 
-Wed Mar  4 22:05:39 1992  Michael Tiemann  (tiemann@cygnus.com)
+Fri Feb 16 12:41:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * cp-type2.c (build_functional_cast): Fix typo in code searching
-       down type lattice looking for constructor.
+       * gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV.
+       Don't CSE a nop.
+       (hash_scan_insn): Clean up calls to hash_scan_set.
+       (compute_kill_rd): REGNO now unsigned.
+       (try_replace_reg): Rework to use simplify_replace_rtx.
+       (cprop_jump, cprop_cc0_jump): Likewise.
+       (cprop_insn): Call find_reg_equal_equiv_note.
+       Reflect changes to cprop_jump and cprop_cc0_jump.
 
-Wed Mar  4 16:52:21 1992  Jim Wilson  (wilson@cygnus.com)
+       * recog.c (validate_replace_src): Replace in operands of
+       ZERO_EXTRACT in SET_DEST.
 
-       * gstdarg.h: Include va-sparc.h on sparc systems.  Delete now
-       obsolete `#ifndef __sparc__'.
-       * va-sparc.h (va_start): Provide alternate definition when
-       included via stdarg.h.  Delete obsolete comment.
-       (va_arg): Add missing set of parentheses.
+       * cse.c (new_label_ref): New variable.
+       (insert): Set it instead of recorded_label_ref.
+       (cse_basic_block): Set recorded_label_ref if new_label_ref use, has
+       CODE_LABEL for this function, and not already in REG_LABEL note.
 
-Wed Mar  4 15:21:20 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
+2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * fixincludes: Make egrep pattern more general.  Check for
-       additional special case problems in Ultrix, News-OS, and IRIX.
+       * resource.c (mark_referenced_resources): Fix typo in introductory
+       comment.
+       * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Fix typo in
+       string constant.
 
-Wed Mar  4 15:15:45 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-02-16  Jason Merrill  <jason@redhat.com>
 
-       * i386.c (function_epilogue): Don't make a special case for
-       current_function_returns_struct: this is done via
-       current_function_pops_args.
+       * dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is
+       NULL.
+       (gen_subprogram_die): Don't abort on seeing a second definition if
+       the previous one was abstract.  Don't replace an abstract instance
+       in the lookup table.
 
-       * sun386.h (DATA_SECTION_ASSM_OP): Fix typo in undef.
+       * dwarf2out.c (dwarf2out_abstract_function): Rename from
+       gen_abstract_function.
+       * dwarf2out.h: Declare it.
+       * toplev.c (note_outlining_of_inline_function): New fn.
+       * toplev.h: Declare it.
+       * integrate.c (output_inline_function): Call it.
+       * c-decl.c (duplicate_decls): Call it when redefining an extern
+       inline.  Don't inline the new defn.
 
-Wed Mar  4 14:21:37 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
+       * tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.
 
-       * fixincludes, fixinc.svr4: Only change #else and #endif at the
-       beginnings of lines, aside from whitespace, so it doesn't change
-       them within comments. 
+2001-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Wed Mar  4 09:48:21 1992  Michael Tiemann  (tiemann@mole.gnu.ai.mit.edu)
+       * .gdbinit: Rename to gdbinit.in.
+       * gdbinit.in: New file,
+       * configure.in: Generate .gdbinit from gdbinit.in.
+       * configure: Regenerated.
+       * Makefile.in (distclean): Always remove .gdbinit.
 
-       * cp-method.c (build_decl_overload): Braino in handling of DELETE
-       (NEW was handled correctly).
+2001-02-16  Jakub Jelinek  <jakub@redhat.com>
 
-Wed Mar  4 09:14:57 1992  Jeffrey A. Law  (law@wombat.gnu.ai.mit.edu)
+       * objc/objc-act.c (start_class): Register implemented_classes with
+       GC.
 
-       * Makefile.in (install-man): Install the g++ manual page.
+2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * m68k.md (dbCC peepholes): Two new peepholes to recognize cases
-       where a compare/branch can be done (for free) as part of a dbCC
-       insn.  This turns jCC;dbf into dbCC;jCC (the jCC is now outside the
-       inner part of the loop).
+       * cppfiles.c (_cpp_make_system_header): Generate a file
+       change callback.
 
-       * m68k.c (valid_dbcc_comparison_p): New function which returns TRUE
-       if the given comparison is a valid comparison operator for the dbCC
-       instruction.
-       (output_dbcc_and_branch): New function to output a dbCC;jCC
-       instruction sequence (including possible counter adjustments in
-       SImode)
+2001-02-15  Jim Meyering  <meyering@lucent.com>
 
-Wed Mar  4 04:32:11 1992  Michael Tiemann  (tiemann@cygnus.com)
+       * Makefile.in (install-common): Don't depend on installdirs here.
+       Instead, make each of the lang.install-common targets (e.g.,
+       c++.install-common in cp/Make-lang.in) depend on it.
+       (install-driver): Depend on installdirs.
 
-       * cp-dem.c (optable): Add entry for `operator='.
+Thu Feb 15 21:30:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * cp-decl.c (finish_function): Emit a jump to RETURN_LABEL if
-       CLEANUP_LABEL is non-zero.  (Suggested by niklas@appli.se)
+       * flow.c (tidy_fallthru_edge): Never end block on line number NOTE.
 
-Wed Mar  4 04:28:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * function.c (assign_parms): Set RTX_UNCHANGING_P in pseudo when we
+       do in memory.
 
-       * libgcc1.c (perform_lesf2): Condition tested was backwards.
+2001-02-15  Mark Mitchell  <mark@codesourcery.com>
 
-Wed Mar  4 03:11:48 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
+       * invoke.texi (--param): Document.
 
-       * cp-pt.c (overload_template_name): Extra pushlevel isn't needed;
-       omit it.
-       (undo_template_name_overload): Don't pop the level that isn't pushed
-       any more.
+Thu Feb 15 15:16:38 2001  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cp-class.c (pushclass): Don't bother processing unnamed tags.
-       (popclass): Likewise.
+       * config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.
 
-       * cp-init.c (build_vec_delete): If pointer is null, don't do
-       anything.
+Thu Feb 15 10:52:31 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-parse.y (member_init): Accept base class names that are
-       template type names.
+       * i386.md (extendsfdf2_2): Fix constraints.
 
-       * cp-decl.c (start_decl): Don't prepend decl of `this' to arg lists
-       of methods of uninstantiated types.
+Thu Feb 15 09:46:21 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-pt.c (instantiate_template): If no text has been saved away,
-       don't try to parse it; an external reference will result.
+       * i386.md (fop_df_3 splitter): Fix operand number.
 
-       * cp-parse.y (yyprint): Declare this at head of file.
+Wed Feb 14 12:37:37 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-pt.c (instantiate_class_template): If the template specified
-       hasn't been defined, don't reject the instantiation; make it a
-       normal undefined type.
+       * invoke.texi (-mreg-alloc): Nuke.
+       * i386.c (ix86_reg_alloc_order, regs_allocated,
+       order_regs_for_local_alloc): Nuke.
+       (override_options): Kill reg_alloc code.
+       * i386.h (TARGET_OPTIONS): Kill reg-alloc.
+       (REG_ALLOC_ORDER): SSE goes before I387.
+       (ORDER_REGS_FOR_LOCAL_ALLOC): Kill.
+       (ix86_reg_alloc_order): Likewise.
+       * i386-protos.h (ix86_reg_alloc_order): Kill.
 
-       * cp-parse.y (template_def): Try to recover from errors more
-       gracefully.
+2001-02-14  Richard Henderson  <rth@redhat.com>
 
-Tue Mar  3 15:37:35 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * toplev.c (f_options): Clarify -fschedule-insns2 documentation.
 
-       * protoize.c (munge_compile_params): Compute the maximum number of
-       params (`temp_parms' length) safely.
+Wed Feb 14 11:59:58 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * dwarfout.c (const_value_attribute): Punt quasi-constant values.
-       (location_or_const_value_attribute): Ditto.
+       * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodes
 
-       * Makefile.in (install-common): Install the cross compilation
-       driver program even when $(tooldir)/bin doesn't exist.
+Wed Feb 14 11:12:38 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Tue Mar  3 14:39:55 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * i386-protos.h (ix86_memory_move_cost): Move offline.
+       * i386.c (ix86_register_move_cost): Compute properly cost of
+       SSE, MMX and i387 instructions.
+       (*_cost): Add costs of SSE/MMX moves.
+       (ix86_memory_move_cost): Move offline from ....; Likewise.
+       * i386.h (MEMORY_MOVE_COST): .... here;
+       (struct processor costs): Add new fields to represent costs
+       of SSE/MMX moves.
 
-       * i386.h (enum reg_class): Undo Jan 17 change that deleted class BREG.
-       (REG_CLASS_NAMES,REG_CLASS_CONTENTS,REGNO_REG_CLASS): Likewise.
-       (REG_CLASS_FROM_LETTER): Likewise.
-       * i386.c (regclass_map): Likewise.
+Wed Feb 14 10:08:26 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * svr4.h (LINK_SPEC): Don't do -z or -t here: it's already in
-       link_command_spec.  But do handle -G.
+       * regclass.c (init_reg_sets_1): Reinstall the optimization of
+       move_cost together with Matt Kraai's fix.
 
-       * i386.md (casesi): Rewrite pattern to reflect the way to emitted
-       code actually works.
+2001-02-14  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Tue Mar  3 09:59:15 1992  Jeffrey A. Law  (law@super.super.org)
+       * Makefile.in (OBJS): Add params.o.
 
-       * m68k.md (dbra pattern in HImode): New pattern to match
-       decrement_and_branch insns when the loop counter is decremented in
-       HImode.
+2001-02-14  Richard Henderson  <rth@redhat.com>
+           DJ Delorie  <dj@redhat.com>
 
-Tue Mar  3 07:57:18 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * jump.c (jump_optimize_1): When we delete a conditional jump
+       preceding a non-conditional jump to effectively the same place,
+       make sure that the combined jump skips any clobber insns between
+       the two labels.
 
-       * rs6000.md (doz patterns): Add missing `I' constraint.
+2001-02-14  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * reorg.c (mark_target_live_regs): A CALL_INSN livens all global regs.
+       * gcc.c (do_spec_1): Fix off-by-one error for '%M' case.
 
-       * vax.h (EXTRA_CONSTRAINT): New macro to select non-mode-dependent
-       MEM operands.
-       * vax.md (jlbc/jlbs): Use jbc/jbs if mode-dependent memory.
-       * vax.c (reg_or_nxmem_operand): Function deleted.
+2001-02-14  Mark Mitchell  <mark@codesourcery.com>
 
-       * expr.c (do_store_flag): Swap comparison code when putting
-       constant arg second.
+       * Makefile.in (toplev.o): Depend on params.h.
+       (intergate.o): Likewise.
+       (params.o): New target.
+       * flags.h (inline_max_insns): Remove.
+       * integrate.c: Include params.h.
+       Use MAX_INLINE_INSNS instead of inline_max_insns.
+       * params.c: New file.
+       * params.h: Likewise.
+       * params.def: Likewise.
+       * toplev.c: Include params.h.
+       (lang_independent_params): New variable.
+       (decode_f_option): Use the param machinery instead of setting
+       max_inline_insns.
+       (independent_decode_option): Handle "--param name=value".
+       (main): Register language-independent parameters.
 
-       * m68k.md (addhi3): Convert, e.g., 65535 to -1 before seeing if
-       we can use subqw.
-       (addqi3): Similarly for QImode constants
+Wed Feb 14 11:13:45 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * local-alloc (optimize_reg_copy_1): Renamed from optimize_reg_copy.
-       (optimize_reg_copy_2): New function.
-       (update_equiv_regs): Call optimize_reg_copy_[12].
+       * i386.md (pushsf, pushdf_nointeger): Fix constraint.
 
-       * combine.c (make_compound_operation, case AND): Turn SUBREG case
-       back on now that bug in i386.md has been fixed.
-       (simplify_comparison, case ASHIFT): If shifting low-order bit to
-       sign bit and doing equality comparison, convert to AND with low-order
-       bit (inequality case was already handled).
-       Also remove redundant test of CONST_OP in an earlier case.
+2001-02-14  Richard Henderson  <rth@redhat.com>
 
-       * sun2o4.h (LINK_SPEC): No longer need -Bstatic with -g.
+       * regclass.c (init_reg_sets_1): Revert last two changes.
 
-       * m68k.c, m68k.h: Avoid %X% for most upper-case X since it means
-       something special to SCCS.
+2001-02-14  Jakub Jelinek  <jakub@redhat.com>
 
-       * rs6000.md (type): Add new type, mtlr.
-       (function_unit branch): Add delay from mtlr to br.
-       (movsi): When moving to lr, type is "mtlr".
+       * stor-layout.c (is_pending_size, put_pending_size): New functions.
+       (variable_size): Call put_pending_size.
+       * tree.h (is_pending_size, put_pending_size): Add prototypes.
+       * fold-const.c (extract_muldiv): If SAVE_EXPR is on the pending
+       sizes list, put newly created SAVE_EXPR there as well.
 
-       * unroll.c (reg_dead_after_loop): Check for infinite loop by
-       counting JUMP_INSNs we follow.
-       Use GET_RTX_CLASS, reg_referenced_p, and single_set.
+2001-02-14  Jakub Jelinek  <jakub@redhat.com>
 
-       * expr.c (expand_increment): Set op0_is_copy when we are referencing
-       the low-order part of some value in a register.
+       * config/ia64/ia64.c (last_group): Only 2 entries are needed.
+       (errata_find_address_regs): load_group has only 2 entries.
+       (errata_emit_nops): Likewise.  shladd is not problematic.
+       Clear last_group if nop was emitted.
+       (fixup_errata): load_group has only 2 entries.
+       Optimize.
 
-       * combine.c (force_to_mode): New arg REG; pass in recursive call.
-       If X has the same value as REG, use REG.
-       (make_field_assignment): Handle case when DEST and part of source
-       aren't the same, but are equal; pass destination to force_to_mode.
+2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * m68k.md (addhi3): Generate addqw, subqw, or addw for
-       STRICT_LOW_PART versions the same way we handle the normal case.
-       (addqi3): Similarly for addqb, subqb, and addb.
+       * c-lex.c (lex_number): Only warn traditionally for U suffix
+       outside system macros.
+       * cppexp.c (parse_number): Similarly.
+       * cpplib.h (NODE_SYSHDR, cpp_sys_objmacro_p): New.
+       * cppmacro.c (struct cpp_macro): New member node.
+       (parse_args): Only warn about missing rest args if not
+       a system macro.
+       (funlike_invocation_p): Similarly for uninvoked funlike macros.
+       (cpp_sys_objmacro_p): New.
+       (_cpp_create_definition): Store the node with the macro defn.
+       Remember if the macro is defined in a system header.
 
-       * genattrtab.c (write_test_expr, case MOD): Double `%' in printf call.
-       (write_eligible_delay): Internal attribute "*delay_type" is always
-       used literally; it has no suffix or prefix.
-       
-       * m68k.md, vax.md (sob): Rewrite inequality versions so that they
-       have a PLUS inside the comparison; combine cannot remove the PLUS
-       due to overflow considerations.
+2001-02-13  DJ Delorie  <dj@redhat.com>
 
-Tue Mar  3 07:56:30 1992  Eric Youngdale (youngdale at v6550c.nrl.navy.mil)
+       * configure.in (check_languages): determine languages to check
+       * Makefile.in (check-c++): alias for check-g++
+       (check-f77): alias for check-g77
+       (CHECK_TARGETS): depend on configured languages
 
-       * vms.h (L__main): Remove #include <stdio.h>
+Wed Feb 14 01:13:59 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * make-gcc.com: Call make-l2.com.
+       * i386.md (fixsfsi2, fixdfdi2): Fix previous patch again.
+       (sqrtsf2): Use TARGET_SSE instead of TARGET_SSE2)
+       (sqrtsf2 patterns): Use 'x' instead of 'Y'.
+       (sqrtextendsfdf2): Disable for SSE2.
 
-Tue Mar  3 05:37:08 1992  Michael Tiemann  (tiemann@cygnus.com)
+Wed Feb 14 00:19:28 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * stor-layout.c (layout_type): Handle OFFSET_TYPE.
-       * cp-tree.c (build_member_type): Deleted.
-       * cp-typeck.c, cp-decl.c, cp-init.c: All callers of
-       `build_member_type' now call `build_offset_type'.
-       * cp-typeck.c (convert_arguments): An argument that's an OFFSET_REF
-       must be resolved by `resolve_offset_ref'.  The OFFSET_REF case in
-       expand_expr does not do the right thing for G++ yet.
+       * i386.md (fixsfsi2, fixdfdi2): Fix previous patch again.
+       (sqrtsf2): Use TARGET_SSE instead of TARGET_SSE2)
+       (sqrtsf2 patterns): Use 'x' instead of 'Y'.
+       (sqrtextendsfdf2): Disable for SSE2.
 
-       * cp-decl.c (grokdeclarator): Take CONSTP and VOLATILEP into account
-       when building METHOD_TYPEs.
-       (start_function): Ditto.
+Wed Feb 14 00:11:20 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-method.c (build_decl_overload): Change interface to take DNAME
-       instead of NAME.  Also, special-case handling of the default
-       operator new and operator delete for the std. signatures.
-       * cp-*.c: All callers changed.
+       * i386.md (movsfcc_1): Support integer cmove instruction.
+       (movdfcc_1): Likewise; new splitter.
 
-       * cp-class.c (build_vtable_entry): Rewrite built-in limit check to
-       work on platforms where SIZETYPE is unsigned.
+Tue Feb 13 23:19:27 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (output_fp_compare): Support SSE.
+       (prepare_fp_compare_args): SSE comparisons always support memory.
+       * i386.h (TARGET_CMOVE): SSE imply cmove.
+       * i386.md (cmp?f2): Enable for SSE too.
+       (cmpfp_i*): Support SSE.
+       (cmpfp_i_sse): New.
+       (cmpfp_i_sse_only): New.
+       (s*, b* fp expanters): Enable for SSE too.
+       (fp_jcc_1_sse, fp_jcc_1_sse_only, fp_jcc_2_sse, fp_jcc_2_sse_only):
+       New patterns.
+
+Tue Feb 13 23:05:42 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * regclass.c (init_reg_sets_1): Silence warning.
+
+Tue Feb 13 22:03:07 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (sqrt?f2): Change to expander.
+       (sqrt?f2_1, sqrt?f2_sse_only, sqrt?f2_i387): New.
+
+Tue Feb 13 15:42:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * rtlanal.c (find_reg_equal_equiv_note): New function.
+       * simplify-rtx.c (simplify_gen_unary, simplify_gen_ternary): New fns.
+       (simplify_gen_relational, simplify_replace_rtx): Likewise.
+       * rtl.h: Add declarations for above functions.
+
+Tue Feb 13 21:09:11 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to
+       conditionals.
+       * defaults.h (PIC_OFFSET_TABLE_REGNUM): Default to INVALID_REGNUM.
+       * emit-rtl.c (init_emit_once): Convert ifdefs to conditionals.
+       * flow.c (mark_regs_live_at_end): Likewise.
+       (calculate_global_regs_live): Likewise.
+       * gcse.c (compute_hash_table): Likewise.
+       (compute_kill_rd): Likewise.
+       * resource.c (mark_target_live_regs): Likewise.
+       * rtl.h (INVALID_REGNUM): New macro.
+
+Tue Feb 13 20:59:22 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (fixsfsi2, fixdfdi2): Fix previous patch.
+
+Tue Feb 13 16:32:20 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (fixsfsi2, fixdfdi2): Force operand to register
+       for SSE.
+
+Tue Feb 13 14:53:16 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (add?f3, sub?f3, mul?f3, dif?f3): Enable for TARGET_SSE(2)
+       too.
+       (fop_sf_comm, fop_df_comm, fop_sf_1, fop_df_1): Support SSE.
+       (fop_sf_comm_sse, fop_df_comm_sse): New patterns.
+       (fop_sf_1_sse, fop_df_1_sse): New patterns
+       (fop_*): Disable float_extend and float patterns for SSE compilation.
+       * i386.c (output_387_binary_op): Support SSE.
+
+Tue Feb 13 14:16:34 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (dummy_extendsfdf2): Support SSE2
+       (extendsfdf2): Enable if 80387 or SSE2.
+       (extendsfdf2_1): Support SSE2. Disable if SSE2 is avialble
+       and no MIX_I387_SSE2
+       (extendsfdf2_1_sse_only): New pattern.
+       (truncdfsf2): Enable if SSE2 or 80387; Always use SSE only version
+       of SSE.
+       (truncdfsf2_1): Support SSE.
+       (truncdfsf2_2): Support SSE.
+       (truncdfsf2_2_1_sse): New pattern.
+       (fixtruncsfsi2): Always use SSE if available.
+       (fix_truncsfsi_sse): New pattern.
+       (fix_truncdfsi_sse): New pattern.
+       (floatsis?f2): Support SSE.
+       (floatsidf2_i387): New pattern.
+       (floatsidf2_sse): Likewise.
 
-Mon Mar  2 08:49:16 1992  Tom Wood  (wood at dg-rtp.dg.com)
+Tue Feb 13 07:52:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * configure.in: Use "have_gnat" variable, not "gnat".
+       * configure: Regenerated.
+
+       * config/sparc/sparc.c (function_value): Treat all non-record
+       aggregate types like used to treat UNION_TYPE.
 
-       * m88k.c (m88k_debugger_offset): Delete warning.
+Tue Feb 13 13:31:33 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (print_reg): Use ANY_FP_REG instead of FP_REG
+       * i386.h (MASK_128BIT_LONG_DOUBLE): Renumber
+       (MASK_SSE2): New.
+       (MASK_MIX_SSE_I387): New.
+       (TARGET_SSE): SSE2 imply SSE.
+       (TARGET_SSE2, TARGET_MIX_SSE_I387): New.
+       (TARGET_SWITCHES): Add "sse2", "mix-sse-i387".
+       (enum reg_class): Add new classes.
+       (REG_CLASS_NAMES): Likewise.
+       (REG_CLASS_CONTENTS): Likewise.
+       (ANY_FP_REG_P, ANY_FP_REGNO_P, SSE_REG_P, SSE_FLOAT_MODE): New macros.
+       (REG_CLASS_FROM_LETTER): 'x' and 'y' is SSE_REGS only when SSE is
+       supported. Add 'Y' to be SSE_REGS when SSE2 is supported.
+       (CLASS_MAX_NREGS): Use new macros.
+       (REGISTER_MOVE_COST): Rewrite using SECONDARY_MEMORY_MAYBE_NEEDED.
+       * i386.md (pushsf, movsf): Support SSE.
+       (pushdf_nointeger, pushdf_integer, pushdf): Support SSE, update
+       splitters to use ANY_FP_REGNO_P.
+       (movdf_nointeger, movdf_integer): Likewise.
 
-       * m88k.h (OVERRIDE_OPTIONS): Set `m88k_cpu' based on `target_flags'.
+2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
 
-       * m88k.md (cmpsi insn): Delete alternative that complements the
-       compare string for a swapped compare (it's wrong and unnecessary).
-       (cpu attribute): Define.
+       * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): New macro.
+       (try_combine): Use it.
 
-       From Jyrki Kuoppala:
-       * pc532.h, pc532-mach.h, pc532-min.h, xm-ps532-min.h: New files.
-       * configure (ns32k-pc532-mach*, ns32k-pc532-minix*): New alternatives.
+Tue Feb 13 11:37:06 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * dbxout.c (dbxout_type): Don't invoke dbxout_type_methods if
-       there are none.
+       * i386.h (SSE_CLASS_P, MMX_CLASS_P, MAYBE_FLOAT_CLASS_P,
+       MAYBE_SSE_CLASS_P, MAYBE_MMX_CLASS_P): New macros.
+       (PREFERRED_RELOAD_CLASS, SECONDARY_MEMORY_NEEDED): Move offline.
+       (REGISTER_MOVE_COST): Likewise.
+       * i386-protos.h (ix86_secondary_memory_needed,
+       ix86_preferred_reload_class, ix86_register_move_cost): Declare.
+       * i386.c (ix86_secondary_memory_needed,
+       ix86_preferred_reload_class, ix86_register_move_cost): New function.
 
-       * vax.c (print_operand_address): Allow REG+TERM.
+Die Feb 13 11:04:25 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * c-typeck.c (process_init_constructor): Reuse space for error
-       message strings.
+       * i386.h (VALID_FP_MODE_P, VALID_INT_MODE_P): New.
+       (HARD_REGNO_MODE_OK): Move offline to ....
+       * i386.c (ix86_hard_regno_mode_ok) ... here;
+       refuse all incorrect modes.
+       * i386-protos.h (ix86_hard_regno_mode_ok): Declare.
 
-Mon Mar  2 02:54:48 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-02-13  Richard Henderson  <rth@redhat.com>
 
-       * seq386gas.h: New file, for Sequent using 386 & GAS.
+       * sparc.md (cmp_cc_arith_op_set): Don't use match_dup on the
+       entire operator; replicate that and match_dup the operands.
+       (cmp_ccx_arith_op_set): Likewise.
+       (cmp_cc_arith_op_not_set): Likewise.
+       (cmp_ccx_arith_op_not_set): Likewise.
 
-       * xm-i386sco.h: New file.
+2001-02-13  Alexandre Oliva  <aoliva@redhat.com>
 
-       * optabs.c (ldexp): New function.  Used if host ldexp is broken.
+       * explow.c (trunc_int_for_mode): Sign-extend value to mode.
 
-       * configure (i386-sequent-bsd*): Use seq386gas.h if --gas.
-       (i386-*-sco*): The host file is now xm-i386sco.h.
+2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
 
-       * i386.md (SImode and HImode logical compare): If we are only
-       testing one byte of a mem, use a byte test opcode.
-       (bit test patterns): Likewise when emitting test opcodes.
+       * config/rs6000/sysv4.h (MASK_NO_BITFIELD_WORD): New macro.
+       (TARGET_NO_BITFIELD_WORD): New macro.
+       (SUBTARGET_SWITCHES): Add -mbit-word, -mno-bit-word options.
+       (BITFIELD_NBYTES_LIMITED): Define based on TARGET_NO_BITFIELD_WORD.
 
-Sun Mar  1 14:47:31 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
+Mon Feb 12 18:13:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * longlong.h (_IBMR2 udiv_qrnnd): Switch off due to overflow problems.
+       * cselib.c: New file, from simplify-rtx.c.
+       * simplify-rtx.c: Remove cselib parts.
+       * Makefile.in: Add cselib.o.
 
-Sun Mar  1 11:19:55 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
 
-       * combine.c (force_to_mode): New function.
-       (make_field_assignment): Rework code that handles fixed-position
-       fields to make it both much more general and much simpler.
+       * config/rs6000/rs6000.c (rs6000_float_const): Remove warning.
+       (setup_incoming_varargs): Remove warning.
 
-       * m68k.md: Add missing insns for using byte operations with
-       STRICT_LOW_PART; add was missing commutative equivalent and
-       most operations other than add and subtract were missing.
+       * config/rs6000/rs6000.c (validate_condition_mode): When
+       flag_fast_math, allow floating-point conditionals to be reversed.
+       (rs6000_generate_compare): When flag_fast_math, don't generate
+       cror operations for FP conditionals.
 
-       * varasm.c (assemble_start_function): Add missing arg to call to
-       dbxout_begin_function.
+       * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Handle
+       -mcall-i960.
+       (ASM_SPEC): Likewise.
+       (CC1_ENDIAN_LITTLE_SPEC): Likewise.
+       (CC1_SPEC): Likewise.
+       (LINK_TARGET_SPEC): Likewise.
+       (CPP_ENDIAN_SPEC): Likewise.
+       * Makefile.in (check-consistency): New target.
 
-       * fold-const.c (const_binop): Make minor source change to work
-       around bug in IBM RT PC compiler.
+2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Sun Mar  1 05:01:34 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
+       * c-decl.c (grokdeclarator): In C99 mode, give the more specific
+       "return type defaults" warning for functions with return type
+       defaulting to int.
+       * c-lang.c (c_init): In C99 mode, enable warnings for implicit
+       function declarations by default rather than only when pedantic.
 
-       * cp-typeck.c (build_modify_expr): When wrapping NEWRHS in a
-       SAVE_EXPR, call `break_out_cleanups' first.
+Mon Feb 12 17:28:48 CET 2001  Jan Hubicka  <jh@suse.cz>
 
-Sat Feb 29 23:19:20 1992  Jim Wilson  (wilson@cygnus.com)
+       * regclass.c (init_reg_sets_1): Optimize calculation of move_cost
+       arrays.
 
-       * reload.c (find_reloads): Reset preferred_class to NO_REGS after
-       substituting a reg_equiv_address for a pseudo reg.
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * unroll.c (precondition_loop_p): Fix misplaced paren when checking
-       for MODE_FLOAT rtx.
+       * extend.texi (Deprecated): Deprecate new initializer lists.
 
-Sat Feb 29 13:59:54 1992  Michael Tiemann  (tiemann@cygnus.com)
+2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * cp-typeck.c (build_modify_expr): To complete 24 Feb change,
-       COND_EXPRs must evaluate LHS in conditional slot if LHS has side
-       effects.  Otherwise the SAVE_EXPRs in lhs will only be evaluated
-       once, even though they are referenced on both branches of the
-       conditional.
+       * mkdeps.c (deps_add_default_target): Robustify. Add
+       basename component only.
+       * cpp.texi (-M): Describe how default target is generated.
+       * invoke.texi (-M): Likewise.
 
-Sat Feb 29 13:32:35 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
+2001-02-12  Kazu Hirata  <kazu@hxi.com>
 
-       * README.X11: Add warning to not use gas when compiling PIC code.
+       * toplev.c (push_float_handler): Remove.
+       (pop_float_handler): Remove.
+       * toplev.h: Remove prototypes for the above functions.
 
-       * fixincludes: Allow TAB as well as SPC before symbols to change.
-       Don't change "sun" if it's part of a multiword name that contains
-       underscores.
-       Make intermediate dir, if needed, when doing special-case fixes.
-       Use previously fixed file, if it exists, as source for all special
-       fixes.  Do less copying when making special fixes.
-       Ignore errors when chmod'ing a file that might not exist.
-       * fixinc.svr4: Preserve whitespace around "#" when fixing #else and
-       #endif.
-       Allow TAB as well as SPC before symbols to change.
-       Combine "sun" cases as in fixincludes.
+2001-02-12  Jakub Jelinek  <jakub@redhat.com>
 
-Sat Feb 29 11:10:55 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * c-common.c (constant_fits_type_p): New function.
+       (convert_and_check): Use it.
 
-       * i386.md (movstrsi): Print opcode as "movsl" so that seq386.h can
-       change it into smovl.
+2001-02-11  Mark Mitchell  <mark@codesourcery.com>
 
-Sat Feb 29 09:15:51 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * Makefile.in (GXX_ABI_FLAG): Don't define.
+       * configure.in (--enable-new-gxx-abi): Remove option.
+       * config.in: Regenerated.
+       * configure: Likewise.
 
-       * function.c (expand_function_end): Allocate rtl that points to
-       trampoline permanently.
+2001-02-12  Alexandre Oliva  <aoliva@redhat.com>
 
-       * reload1.c (gen_input_reload): If one operand of a PLUS is a MEM,
-       move it into a reg and add the other (makes code agree with comments).
+       * lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular
+       basic block.
+       (optimize_mode_switching) [NORMAL_MODE]: Set up EXIT_BLOCK as a
+       regular basic block, and arrange for all edges into it to switch
+       to normal mode.
 
-       * explow.c (eliminate_constant_term): Rework so it does not directly
-       add integer values; call simplify_binary_operation instead.
-       Second arg is now pointer to rtx, not int.
-       Assume constant is always second operand of PLUS.
-       (memory_address): Pass rtx pointer to eliminate_constant_term.
-       * halfpic.c (half_pic_address_p): Likewise.
-       * mips.c (simple_memory_operand, mips_address_cost): Likewise.
-       (mips_debugger_offset): Likewise.
-       * expr.c (expand_expr, case PLUS_EXPR): Likewise.
-       Don't add INTVALs; use simplify_binary_operation instead.
-       Remove obsolete OLD_INDEXING code.
-       Put a MULT in the first operand of the PLUS.
+2001-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * combine.c (combinable_i3pat): Don't combine if I3DEST is a hard
-       reg in a non-valid mode.
+       * Makefile.in (distclean): Do not remove .gdbinit.
 
-Sat Feb 29 09:14:19 1992  Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
+2001-02-11  Mark Mitchell  <mark@codesourcery.com>
 
-       * vms.h (ASM_OUTPUT_COMMON): Use SIZE instead of ROUNDED bytes.
-       (DO_GLOBAL_CTORS_BODY): Do not call fflush(stdout).
+       * Makefile.in (gcc.o): Fix typos.
+       (protize.o): Likewise.
+       (unprotoize.o): Likewise.
 
-       * gcc.texi: Update GLOBAL[DEF,REF,VALUE] documentation.
+2001-02-11  Richard Henderson  <rth@redhat.com>
 
-       * make-l2.com: Remove call to test_gcc2.
+       * tree.c (build1): Check for null operand in last change.
 
-Sat Feb 29 02:52:59 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-11  Richard Henderson  <rth@redhat.com>
 
-       * cccp.c (main): Rename envvars to CPLUS_INCLUDE_PATH and
-       OBJCPLUS_INCLUDE_PATH.
+       * fold-const.c (split_tree): Don't assume a constant isn't splittable.
+       (fold): Don't assume a constant isn't foldable.
+       * tree.c (build): Set TREE_CONSTANT for an expression with no
+       side-effects and constant operands.
+       (build1): Likewise.
 
-       * m68k.h (TRANSFER_FROM_TRAMPOLINE): Use `move', not `mov'.
+2001-02-10  Richard Henderson  <rth@redhat.com>
 
-Fri Feb 28 19:39:09 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
+       * jump.c (squeeze_notes): Revert 2000-05-12 change.
 
-       * fixincludes: Don't change symbols that already start with `_'
-       into `__symbol__'.  Merge all of the sun* substitutions so they
-       don't fight each other.
-       Comment out junk after #elses and #endifs, to prevent warnings
-       when -pedantic is given.
+2001-02-10  Anthony Green  <green@redhat.com>
 
-Fri Feb 28 13:42:05 1992  Jim Wilson  (wilson@cygnus.com)
+       * cpp.texi (Standard Predefined): Add documentation for
+       __OPTIMIZE_SIZE__.
 
-       * sched.c (schedule_insns): Don't update value of reg_live_length
-       when it is negative, because negative values are special.  Earlier
-       fix Dec 17 disabled the fprintf call, but not the assignment.
+       * c-common.c (combine_strings): Improve warning message.
 
-       * unroll.c (copy_loop_body): After incrementing the base reg for a
-       split DEST_ADDR giv, must subtract the const_adjust from the base
-       reg to get its true current value.
+2001-02-10  Geoffrey Keating  <geoffk@redhat.com>
 
-       * loop.c (maybe_eliminate_biv_1): When handling COMPARE, verify
-       that mult_val is positive, which makes the code match the comment,
-       and surrounding code.
+       * config/rs6000/sysv4.h (LINK_TARGET_SPEC): Use two dashes for
+       --oformat.
+       * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Likewise.
 
-       * sparc.c (legitimize_pic_address): Always test reload_completed
-       in addition to reload_in_progress.
+Fri Feb  9 15:05:27 2001  Christopher Faylor <cgf@cygnus.com>
 
-       * sched.c (schedule_block): Don't reorder any USE insns at the end
-       of a function.  Exclude them all from scheduling.
+       * config/i386/t-cygwin (T_CPPFLAGS): Use correct location for
+       CYGWIN_CROSS_DIR.
 
-       * c-typeck.c (build_array_ref): Check for when `ar' is an
-       error_mark_node and don't emit a second error message for that node.
+2001-02-09  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in: Correct misc typos in comments or spacing.
-       (mostlyclean): Update names of files to delete.
+       * config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set
+       fp_mode attribute.
 
-       * Makefile.in (install-man): Also install cccp man page.
-       (uninstall): Also delete cccp man page.  Don't delete protoize and
-       unprotoize man pages twice.
+2001-02-09  Nick Clifton  <nickc@redhat.com>
 
-       * Makefile.in (libgcc2.a): Delete unnecessary -fstrength-reduce -O
-       flags on gcc command lines, superseded by LIBGCC2_CFLAGS.
+       * config/arm/arm.md: Change output contraint on post inc
+       load/store multiple patterns to be a read/write contraint.
 
-       * Makefile.in (config.status): Verify that file does not exist
-       before printing an error and failing.  Prevents problem with Sun's
-       KEEP_STATE feature.
+2001-02-09  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Fri Feb 28 05:15:58 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * gcc.c (cpp_options): Delete .d files on error.  Don't delete
+       .o files when using the -M options.
 
-       * stmt.c (expand_computed_goto): Call emit_queue.
+2001-02-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+           David Edelsohn  <edelsohn@gnu.org>
 
-       * function.c (assign_parms): Don't generate convert whose operand
-       is register that is not valid in its mode.
+       * config/rs6000/rs6000.c (output_toc): Allow 32-bit targets to
+       handle DImode constants.  Use one TOC entry for SImode and smaller
+       constants, aligned properly.
 
-       * reload.c (find_reloads_toplev): Don't do anything with paradoxical
-       SUBREGs if BYTE_LOADS_ZERO_EXTEND.
+2001-02-08  Jason Merrill  <jason@redhat.com>
 
-Thu Feb 27 09:59:09 1992  Jeffrey A Law  (law at b115.super.org)
+       * config/arm/arm.c (arm_expand_prologue): Do tell the dwarf2 backend
+       about the SP adjustment for saving the static chain pointer.
+       * dwarf2out.c (dwarf2out_frame_debug_expr): Use the specified
+       offset when setting a temporary CFA register.
 
-       * toplev.c (main): Enable caller-saves for all machines at
-       optimization levels of -O2 or higher.
-       * mips.h (OPTIMIZATION_OPTIONS): toplev.c will turn on
-       caller-saves at -O2 now.  Do not do it here.
-       * sparc.h (OPTIMIZATION_OPTIONS): Likewise
+2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
 
-Thu Feb 27 06:47:31 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config.gcc : New targets, i386-*-chorusos*, sparc-*-chorusos*,
+       powerpc-*-chorusos* .
+       * config/rs6000/chorus.h : New file.
+       * config/i386/chorus.h : New file.
+       * config/sparc/chorus.h : New file.
+       * config/sparc/t-chorus-elf : New file.
 
-       * cp-call.c: Move some extern declarations to file level.
+2001-02-08  David Edelsohn  <edelsohn@gnu.org>
 
-       * emit-rtl.c (init_emit_once): Cast VOIDmode to int in array index.
+       * config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Move from here ...
+       * config/rs6000/aix.h (ASM_OUTPUT_SYMBOL_REF): ... to here.
+       * config/rs6000/aix51.h (CPLUSCPLUS_CPP_SPEC): Define it.
+       (__WCHAR_TYPE__): Correct macro name.
 
-       * reorg.c (mark_target_live_regs): Don't make recursive call if
-       function being compiled has infinite loop.
+2001-02-08  Richard Henderson  <rth@redhat.com>
 
-       * cse.c (fold_rtx, case 'o'): New case to support folding LO_SUM.
+       * config/i386/i386.c (ix86_frame_pointer_required): New.
+       (ix86_setup_frame_addresses): New.
+       (struct machine_function): Add accesses_prev_frame.
+       * config/i386/i386.h (FRAME_POINTER_REQUIRED): Call
+       ix86_frame_pointer_required.
+       (SUBTARGET_FRAME_POINTER_REQUIRED): New.
+       (SETUP_FRAME_ADDRESSES): New.
+       * config/i386/i386-protos.h: Update.
+       * config/i386/sco5.h (SUBTARGET_FRAME_POINTER_REQUIRED): Rename
+       from FRAME_POINTER_REQUIRED.
+       * config/i386/svr3gas.h: Likewise.
+       * config/i386/sysv3.h: Likewise.
+       * config/i386/v3gas.h: Likewise.
 
-       * global-alloc.c (global_alloc): When calling reload, pass the
-       result of get_insns instead of basic_block_head[0].
+2001-02-08  Richard Henderson  <rth@redhat.com>
 
-       * c-typeck.c (process_init_constructor): Don't check array index
-       against limits if array bounds weren't specified.
+       * config/sparc/sparc.c (function_arg_record_value_3): Fix
+       calculation of the number of integer registers required.
+       (function_arg_record_value): Likewise.
 
-       * gcc.c (link_command_spec): Put back -s.
+2001-02-08  Jason Merrill  <jason@redhat.com>
 
-       * gcc.c (find_a_file): Add missing paren in init of file_suffix.
+       * diagnostic.c (internal_error): Say "confused" after 1 error, not
+       two.  Print file and line with "confused" message.
 
-       * i386sun.h (LIB_SPEC): Insert missing blank.
+       * dwarf2out.c (dwarf2out_line): Include filename in -dA output.
 
-       * sun386.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Add #undef.
+Thu Feb  8 11:21:28 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * sparc.h (LINK_SPEC): Correct comment.
+       * rtlanal.c (remove_node_from_expr_list): Correctly update PREV.
 
-       * sun3.h, i386sun.h (LINK_SPEC): Don't force -Bstatic if -g.
+2001-02-08  Bernd Schmidt  <bernds@redhat.com>
 
-       * mips-news.h (ASM_SPEC): Add missing "}".
+       * final.c (cleanup_subreg_operands): The address of a MEM can
+       contain SUBREGs.
 
-       * Makefile.in (install-native): Don't include install-proto.
-       (.y.c): Suppress default rule for using Yacc.
+       * config/ia64/ia64.c (ia64_variable_issue): Call group_barrier_needed_p
+       for asms, too.
 
-       * combine.c (apply_distributive_law, case SUBREG): Check that word
-       numbers are the same.
-       Don't change a single-word operation into a multi-word operation.
-       Put all checks on SUBREGs in one place.
-       (gen_lowpart_for_combine): Use correct word number when making
-       explicit SUBREG.
+2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * README.SCO: Obsolete file deleted.
+       * gcc.texi (Incompatibilities): Update documentation of
+       preprocessing numbers.
 
-Wed Feb 26 21:23:02 1992  Jim Wilson  (wilson@cygnus.com)
+2001-02-07  Jakub Jelinek  <jakub@redhat.com>
 
-       * sparc.md (DImode sethi): Correctly handle CONST_DOUBLE, was
-       wrong endian.
-       (DImode lo_sum): Don't output CONST_DOUBLES as 64 bit constants,
-       just output the low 32 bits.
+       * c-decl.c (finish_enum): Revert part of 2000-01-05 change.
 
-       * unroll.c (find_splittable_givs): For combined address givs, save
-       the increment amount in add_val.
-       (copy_loop_body): For combined address givs, increment by the
-       amount calculated by find_splittable_givs, not by the amount that
-       the giv it was combined with gets incremented by.
+2001-02-07  Mark Mitchell  <mark@codesourcery.com>
 
-       * expr.c (clear_pending_stack_adjust): Check flag_no_inline, not
-       optimize, to determine whether functions declared inline will be
-       inlined.
+       * config/rs6000/aix43.h (CPLUSCPLUS_CPP_SPEC): Define it.
 
-       * dbxout.c: Delete all #ifndef DBX_DEBUGGING_INFO stubs.  None of
-       them are needed.
+       * defaults.h (CPLUSPLUS_CPP_SPEC): New macro.
+       * gcc.c (struct compiler): Add cpp_spec field.
+       (input_file_compiler): New variable.
+       (do_spec_1): Allow a particular compiler to handle `%C'
+       specially.
+       (main): Store the current compiler in input_file_compiler.
+       * tm.texi (CPLUSPLUS_CPP_SPEC): Document.
 
-       * hp800.c, hp800.h: Fix typos in comments.
+2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
 
-Wed Feb 26 02:39:52 1992  Michael Tiemann  (tiemann at rtl.cygnus.com)
+       * cpphash.h (struct spec_nodes): Add n_true and n_false.
+       * cppinit.c (cpp_create_reader): Initialize them.
+       (append_include_chain): cxx_aware arg might be unused.
+       * cppexp.c (lex): In C++ mode, recognize 'true' and 'false'
+       keywords and give them their phase 7 meaning.  Pedwarn about
+       this unless '__bool_true_false_are_defined' is defined.
 
-       * cp-call.c (build_method_call): If conversion of INSTANCE_PTR
-       yields error_mark_node, return error_mark_node immediately.
+2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
 
-Tue Feb 25 23:40:01 1992  Mike Stump  (mrs at cygnus.com)
+       * lcm.c (optimize_mode_switching): Emit mode_set before the
+       JUMP_INSN of an abnormal edge.
 
-       * tree.c (array_type_nelts): Fix documentation, really nelts-1
-       * cp-tree.c cp-tree.h cp-init.c (expand_vec_init): Fixed
-       multi-dimensional array inits.
+2001-02-07  Bernd Schmidt  <bernds@redhat.com>
 
-Mon Feb 24 00:03:23 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * builtins.c (expand_builtin_setjmp_receiver): Emit an ASM_INPUT as
+       a scheduling barrier at the end.
 
-       * cp-tree.c (build_cplus_new): Set TREE_SIDE_EFFECTS bit on
-       NEW_EXPR.
+       * tm.texi (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Document.
 
-       * cp-typeck.c (build_modify_expr): Handle WITH_CLEANUP_EXPRs
-       specially when they appear in expressions (not initializations).
-       Also handle COND_EXPRs on the right-hand-side specially (in case one
-       of the COND_EXPR's branches is a WITH_CLEANUP_EXPR).
+2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
 
-Sun Feb 23 15:11:27 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * config/sh/sh.md (reload_outsf): Removed.
+       (movsf_ie): Introduce constraints for FPUL loads and stores.
+       (reload_insf): Broaden the output constraint.
 
-       * cp-decl2.c (finish_anon_union): Make RTL for ANON_UNION_DECL based
-       on MAIN_DECL.
+       * config/elfos.h (INT_ASM_OP): Don't define it if it's already
+       defined.
+       * config/sh/sh.h (INT_ASM_OP, ASM_OUTPUT_CONSTRUCTOR,
+       ASM_OUTPUT_DESTRUCTOR): Copy definitions from config/elfos.h.
 
-       * cp-decl.c (lookup_tag): Deal with the fact that `clear_anon_tags'
-       may have been run.
+2001-02-06  Chandrakala Chavva  <cchavva@redhat.com>
 
-       * cp-decl.c (cplus_expand_expr_stmt): Give line number for usage
-       whcih incurs warning message.
+       * final.c: Revert my previous changes.
+       * output.h: Make profile_label_no extern.
+       * config/rs6000/rs6000.c (output_profile_hook): Use standard functions
+       for generating label.
 
-Sat Feb 22 20:49:45 1992  Michael Tiemann  (tiemann at cygnus.com)
+2001-02-06  Laurynas Biveinis  <lauras@softhome.net>
 
-       * cp-decl.c (init_decl_processing,auto_function): New approach to
-       defining the default functions `operator new' and `operator delete'.
-       * cp-init.c (init_init_processing): Rest of changes here.
-       * libgcc2.c (_builtin_{new,delete,New}): Gone.
-       * libgcc2.c (_new_handler): New name for section that defines the
-       default new handler.
+       * config/i386/djgpp.h: Add comments about standard paths.
+       (MD_EXEC_PREFIX): Undefine before defining.
+       (MD_STARTFILE_PREFIX): New.
 
-Sat Feb 22 02:09:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-30  Bruce Korb  <bkorb@gnu.org>
 
-       * Version 2.0 released.
+       fixinc/fixincl.c(process):  Emit error message only if appropriate :)
+       (load_file): do not rely on load_file_data() to close file pointer
+       fixinc/fixlib.c(load_file_data): do not close passed in file pointer
+       fixinc/inclhack.def(irix_limits_const): add test_text
 
-       * gcc.c (do_spec_1): Handle SPACE_AFTER_L_OPTION.
-       * hp320.h (SPACE_AFTER_L_OPTION): Defined.
-       Note: for 2.1, try making a space there on all systems.
+2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * i386mach.h (perform_*): New macros, copied from i386rose.h.
+       * cppexp.c (parse_defined): Improve diagnostics for invalid
+       syntax.
 
-       * Makefile.in (distclean): New target.
-       (realclean): Avoid duplication with self or with distclean.
-       (gcc.xtar.Z): Depend on gcc.xtar.
-       (gcc.xtar): Fixes in copying files.
+2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * expr.c (do_store_flag): Don't correct CODE before where it is set.
+       * cppmacro.c (cpp_get_token): Avoid pasting after a builtin.
 
-       * cp-parse.y (stmt): Pass pushcase_range all the args it wants.
+2001-02-06  Mark Mitchell  <mark@codesourcery.com>
 
-Fri Feb 21 18:14:52 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Define.
+       * config/rs6000/rs6000-protos.h (rs6000_output_symbol_ref): Declare.
+       * config/rs6000/rs6000.c (VTABLE_NAME_P): New macro.
+       (rs6000_output_symbol_ref): New function.
+       (output_toc): Use VTABLE_NAME_P.
 
-       * combine.c (distribute_notes): Correctly handle the case of a
-       REG_DEAD note for a multi-word hard register when not all of
-       the words are used.
+Tue Feb  6 07:54:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Fri Feb 21 16:47:32 1992  Michael Meissner  (meissner@osf.org)
+       * print-tree.c (print_node, case PARM_DECL):
+       Print DECL_ARG_TYPE and DECL_ARG_TYPE_AS_WRITTEN.
 
-       * mips.h (MIPS_VERSION): Change Meissner version # to 12.
-       (half_pic support): Move the halfpic support to halfpic.h which is
-       included in the decrose case, and nop the support in other MIPS
-       platforms.
-       (OPTIMIZATION_OPTIONS): Move setting caller-saves to -O2.
-       (OBJECT_FORMAT_COFF, EXTENDED_COFF): Define unless OSF/rose.
-       (INITIAL_FRAME_POINTER_OFFSET): Always recalculate the frame size,
-       don't rely on cached values.
+       * stor-layout.c (reference_types_internal): New variable.
+       (internal_reference_types): New function.
+       (layout_type, case REFERENCE_TYPE): Make Pmode if internal.
+       * tree.h (internal_reference_types): New declaration.
 
-       * mips.c (half_pic support): Move the halfpic support to halfpic.c,
-       which is only compiled for OSF/rose.
-       (expand_block_move): Use copy_addr_to_reg instead of copy_to_reg in
-       case either the source or destination is an integer constant
-       converted to an appropriate pointer type.
-       (mips_debugger_offset): Use a local variable to hold function
-       result.
+       * cse.c (find_best_addr): Fix typo in computing cost.
 
-       * decrose.h (toplevel): Include halfpic.h for halfpic support.
-       (PTRDIFF_TYPE): Change to 'int' to match current include files.
-       (WCHAR_TYPE): Change to 'unsigned int' to match include files.
-       (INIT_SECTION_ASM_OP): Delete, since the OSF/rose assembler doesn't
-       support a true initialization section.
+Mon Feb  5 21:56:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * encrose.h (PTRDIFF_TYPE): Change to 'int' to match current include
-       files.
-       (WCHAR_TYPE): Change to 'unsigned int' to match include files.
+       * combine.c (nonzero_bits, case PLUS): If pointers extend unsigned
+       and this is the sum of a pointer and a constant, we know the result
+       did not overflow.
+       (num_sign_bit_copies, case PLUS): Likewise.
+       * explow.c (convert_memory_address): Remove opposite SUBREG.
+       * function.c (instantiate_new_reg): New function (from common code).
+       (instantiate_virtual_regs_1): Call it.
+       For PLUS, handle if (plus (subreg (virt-reg) (const_int))
+       if pointers sign- or zero-extend.
+       * simplify-rtx.c (simplify_unary_operation, case ZERO_EXTEND):
+       If pointers extend unsigned, use inside of SUBREG.
+       (simplify_unary_operation, case SIGN_EXTEND): Likewise, if sign extend.
 
-       * t-decrose (EXTRA_OBJS): Define as halfpic.o to provide halfpic
-       support.
-       (CONFIG2_H): Treat halfpic.h as another config file.
-       (halfpic.o): Add dependencies.
+2001-02-05  Benjamin Kosnik  <bkoz@redhat.com>
 
-       * halfpic.h (new file): Common include file for systems needing the
-       OSF/rose half-pic shared library support.
+       * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Change to target
+       subdir of gcc_gxx_include_dir.
+       (gcc_gxx_target_include_dir): Remove.
 
-       * halfpic.c (new file): Common support file for systems needing the
-       OSF/rose half-pic shared library support.  Currently these are stub
-       functions.
+2001-02-05  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Fri Feb 21 16:07:02 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * dwarf2out.c: Revise DWARF2 Abbreviation Glossary comments.
+       (dwarf2out_frame_debug_expr): Revise introductory comments to add
+       a high-level description.
 
-       * cp-parse.y (get_current_declspecs): New function
-       (needed for naming sections).
+2001-02-05  Chandrakala Chavva  <cchavva@redhat.com>
 
-Fri Feb 21 01:34:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * final.c: Move the declaration of profile_label_no to ...
+       * output.h: ... here.
+       * function.c (expand_function_start): Call PROFILE_HOOK.
+       * config/rs6000/aix.h: Define PROFILE_HOOK.
+       * config/rs6000/rs6000-protos.h: output_profile_hook new.
+       * config/rs6000/rs6000.c (output_profile_hook): Define.
+       (output_prolog): Do nothing for ABI_AIX as it is taken care by
+       output_profile_hook.
+       tm.texi : Explain new macro PROFILE_HOOK.
 
-       * dwarfout.c (location_or_const_value_attribute): Use DECL_RTL again.
-       Seems to be safer for the moment.
-       * function.c (instantiate_decls): Don't instantiate DECL_INCOMING_RTL.
+2001-02-06  Hans-Peter Nilsson  <hp@axis.com>
 
-       * dwarfout.c (output_mem_loc_descriptor): Handle CONST like SYMBOL_REF.
+       * extend.texi (Extended Asm): Do not say that semicolon is always
+       a valid line-breaking character for GNU assemblers.  Use
+       newline-tab as the most commonly supported syntax.  Use
+       newline-tab rather than semicolon in multi-insn examples.
 
-       * collect2.c (errno): Declare if not macro.
+2001-02-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * Makefile.in (gcc_gxx_target_include_dir): Use $(target_alias).
+
+2001-02-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+           David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (rs6000_return_addr): Use PIC
+       code for AIX, even without flag_pic.
+
+2001-02-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-typeck.c (common_type): push and pop binding level around
+       calling common_type on function parameters.
+
+Mon Feb  5 14:30:37 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/cygwin.h (CPP_SPEC): Add missing space after -idirafter.
+
+Mon Feb  5 11:23:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/mips/mips.c (override_options): Fix typo in last change.
+       (mips_make_temp_file): Call fatal_io_error, not pfatal_with_name.
+       (mips_asm_file_end): Likewise; also pass more args to fatal_io_error.
+
+2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * invoke.texi (-fdump-class-layout): Document.
+       (-fdump-translation-unit): Use `=' as filename separator.
+
+2001-02-05  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (s-mlib): Don't build multilibs if
+       --disable-multilib.
+       (DRIVER_DEFINES): Adjust accordingly.
+       (gcc.o): Likewise.
+       (protoize.o): Likewise.
+       (unprotoize.o): Likewise.
+       * configure.in: Recognize --enable-multilib.
+
+2001-02-04  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (DRIVER_DEFINES): Fix quoting.
+
+       * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
+       * configure.in: Remove --enable-libstdcxx_v3 support.
+       * configure: Regenerated.
+
+Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/avr/avr.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
+       Call abort instead of fatal.
+       (TRAMPOLINE_TEMPLATE): Call internal_error instead of fatal.
+       * config/dsp16xx/dsp16xx.h (FUNCTION_PROFILER): Likewise.
+       (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Likewise.
+       (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Likewise.
+       (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
+       * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Likewise.
+
+       * diagnostic.h (set_internal_error_function): Renamed.
+       * toplev.h (internal_error): Renamed from fatal.
+       (pfatal_with_name): Deleted.
+       (fatal_io_error): Now has printf-style arguments.
+       * diagnostic.c (pfatal_with_name): Deleted.
+       (fatal_io_error): Rework to have args in printf-style.
+       (set_internal_error_function): Renamed from set_fatal_function.
+       (internal_error): Renamed from fatal.
+       (error_recursion, fancy_abort): Call internal_error instead of fatal.
+       * dwarf2out.c (get_cfa_from_loc_descr): Likewise.
+       * emit-rtl.c (gen_realpart, gen_imagpart): Likewise.
+       * expr.c (check_max_integer_computation_mode, expand_expr): Likewise.
+       * flow.c (verify_flow_info): Likewise.
+       * config/arm/arm.c (thumb_unexpanded_epilogue): Likewise.
+       * config/mips/mips.c (save_restore_insns): Likewise.
 
-       * dbxout.c [MIPS]: Include gstab.h, not stab.h.
+       * except.c (duplicate_eh_handlers): Call abort instead of fatal.
+       * flow.c (verify_flow_info): Likewise.
+       * config/arm/arm.c (thumb_load_double_from_address): Likewise.
+       * config/avr/avr.c (pttreg_to_str, unique_section): Likewise.
+       (avr_normalize_condition): Likewise.
+       * config/c4x/c4x.c (c4x_emit_libcall, c4x_valid_operands): Likewise.
+       * config/dsp16xx/dsp16xx.c (dsp16xx_reg_class_from_letter): Likewise.
+       (limit_reload_class, double_reg_to_memory): Likewise.
+       (print_operand_address, emit_1600_code_shift): Likewise.
+       (gen_tst_reg, gen_compare_reg): Likewise.
+       * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Likewise.
+       * config/dsp16xx/dsp16xx.c (dsp16xx_invalid_register_for_compare):
+       Deleted.
+       * config/dsp16xx/dsp16xx.md (unnamed cmphi): Call abort instead of it.
 
-       * dbxout.c (dbxout_symbol): No longer flush leading _ for C++ syms.
+       * c-parse.in (methoddef): Call fatal_error instead of fatal.
+       * objc/objc-act.c (build_ivar_chain): Likewise.
+       * dwarfout.c (dwarfout_init): Call fatal_io_error instead of
+       pfatal_with_name.
+       * graph.c (clean_graph_dump_file): Likewise.
+       * profile.c (init_branch_prob): Likewise.
+       * objc/objc-act.c (objc_init): Likewise.
 
-       * cp-parse.y (.hush_warning): Set $$.
+       * config/arm/arm.c (arm_override_options): Make errors non-fatal.
+       * config/avr/avr.c (avr_override_options): Likewise.
+       * config/c4x/c4x.c (c4x_expand_prologue): Likewise.
+       * config/dsp16xx/dsp16xx.c (function_prologue): Likewise.
+       * config/h8300/h8300.c (h8300_init_once): Likewise.
+       * config/mips/mips.c (override_options): Likewise.
+       * config/i386/i386.c (override_options): Likewise, rework.
+       * config/m68k/m68k.c (override_options): Likewise.
 
-       * gstdarg.h: Handle _HIDDEN_VA_LIST as in gvarargs.h.
+       * config/dsp16xx/dsp16xx.c (print_operand): Call output_operand_lossage
+       instead of fatal.
+       * config/mips/mips.c (print_operand): Likewise.
+       * hash.c (hash_allocate): Don't check for failure returns from
+       obstack functions that can't fail.
+       (hash_table_init_n, hash_table_init): Likewise; also now return void.
+       * hash.h (hash_table_init_n, hash_table_init): Now return void.
+       * objc/objc_act.c (objc_check_decl): Remove unneeded fatal call.
+       (get_object_reference): Likewise.
 
-Thu Feb 20 07:41:29 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-04  Nick Clifton  <nickc@redhat.com>
 
-       * vax.c (reg_or_nxmem_operand): New function.
-       (split_quadword_operands): Add missing return type (void).
-       * vax.md (jlbc/jbc/jlbs/jbs): Handle QImode operands properly.
+       * config/arm/arm.c (all_cores): Add 710T, 720T, 740T, 940T, 9e,
+       StrongARM1110, 10TDMI, and 1020T.
 
-       * caller-save.c (set_reg_live): Use mode of SUBREG to see how many
-       hard regs are written.
+2001-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * combine.c (simplify_shift_const, case IOR, AND, XOR): Perform
-       logic computation in RESULT_MODE, not mode of VAROP.
+       * mips.h (MULTILIB_ISA_DEFAULT): Don't use #elif.
 
-Wed Feb 19 18:32:05 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-04  Alexandre Oliva  <aoliva@redhat.com>
 
-       * hp320.h (PRINT_OPERAND): Support codes '$' and '&'.
+       * config/sh/sh.md (movdf load split): Pass register number to
+       FP_OR_XD_REGISTER_P.
 
-       * reload1.c (reload): Add cast of enum in index.
+2001-02-04  Mark Mitchell  <mark@codesourcery.com>
+
+       * cppinit.c (BC): New macro.
+       (builtin_array): Add __GXX_WEAK__.
+       * cpplib.h (builtin_type): Add BT_WEAK.
+       * cppmacro.c (builtin_macro): Handle BT_WEAK.
+       * defaults.h (SUPPORTS_ONE_ONLY): Define.
+       * varasm.c (SUPPORTS_ONE_ONLY): Do not define.
 
-       * vms.h (CPP_PREDEFINES): Define __GNUC__ as 2.
+2001-02-03  Jakub Jelinek  <jakub@redhat.com>
 
-Wed Feb 19 21:43:36 1992  Ron Guilmette  (rfg at ncd.com)
+       * cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.
+
+2001-02-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.h: Rename _ALIGN POOL_ALIGN.
+       * cpplex.c (new_chunk, _cpp_pool_reserve): Update.
+
+2001-02-03  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.h: Rename ALIGN _ALIGN.
+       * cpplex.c (new_chunk, _cpp_pool_reserve): Update.
+
+Fri Feb  2 23:15:29 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/cygwin.h (CPP_SPEC): Reorganize YA to better handle cross
+       compilation environment.
+       * config/i386/t-cygwin (T_CPPFLAGS): Define CYGWIN_CROSS_DIR to allow
+       control over location of cygwin includes and libs.
 
-       * dwarfout.c (output_mem_loc_descriptor):  Deleted useless blank line.
-       (output_mem_loc_descriptor) Added code to handle CONSTs in DECL_RTL
-       expressions.
-       (dwarfout_finish):  Added code to put a null string at the end of
-       the terminating .debug_macinfo section.
+2001-02-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz)
 
-Tue Feb 18 18:34:13 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+       * c4x.h (HARD_REGNO_CALL_PART_CLOBBERED): Fix typo.
 
-       * cccp.c (main): Fix typo in comment or spacing.
-       * dbxout.c (dbxout_block): Likewise.
-       * expr.c (convert_move): Likewise.
-       * reload1.c (emit_reload_insn): Likewise.
-       * rtl.h (REG_NOTES): Likewise.
-       * sun4o3.h: Likewise.
-       * ultrix.h (CPP_PREDEFINES): Likewise.
-       * toplev.c (flag_no_common): Likewise.
-       * stmt.c (layout_type): Likewise.
-       * gcc.c (is_linker_dir, lookup_compiler): Likewise.
+2001-02-02  lars brinkhoff  <lars@nocrew.org>
 
-       * sched.c (schedule_block): Comment code handling USE insns as
-       obsolete.
+       * md.texi (Standard Names): remove reference to spur.md.
 
-Tue Feb 18 14:44:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz)
 
-       * c++: Run gcc in same dir as c++ was in, if exists there.
-       Use `exec' to run it.
-       New var `havefiles'; special message if no input files specified.
-       Pass through any unrecognized options.
+       * c4x.h (IS_INT_CALL_SAVED_REG, IS_FLOAT_CALL_SAVED_REG): Define.
+       (HARD_REGNO_CALL_PART_CLOBBERED): Use IS_FLOAT_CALL_SAVED_REG.
+       (INITIAL_FRAME_POINTER_OFFSET, INITIAL_ELIMINATION_OFFSET): Likewise.
+       * c4x.c (c4x_hard_regno_rename_ok): Use IS_XXX_CALL_SAVED_REG.
+       (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
 
-       * g++: Now a link to c++.
+2001-02-03  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-Tue Feb 18 04:54:52 1992  david d [zoo] zuhn  (zoo at lynx.spa.umn.edu)
+       * c4x.c (group1_reg_operand, group1_mem_operand, arx_reg_operand,
+       c4x_arn_reg_operand, c4x_arn_mem_operand): Do not check register
+       number before reload.
+       (c4x_adjust_cost): Return zero before reload.
+       * c4x.md (load_immed_address+1, load_immed_address+2): Do not
+       split before reload.
 
-       * protoize.c (main): added support for -p flag, to specify which
-       gcc is the one to call for -fgen-aux-info support.
+2001-02-03  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-Tue Feb 18 07:29:23 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * c4x.c (c4x_hard_regno_rename_ok): New.
+       * c4x-protos.h (c4x_hard_regno_rename_ok): New.
+       * c4x.h (HARD_REGNO_RENAME_OK): Define.
 
-       * combine.c (try_combine): Don't clobber OTHER_INSN's PATTERN if
-       we aren't able to change the insn.
+Fri Feb  2 20:03:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * romp.md (bit_insv): Add missing CLOBBER when making pattern to
-       match mftb; likewise for the DEFINE_INSN.
+       * diagnostic.h: Add missing "extern" in all declarations.
 
-Tue Feb 18 01:03:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-02-02  Alex Samuel  <samuel@codesourcery.com>
 
-       * rs6000.h (bss_section): Set `in_section' correctly.
+       * Makefile.in (gcc_gxx_target_include_dir): Generate dynamically
+       as for gcc_gxx_include_dir.
 
-       * expmed.c (synth_mult): Count second shift for alg_compound.
-       Count extra shift for lea case.
-       * m68k.h (RTX_COSTS): Reduce cost of multiply.
+2001-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * function.c (instantiate_decls): Instantiate DECL_INCOMING_RTL.
+       * cpp.texi, invoke.texi: Update -Wtraditional documentation.
 
-Mon Feb 17 19:17:50 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-02-02  Alexandre Oliva  <aoliva@redhat.com>
 
-       * a29k.md (divmodsi4, udivmodsi4): Don't use reg 180 explicitly.
-       Instead use 'q' constraint letter.
+       * config/sh/sh.c (output_far_jump): Don't use braf on SH1.  Emit
+       label before alignment to be used as the braf base address.
+       * config/sh/sh.md (length): Use longer lengths for SH1 PIC far
+       branches.
+       (casesi_jump_2): Require at least TARGET_SH2.
 
-Mon Feb 17 16:15:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/float-sh.h (LDBL_EPSILON, LDBL_MIN, LDBL_MAX): Prevent
+       truncation to 32-bit doubles on -m3e and -m4-single-only.
 
-       * global-alloc.c (global_alloc): Always call `reload'.
+2001-02-02  Mark Mitchell  <mark@codesourcery.com>
 
-Mon Feb 17 10:38:38 1992  Jim Wilson  (wilson at sphagnum.cygnus.com)
+       * gcc.c (init_gcc_specs): New function.  Make -shared-libgcc
+       the default when building a shared object.
+       (init_spec): Use it.
+       * testsuite/lib/g++.exp: Include the directory where libgcc
+       is located to the LD_LIBRARY_PATH list.
+       * invoke.texi (-shared-libgcc): Document the cases in which
+       GCC defaults to using the shared libgcc.
 
-       * a29k.md (movdi define_split): Use DImode in operand_subword
-       calls, not DFmode.
+2001-02-02  Alexandre Oliva  <aoliva@redhat.com>
 
-Mon Feb 17 08:20:33 1992  Michael Tiemann  (tiemann at mole.gnu.ai.mit.edu)
+       * config/fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume
+       unsigned is wide enough.
+       (BITS_PER_SI): New.
+       * config/fp-bit.c (_fpmul_parts): Don't assume 32-bits SI.
+       (si_to_float): Likewise.
+       (float_to_si, float_to_usi): Use BITS_PER_SI.
 
-       * varasm.c (assemble_external): Check that DECL is some sort of
-       _DECL before referencing its DECL_RTL.
+2001-02-01  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Sun Feb 16 13:05:36 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * dwarf2out.c: Added explanation of abbreviations.
+       (def_cfa_1): Added comments listing DWARF2 instructions.
+       (cfa_temp_reg): Removed in favor of cfa_temp.
+       (cfa_temp_value): Removed in favor of cfa_temp.
+       (cfa_temp): New global variable.
+       (dwarf2out_frame_debug_expr): Added extensive introductory
+       comments explaining the function's transformations.  Revised to
+       use cfa_temp.  Added some rtx checking.  Generalize IOR case.
+       (dwarf2out_frame_debug): Revised to use cfa_temp.
+       (output_aranges): Cast as "unsigned" to avoid warning.
+       * rtl.texi (RTX_FRAME_RELATED_P): Revise entry to emphasize better
+       explain which instructions must be marked.
 
-       * cp-call.c (build_method_call): Add call to `assemble_external' in
-       case this is the first use of FUNCTION.
-       * cp-class.c (build_vfn_ref): Ditto for VTBL.
-       * cp-decl2.c (write_vtable_entries): Ditto for FN.
-       * cp-init.c (build_offset_ref): Ditto for T.
-       * cp-typeck.c (build_function_call_real): Ditto for FUNCTION.
-       * cp-method.c (hack_identifier): Ditto for VALUE.  Also remove
-       action that made call to `assemble_external' when !TREE_USED (VALUE).
+2001-02-01  Richard Henderson  <rth@redhat.com>
 
-       * cp-lex.c (do_identifier): Remove call to `assemble_external' when
-       implicitly declaring ID.
+       * local-alloc.c (update_equiv_regs): Copy INSN_CODE to the
+       new instruction.
 
-       * cp-parse.y (primary): Simplify the rules for calling
-       `assemble_external'.
+2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cp-decl.c (finish_function): For destructors, don't call
-       expand_expr_stmt if EXPRSTMT is VOID_ZERO_NODE.
+       * config/sh/crt1.asm (main_k): Modified so that start calls
+       ___setup_argv_and_call_main.
 
-       * cp-typeck.c (default_conversion): Parallel Jan 21 change in
-       c-typeck.c.
+2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Sun Dec 16 23:31:54 1992  Ron Guilmette  (rfg at ncd.com)
+       * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
+       * cpplex.c (_cpp_lex_token): New token picks up the saved flags,
+       and AVOID_LPASTE is cleared on meeting an unescaped newline.
+       * cppmacro.c (builtin_macro): Set builtin flags here.
+       (paste_all_tokens): Preserve AVOID_LPASTE on pasted token.
+       (replace_args): Clarify intent.
+       (cpp_get_token): Macro expansion tokens get the saved flags.
+       Update.
+       * cppmain.c (scan_buffer): Remove now-redundant print.printed
+       check.
 
-       * dwarfout.c (fundamental_type_code):  Deleted gunk for handling
-       OFFSET_TYPEs. (They are *not* fundamental types).
-       (fundamental_type_code):  Fixed typo.
-       (location_attribute, const_value_attribute):  Changed to take one
-       rtx parameter rather than one tree parameter.
-       (location_or_const_value_attribute):  Changed to use DECL_INCOMING_RTL
-       rather than DECL_RTL for formal parameters.  Also changed calls to
-       location_attribute and const_value_attribute to provide the rtl
-       parameter.
-       (fund_type_attribute):  Changed to accept an actual fundamental type
-       code as a parameter directly.  Also changed all calls correspondingly.
-       (type_attribute):  Separated tests for ERROR_MARK and for VOID_TYPE
-       and added comments.
-       (output_unspecified_parameters_die):  Changed to take one tree param
-       and to generate *both* an AT_name and an AT_type attribute when the
-       input parameter represents of function definition.  Also adjusted
-       all calls correspondingly.
+2001-02-01  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Sun Feb 16 00:54:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of
+       2001-Jan-29.
 
-       * fixincludes: Add #ifndef around size_t declaration in types.h.
+Thu Feb  1 07:22:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * varasm.c (assemble_external): Do nothing if arg isn't a decl.
+       * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space
+       returns Pmode pseudo, but we need ptr_mode.
+       * explow.c (allocate_dynamic_stack_space): Use plus_constant.
+       Remove bogus conversions; use HOST_WIDE_INT for size.
+       Don't use TARGET if wrong mode.
 
-       * Makefile.in (cp-parse.c): Update "expect" msg.
+       * config/i386/i386.c (ix86_compute_frame_size): Allow
+       stack_alignment_needed to be non-default even if size is zero.
 
-       * next.h (CPP_SPEC): Rename -bsd to -strict-bsd.
+2001-01-31  Alan Modra <alan@linuxcare.com.au>
 
-       * Makefile.in (mostlyclean): Add ld, mips-tfile, mips-tdump.
+       * pa.c (hppa_init_pic_save): New function.
+       * pa.h (hppa_init_pic_save): Declare.
+       * pa.md (call, call_value, sibcall, sibcall_value): Use
+       the above instead of duplicated code.
 
-       * protoize.c (directory_specified_p): Don't match files in subdirs.
+       * pa.c (hppa_encode_label): Correct size of alloca buffer
+       so we don't overrun it.  Correct leading `*' case.
+       * pa.h (STRIP_NAME_ENCODING): Simplify now that we don't
+       need to handle `*@'.
+       (FUNCTION_NAME_P): Likewise.
 
-       * xm-rs6k-m.h: Renamed from xm-rs6000-mach.h.
-       * configure (rs6000-*-mach*): Changed accordingly.
+2001-01-31  Richard Henderson  <rth@redhat.com>
 
-       * collect2.c (handler): No error msg here.  Just resend signal.
-       (write_c_file): Arg to write_list... is pointer.
-       (do_wait): Fix typo.
-       (scan_prog_file for non-OSF): Preserve all underscores.
+       * config.gcc (alpha-osf5): Use float-i128.h.
 
-       * Makefile.in (install-collect2): Install gcc in libsubdir.
+       * config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define.
+       * config/float-i32.h: Likewise.
+       * config/float-i64.h: Likewise.
+       * config/float-sh.h: Likewise.
+       * config/float-sparc.h: Likewise.
 
-Sat Feb 15 15:26:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-31  DJ Delorie  <dj@redhat.com>
 
-       * varasm.c (decode_reg_name): Empty string is not a reg number.
+       * expmed.c (extract_bit_field): allow non-integral modes if we
+       want to extract a whole register from itself.
 
-       * fold-const.c (merge_component_references): NE tests against
-       mismatched constants forces 1, not 0, as value.
+2001-01-31  Jakub Jelinek  <jakub@redhat.com>
 
-       * i386gas.h (ASM_OUTPUT_OPCODE): Convert repz to repe.
+       * c-typeck.c (set_init_index): If first is equal to last, assume as
+       if it was not a range at all.
 
-       * collect2.c: Get rid of PROTO macro; use non-prototype decls.
-       Don't include gstddef.h (had conflicts).  Use gstdarg.h, not stdarg.h.
-       (xcalloc, xmalloc): Add casts.
-       (do_wait): Avoid macros WTERMSIG, WEXITSTATUS missing on some machines.
+2001-01-31  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cp-typeck.c (default_conversion): Don't use initial value if BLKmode.
+       * config/fp-bit.c: Include tm.h.
+       (float_to_si): Don't assume SImode is 32-bits wide.
+       (float_to_usi): Likewise.
 
-       * objc-actions.c (finish_objc): Fix typos in last change.
+2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * c-aux-info.c, dbxout.c, cccp.c (errno): Declare, if not a macro.
+       * c-parse.in (structsp): Pedwarn when "enum foo" refers to an
+       incomplete type.
+       (typename): Call pending_xref_error after parsing typed_typespecs.
+       * c-decl.c (lookup_tag): Give error immediately rather than
+       leaving it pending if the tag of the wrong type is in the same
+       binding level.
+       (xref_tag): Don't pedwarn for forward declarations of enum types
+       here.
+       * gcc.texi (Actual Bugs): Remove entry for misuse of struct, union
+       and enum tags.
 
-       * i386.md (QI bit test recognizer): Split into separate patterns
-       for memory and register args.  Make a scratch reg for memory.
+2001-01-31  Alexandre Oliva  <aoliva@redhat.com>
 
-Fri Feb 14 23:39:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/float-sparc.h (LDBL_MAX) [sparc32]: Fix typo.
 
-       * tree.c (get_identifier): Improve -Wid-clash message.
+2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Fri Feb 14 16:22:48 1992  Michael Collison  (collison at osf.org)
+       * cpplib.c (T_ELIF): Move to STDC89, not that it matters.
+       (_cpp_handle_directive): Suggest not using #elif with -Wtraditional.
 
-       * i386rose.h (CPP_SPEC): Define the macros LANGUAGE_OBJECTIVE_C and
-       LANGUAGE_C_PLUS_PLUS if we are compiling Objective C or C++.
-       (INIT_SECTION_ASM_OP): Define as .init.
-       (CC1PLUS_SPEC): Define it.
-       (LINK_LIBGCC_SPECIAL): Define this to work around linker bug.
+2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Fri Feb 14 00:38:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * cpphash.h (struct cpp_reader): New saved_flags.
+       * cppmacro.c (cpp_get_token): Use saved_flags to remember
+       to avoid a paste after a pasted token.
 
-       * Makefile.in (protoize.o, unprotoize.o): g++-include is under libdir.
+2001-01-31  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (enquire.o): Make the command one long line.
+       * libgcc2.h (Wtype_MAX, Wtype_MIN): Define.
+       * libgcc2.c (__fixunssfSI, __fixunsdfSI, __fixunsxfSI): Use
+       Wtype_MIN instead of LONG_MIN.
 
-       * gcc.c (do_spec_1): Omit relative prefixes from -L'ing
-       only if RELATIVE_PREFIX_NOT_LINKDIR is defined.
-       * rs6000.h (RELATIVE_PREFIX_NOT_LINKDIR): Defined.
+2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * varasm.c (assemble_external): Test TREE_EXTERNAL.
+       * fixinc/fixincl.tpl: Add 2001 to copyright.  Change name of
+       README file.
+       * fixinc/fixincl.x: Regenerated.
+       * fixinc/inclhack.def (irix_limits_const): New definition to
+       convert "const" to "__const" in limits.h.
 
-       * jump.c (follow_jumps): If can't find chain end, return orig label
+2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * mot3300.h (PRINT_OPERAND): Always print 16 hex digits for a double.
+       * fixinc/genfixes (AG): Fix "autogen4" thinko.
 
-       * objc-actions.c (build_module_descriptor) [NEXT_OBJC_RUNTIME]: Ret 0.
-       (finish_objc): Value 0 from build_module_descriptor means no ctor.
-       When referencing a class_name symbol, don't output a .globl for it.
-       (finish_objc): Put artificial refs in text section.
+2001-01-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
 
-       * cccp.c (pedwarn_with_file_and_line): Handle -w, -W.
+       * regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED
+       when register dies in the insn.
 
-Fri Feb 14 07:44:08 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * i386.c (notice_update_cc): sCOND opcodes don't change the flags.
-       Don't record test or compares involving stack-like regs, since
-       final can't omits tests or compares involving such regs correctly.
+       * diagnostic.c (fatal): Fix word wrap.
 
-       * i386.c (seq,sne,beq,bne): These opcodes use the state of
-       cc_status from before the curren insn.
+2001-01-30  Alexandre Oliva  <aoliva@redhat.com>
 
-       * reg-stack.c (stack_reg_mentioned_p): Don't make static.
+       * combine.c (try_combine): Fix SUBREG setting for
+       HOST_BITS_PER_WIDE_INT >= 2 * BITS_PER_WORD.
 
-Fri Feb 14 06:27:48 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * jump.c (jump_optimize): Disable "if (...) {... x = C;} if (x) ..."
-       optimization; there doesn't seem to be a way to fix it.
+       * jump.c (comparison_dominates_p): Don't try to handle UNKNOWN
+       comparison codes.
 
-Thu Feb 13 18:06:06 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * seq386.h (ASM_OUTPUT_OPCODE): New macro. Change "movs" into
-       "smov" at the start of a string move mnemonic - Sequent as(1)
-       doesn't handle the former.
+       * c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type)
+       is not NULL.
+       * toplev.c (decode_W_option): Update warn_larger_than
+       unconditionally for each processed switch.
 
-Thu Feb 13 17:21:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * c-decl.c (finish_struct): Use pedwarn for pedantic warning.
-       (grokdeclarator): Likewise.
-       * c-parse.y (component_decl_list2): Likewise.
+       * pa.c (pa_init_machine_status): Initialize pic_offset_table_save_rtx
+       to NULL_RTX.
+       (hppa_expand_prologue): Delete code to save pic offset table register
+       in the function prologue.
+       * pa.h (PIC_OFFSET_TABLE_SAVE_RTX): Correct type in comment.
+       * pa.md (call, call_value, sibcall, sibcall_value): Save the pic offset
+       table register at the beginning of the function after the prologue.
 
-Thu Feb 13 22:11:36 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-29  lars brinkhoff  <lars@nocrew.org>
 
-       * combine.c (make_extraction): Default modes to byte and register
-       size, as appopriate, when the bitfield insn doesn't exist.
+       * tm.texi (PUSH_ROUNDING): Remove duplicate lines.
 
-       * a29kunix.h (LINK_SPEC): Pass default option file to gld.
-       (LINK_LIBGCC_SPECIAL): Define to work around gld bug.
+2001-01-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+           Jeff Law <law@redhat.com>
 
-       * explow.c (copy_to_suggested_reg): Try getting mode from TARGET.
+       * pa.md (return): Revise comment for trivial return.
+       (return_internal): Non-trivial return pattern for non-PIC code.
+       (return_internal_pic): Non-trivial return pattern for PIC code.
+       It uses the PIC register to ensure it is restored after
+       function calls.
+       (epilogue): Generate appropriate return for PIC and non-PIC code.
 
-       * rs6000.h (ASM_FILE_END): New macro.
-       (EXTRA_SECTIONS): New section read_only_private_data.
-       (EXTRA_SECTION_FUNCTIONS): New function read_only_private_data_section.
-       (SELECT_RTX_SECTION): Always make non-toc data private, read-only.
-       (SELECT_SECTION): Put read-only data in appropriate sections.
+Mon Jan 29 23:53:14 2001  Christopher Faylor <cgf@cygnus.com>
 
-       *  jump.c (jump_optimize): Place branch in correct place when
-       optimizing "if (...) {... x = C;} if (x) ...".
-       (redirect_jump): Ensure jump's UID is within range of jump chain.
+       * config/i386/cygwin.h: Fix -mno-cygwin search path for link.
 
-       * a29k.c (output_prologue): Correctly set LR1 when more than 64
-       registers are needed.
+2001-01-29  DJ Delorie  <dj@redhat.com>
 
-Wed Feb 12 22:22:46 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * combine.c (if_then_else_cond): Pass the correct mode to
+       operand_subword() for constants.
 
-       * make-cccp.com: Define link as a local symbol to avoid 
-       possible conflict with a user defined global symbol.
+Mon Jan 29 20:38:19 2001  Christopher Faylor <cgf@cygnus.com>
 
-       * make-cc1.com: Likewise.
+       * config/i386/cygwin.h: Add w32api to include search.  Search different
+       directories in a cross-build environment.
 
-Thu Feb 13 11:05:07 1992  Michael Meissner  (meissner at osf.org)
+2001-11-29  Tim Josling  <tej@melbpc.org.au>
 
-       * mips.c (make_temp_file): Store created filename into a static
-       file-scope variable, not an auto.
-       (mips_asm_file_end): Use the appropriate filename in printing
-       errors.
+       * tree.h (TYPE_STUB_DECL): Add documentation.
 
-Thu Feb 13 01:15:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-11-29  Laurynas Biveinis  <lauras@softhome.net>
 
-       * cccp.c (skip_if_group): Skip comments after the #.
+       * sdbout.c (sdbout_one_type): Skip types with indeterminate size.
+       (sdbout_field_types): Likwise.  Fix use of host_integerp.
 
-       * cccp.c (macarg): Don't assume stringify will compress spaces.
-       (macroexpand): In stringify, compress space only outside tokens.
+2001-01-29  Thomas Pfaff  <tpfaff@gmx.net>
 
-       * cexp.y (exp1): Use pedwarn for comma in #if.
+       * mingw32.h: Override STARTFILE_SPEC and LINK_SPEC declared in
+       cygwin.h.
 
-       * cp-decl.c (push_binding_level, pop_binding_level):
-       Change `inline' to `__inline'.
+2001-01-29  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * combine.c (make_compound_operation): Undo previous change.
+       * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition
+       to use flag_gnu_linker.
 
-Wed Feb 12 18:47:47 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * function.c (instantiate_virtual_regs_1, case IF_THEN_ELSE):
-       Don't special case; allow all operands to be processed.  The last
-       two operands are nontrivial on the Vax.
+       * cpplib.c (T_BAD_DIRECTIVE): Remove.
+       (_cpp_init_stacks): Loop from 0 to N_DIRECTIVES - 1.
 
-Wed Feb 12 18:58:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * gcc.c (do_spec_1): Only absolute prefixes turn into -L's.
-       (link_command_spec): Handle LINK_LIBGCC_SPECIAL.
+       * tree.c, tree.h (build_parse_node): Remove; was identical to
+       build_nt.
+       * c-lang.c (start_cdtor), objc/objc-act.c
+       (build_module_descriptor): Use build_nt instead of
+       build_parse_node.
 
-Wed Feb 12 18:38:29 1992  Chris Smith  (csmith at convex.com)
+2001-01-29  Jakub Jelinek  <jakub@redhat.com>
 
-       * convex.h (DEFAULT_CALLER_SAVES): define again, bug is fixed.
-       * convex.h (BRANCH_COST): Define as 0, so we won't use complex
-       alternatives to branches (whose expansions contain branches
-       on convex).
+       * config/i386/i386.md (addqi_1_lea): Fix mode (QI instead of HI).
+       (testqi_1, andqi_2): If widening to SImode, make sure CONST_INT does
+       not have any upper bits set.
 
-Wed Feb 12 17:23:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-29  Phil Edwards  <pme@sources.redhat.com>
 
-       * config.sub: Accept just `hppa' for machine.
+       * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
 
-       * Makefile.in (Install-collect2): New target.
+2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Wed Feb 12 13:55:24 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * stmt.c (estimate_case_costs): Use integer_minus_one_node.
 
-       * reorg.c (relax_delay_slots): Don't convert jump to return here.
+       * tree.c (build_common_tree_nodes_2): Set integer_minus_one_node.
 
-       * configure (a29k-ultra-*): Deleted.
-       (a29k-*-bsd*): Merged with a29k-ultra-*.
-       (romp-*-mach*): Fixed typo in xmake_file name.
-       * xm-a29kunix.h: Renamed from xm-a29k-ult.h.
-       * x-a29kunix: New file.
+       * tree.h (tree_index): Add new element TI_INTEGER_MINUS_ONE.
+       (integer_minus_one_node): Define.
 
-       * reload.c (find_reloads): Don't use class from preference if it
-       is a single-register class.
+2001-01-28  Alexandre Oliva  <aoliva@redhat.com>
 
-Wed Feb 12 13:03:16 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * Makefile.in (bootstrap2-lean): Fix typo.
 
-       * m88k.h (FUNCTION_BOUNDARY, ASM_OUTPUT_ALIGN): Pack code tightly
-       when compiling crtstuff.c (flag_inhibit_size_directive).
+2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Wed Feb 12 10:34:09 1992  Michael Meissner  (meissner at osf.org)
+       * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)
+       : Don't set fe_value.
+       * cpplib.h (AVOID_LPASTE): New flag.
+       (struct cpp_hashnode): Remove fe_value.
+       * cpplex.c (cpp_avoid_paste): Don't paste '.' with a number.
+       * cppmacro.c (builtin_macro): Don't set flags here.
+       (replace_args): Set AVOID_LPASTE flag on first token of an
+       argument, and the token following it.
+       (cpp_get_token): Set AVOID_LPASTE flag on first token of a
+       macro expansion, and on the token following it.  Do it for
+       builtins too.
+       * cppmain.c (scan_buffer): Avoid pasting only flagged tokens.
 
-       * decrose.h (*_SPEC): Compress some whitespace in the specs.  Also,
-       simpify which LANGUAGE_xxx names are defined, to be the ones uses by
-       the system(s).
-       * decstatn.h (*_SPEC): Likewise.
-       * iris.h (*_SPEC): Likewise.
-       * mips.h (*_SPEC): Likewise.
-       * mips-bsd.h (*_SPEC): Likewise.
-       * mips-news.h (*_SPEC): Likewise.
-       * mips-sysv.h (*_SPEC): Likewise.
+2001-01-27  Richard Henderson  <rth@redhat.com>
 
-Wed Feb 12 10:34:09 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/alpha/t-ieee: Remove multilibbing.
+       (TARGET_LIBGCC2_CFLAGS): Add -mieee.
 
-       * caller-save.c (insert_save_restore): Properly check for insns that
-       reference CC0.
+2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Wed Feb 12 03:17:00 1992  Chris Smith  (csmith at convex.com)
+       * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
 
-       * convex.h (DEFAULT_CALLER_SAVES): don't define, to sidestep a bug.
-       * convex.md (ffssi2): Comment out.
+       * Makefile.in: Remove all dependencies on defaults.h.
+       * builtins.c: Don't include defaults.h.
+       * c-common.c: Likewise.
+       * c-decl.c: Likewise.
+       * c-pragma.c: Likewise.
+       * c-typeck.c: Likewise.
+       * combine.c: Likewise.
+       * i386.c: Likewise.
+       * frame-ia64.c: Likewise.
+       * cppexp.c: Likewise.
+       * crtstuff.c: Likewise.
+       * dbxout.c: Likewise.
+       * dwarf2out.c: Likewise.
+       * dwarfout.c: Likewise.
+       * emit-rtl.c: Likewise.
+       * except.c: Likewise.
+       * expr.c: Likewise.
+       * final.c: Likewise.
+       * frame-dwarf2.c: Likewise.
+       * libgcc2.c: Likewise.
+       * optabs.c: Likewise.
+       * profile.c: Likewise.
+       * sdbout.c: Likewise.
+       * toplev.c: Likewise.
+       * tradcif.y: Likewise.
+       * tree.c: Likewise.
+       * varasm.c: Likewise.
 
-Wed Feb 12 00:08:42 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * make-libgcc2.com: Do not save .s file.
+       * builtins.c (expand_builtin_fputs): Use size_one_node when
+       transforming into fwrite.
 
-       * vms.h: Wrap #include <stdio.h> in #ifdef L__main/endif
+2001-01-27  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Tue Feb 11 21:58:42 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+       * extend.texi (Attribute Syntax): New section.
 
-       * libgcc2.c (DO_GLOBAL_DTORS_BODY): New macro.
+2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
-       * make-l2.com: New file to build libgcc2 on VMS.
+       * fixproto: Correctly install synthesized unistd.h and stdlib.h when
+       they didn't need fixing.
 
-       * vms.h (DO_GLOBAL_CTORS_BODY): Replacement definition.
+2001-01-27  Janis Johnson <janis@us.ibm.com>
 
-       * vms.h (DO_GLOBAL_DTORS_BODY): Likewise.
+       * config.gcc (i[34567]86-sequent-{ptx4*,sysv4*}): Use usegas.h
+       if appropriate.
+       * config/ptx4.h: Several fixes to build on DYNIX/ptx v4.[456], and
+       to remove macro definitions that are duplicated from elfos.h.
 
-       * make-cccp.com: Define bison and rename as local symbols to avoid 
-       possible conflict with user defined global symbols.
+2001-01-27  Richard Henderson  <rth@redhat.com>
 
-Tue Feb 11 22:17:32 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/i386/sco5gas.h: Move ...
+       * config/usegas.h: ... here.
+       * config.gcc (i[34567]86-*-sco3.2v5) [tm_file]: Update.
 
-       * sched.c (attach_deaths): Don't treat PIC offset table register
-       specially; flow.c doesn't.
+2001-01-27  Jakub Jelinek  <jakub@redhat.com>
 
-       * combine.c (make_compound_operation, case AND): We can have
-       a (and (subreg (lshiftrt ..) ..) ..); handle same as without SUBREG.
-       * Makefile.in (HOST_CLIB, HOST_ALLOCA, HOST_MALLOC, HOST_OBSTACK): New
-       variables to override.
-       (USE_HOST_*, HOST_LIBDEPS): Use HOST_PREFIX and new variables.
-       (HOST_LIBS): Use HOST_CLIB.
+       * c-typeck.c (struct constructor_stack): Add range_stack member.
+       (really_start_incremental_init): Clear it.
+       (push_init_level): Save constructor_range_stack and clear it if
+       pushing explicit braces.
+       (pop_init_level): abort if constructor_range_stack is nonzero at
+       explicit closing brace.  Restore saved constructor_range_stack if
+       not implicit.
 
-Tue Feb 11 21:32:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (install-common-headers): Copy byteorder.h to
-       compilation dir.
+       * expr.c (emit_move_insn): Add REG_EQUAL note when constant loaded
+       into register was forced into memory.
 
-       * config.sub: Allow unicos as operating system.
+2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
 
-       * m88kv4.h (INIT_SECTION_ASM_OP): Add #progbits.
+       * Makefile.in: Remove uses of + before $(MAKE).
 
-       * vax.h (DYNAMIC_CHAIN_ADDRESS): New macro.
+2001-01-26  Richard Henderson  <rth@redhat.com>
 
-       * c++: Propagate quoted args properly.
+       * stmt.c (cost_table): Remove.
+       (COST_TABLE, cost_table_initialized): New.
+       (estimate_case_costs): Use the later instead of the former.
+       (balance_case_nodes): Likewise.
 
-Tue Feb 11 16:35:01 1992  Jim Wilson  (wilson at cygnus.com)
+2001-01-26  Richard Henderson  <rth@redhat.com>
 
-       * fixincludes: Define TERM to `unknown', to ensure that it is
-       valid.  Otherwise, ex may fail.
-       * fixinc.svr4: Likewise.
+       * alias.c (objects_must_conflict_p): Read-only slots may not
+       conflict despite having the same type.
 
-Tue Feb 11 18:04:32 1992  Michael Meissner  (meissner at osf.org)
+2001-01-27  Michael Hayes  <mhayes@redhat.com>
 
-       * decrose.h (CPP_SPEC): Define the macros LANGUAGE_OBJECTIVE_C and
-       LANGUAGE_C_PLUS_PLUS if we are compiling Objective C or C++.
-       Silicon Graphics in particular uses LANGUAGE_C_PLUS_PLUS.
-       * decstatn.h (CPP_SPEC): Likewise.
-       * iris.h (CPP_SPEC): Likewise.
-       * mips-bsd.h (CPP_SPEC): Likewise.
-       * mips-news.h (CPP_SPEC): Likewise.
-       * mips-sysv.h (CPP_SPEC): Likewise.
+       * loop.c (loop_giv_reduce_benefit): Copy mode size into
+       int variable.
+       (check_ext_dependant_givs): Initialize u_start_val and
+       u_end_val.
+       (load_mems): Make last_max_reg unsigned.
+       (try_swap_copy_prop): Use INSN_P and initialize set.
 
-       * decstatn.h (CPP_PREDEFINES): Eliminate __<name> versions, since
-       gcc will do these automatically.  Eliminate LANGUAGE_C, since it is
-       handled in CPP_SPEC.
+Fri Jan 26 23:22:58 2001  Denis Chertykov  <denisc@overta.ru>
 
-Tue Feb 11 15:38:27 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * README.AVR : Removed.
 
-       * flow.c (find_basic_blocks): Don't delete labels used in non-jumps.
+Fri Jan 26 11:37:26 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * vms.h (DO_GLOBAL_CTORS_BODY): Modify the return address
-       only the first time __main is called.
+       * pa-64.h (text_section): Remove declaration.
 
-       * fixinc.svr4: Change headers to test __STRICT_ANSI__ instead of
-       testing __STDC__ != 0.
+       * pa.md (return_internal): Remove mode on PIC register use.
 
-       * fixinc.svr4 (mman.h): Fix backward __STDC__ conditional.
-       Don't add declarations of munmap and mprotect.
+2001-01-25  lars brinkhoff  <lars@nocrew.org>
 
-       * varasm.c (output_constant): Allow empty constructor for any type.
+       * tm.texi (DATA_ALIGNMENT, LOCAL_ALIGNMENT, ASM_OPEN_PAREN,
+       ASM_CLOSE_PAREN): fix typos.
 
-       * dwarfout.c (ASM_OUTPUT_DWARF_DATA8): Just one definition;
-       test WORDS_BIG_ENDIAN "at run time".
+2001-01-25  Mark Mitchell  <mark@codesourcery.com>
 
-Tue Feb 11 09:00:01 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * acconfig.h: Define `const' to the empty string if neither
+       __STDC__ nor __cplusplus is defined.
+       * config.in: Regenerated.
 
-       * reload.c (find_reloads): Don't substitute in MATCH_DUPs if we
-       are not generating replacements.
+2001-01-25  David Edelsohn  <edelsohn@gnu.org>
 
-Tue Feb 11 08:45:14 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * config.gcc (rs6000-ibm-aix[5-9]*): Change to aix51.h.
+       * collect2.c (main): Delete importf.  Add ".obj" file extension.
+       (GCC_CHECK_HDR): Handle AIX V5 new magic number.
+       (aix_std_libs): Add additional AIX libraries to skip.
+       * config/rs6000/aix.h (MY_ISCOFF): Add AIX V5 new magic number.
+       * config/rs6000/aix51.h: New file.
 
-       * m88kv4.h ({CTORS,DTORS}_SECTION_ASM_OP): Fix typo.
+2001-01-25  Michael Hayes  <mhayes@redhat.com>
 
-Mon Feb 10 22:34:47 1992  Chris Smith  (csmith at convex.com)
+       * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New.
+       (loop_insn_emit_before): No longer static.
+       (move_movables): Replace emit_insn_after with loop_insn_emit_after.
+       (loop_givs_rescan, load_mems): Likewise.
+       (check_dbra_loop): Replace emit_insn_before with loop_insn_emit_before.
+       (maybe_eliminate_biv_1):
+       (move_movables): Replace emit_call_insn_before with
+       loop_call_insn_hoist.
+       * loop.h (loop_insn_emit_before): Add.
+       * unroll.c (copy_loop_body): Replace emit_insn_before with
+       loop_insn_emit_before.
 
-       * convex.h(HARD_REGNO_NREGS): define correctly for 64-bit regs
+2001-01-25  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Mon Feb 10 21:50:23 1992  Michael Meissner  (meissner at osf.org)
+       * diagnostic.c (fatal): Request preprocessed source.
 
-       * mips.h (MIPS_VERSION): Change Meissner version # to 11.
-       (CPP_SPEC): Define the macros LANGUAGE_OBJECTIVE_C and
-       LANGUAGE_C_PLUS_PLUS if we are compiling Objective C or C++.
-       Silicon Graphics in particular uses LANGUAGE_C_PLUS_PLUS.
-       (FP_DBX_FIRST): Change the test so that stabs in ECOFF uses the
-       value 38, in addition to stabs in GAS.
+Thu Jan 25 02:01:16 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * mips.md (all function units): Make the function units simpler, and
-       not depend on the cpu type, to work around a memory hungry
-       genattrtab, which attempts to grow the data segment to than 32
-       megabytes.
+       * c-decl.c (duplicate_decls): If different_binding_level is nonzero,
+       olddecl has argument types and newdecl has none, use the argument
+       types from olddecl.
 
-Mon Feb 10 16:34:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-24  Ulrich Drepper  <drepper@redhat.com>
 
-       * convex.h (REAL_VALUE_TRUNCATE): Obsolete definition deleted.
+       * dwarf2out.c (prefix_of): New function.  Determine longest common
+       prefix of the two arguments.  The units are whole path components.
+       (output_file_names): When adding a new directory find the one entry
+       with the longest common prefix already in the list.  Artificially
+       generate entry if there is none for this prefix.
+       Fix test to check whether the zeroth directory entry is used.
 
-       * config.sub (convex-*): These are BSD, not sysv.
+Wed Jan 24 23:51:55 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * dbxout.c (have_used_extensions): New var.
-       (dbxout_type, dbxout_type_fields, dbxout_symbol):
-       Set have_used_extensions when use an extension.
-       (dbxout_symbol): Don't use `Tt' extension unless extensions
-       have been used.
+       * reload1.c (reload_reg_free_for_value_p): New parameter start_regno.
+       Changed all callers.  Take it into account when deciding if a
+       previously loaded value matches.
 
-Mon Feb 10 12:28:59 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-24  Richard Henderson  <rth@redhat.com>
 
-       * xm-a29k-ult.h: Fix typo in placement of copyright notice.
+       * reload.c (find_reloads_subreg_address): Fail the substitution
+       if the resulting address is insufficiently aligned.
 
-Mon Feb 10 05:36:45 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-24  DJ Delorie  <dj@redhat.com>
 
-       * dbxout.c (dbxout_type): Don't use GDB extensions if they are empty.
+       * combine.c (combine_simplify_rtx): If the modes are all VOIDmode,
+       check the original operand's mode also.
+       * simplify-rtx.c (simplify_ternary_operation): Ditto.
 
-Mon Feb 10 00:10:20 1992  Michael Tiemann  (tiemann at cygnus.com)
+2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cp-class.c (finish_struct): Use DECL_CHAIN, not TREE_CHAIN to walk
-       through the list of methods identified by a visibility declaration.
+       * c-parse.in (cast_expr): Move compound literals from here ...
+       (primary): ... to here.  Use standard terminology "compound
+       literal" instead of "constructor expression".
 
-       * cp-cvt.c (convert_pointer_to): No longer need to abort if BINFO is
-       not a TREE_VEC or AGGR_TYPE node.
+2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cp-parse.y (stmt): Improve error handling for try/except.
+       * gcc.1, cpp.1: Regenerate.
 
-       * cp-class.c (add_method): If we create RTL for a copy of METHOD,
-       copy the RTL to METHOD's DECL_RTL slot.
+2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cp-method.c (dump_type): Print `const' and/or `volatile' for
-       VOID_TYPE and REAL_TYPEs, too.
+       * calls.c (emit_library_call_value_1): Memory slot for
+       pass-by-reference argument should have the mode of the argument,
+       not of the pointer to it.
 
-Sun Feb  9 21:07:45 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-24  Tom Tromey  <tromey@redhat.com>
 
-       * varasm.c (assemble_integer): Pass third arg in recursive calls.
-       Act appropriately if word-by-word loop doesn't finish.
+       * gcc.texi (G++ and GCC): Mention gcj manual.
+       (Standards): Link to section of manual mentioning gcj/Java
+       compatibility.
 
-       * Makefile.in (bootstrap*): Don't override value of ALLOCA.
+2001-01-24  Jakub Jelinek  <jakub@redhat.com>
 
-       * dbxout.c (dbxout_symbol, dbxout_parms): Do leaf function remap
-       only if LEAF_REG_REMAP and only in leaf functions.
+       * cppfiles.c (_cpp_read_file): Add to dependencies if requested.
+       * cppinit.c (cpp_start_read): Remove deps_add_dep call.
+       * tradcpp.c (main): Add -imacros or -include'd dependencies
+       for -M*.
+       * cpp.texi (-M, -MM): Document -M -include behavior.
 
-Sun Feb  9 16:46:27 1992  Michael Tiemann  (tiemann at cygnus.com)
+2001-01-24  Roger Collins <roger@ProProject.com>
 
-       * cp-init.c (maybe_adjust_addr_for_delete): Build final COND_EXPR
-       with TREE_TYPE (addr).
+       * config/i386/xm-i386.h: Make __i386__ a boolean macro.
 
-Sun Feb  9 14:20:49 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-24  Will Cohen  <wcohen@redhat.com>
 
-       * rs6000.h (rs6000_{bss,private_data,read_only}_section_name):
-       Add declarations.
-       (rs6000_text_section_asm_op): Deleted.
-       (ASM_FILE_START): Initialize section names and enter bss section once.
-       (EXTRA_SECTIONS): Add `private_data' and `bss';
-       delete `global_variable'..
-       (read_only_data_section): Don't form name here.
-       (global_variable_section): Deleted.
-       (private_data_section, bss_section): New functions.
-       (ASM_DECLARE_FUNCTION_NAME): Don't write function name with [PR].
-       (ASM_OUTPUT_POLL_PROLOGUE): No longer needed.
-       (SELECT_{RTX_,}SECTION): Just calls data_section or
-       private_data_section.
-       (ASM_OUTPUT_LOCAL): Put in bss section.
-       (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Now a constant.
-       * rs6000.c (rs6000_text_section_asm_op): Deleted.
-       (rs6000_{bss,private_data,read_only}_section_name): Add definitions.
-       (rs6000_gen_section_name): New function.
+       * config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
+       whether registers are 32 bits or 64 bits in size.
 
-Sun Feb  9 08:29:21 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-01-24  Ben Elliston  <bje@redhat.com>
 
-       * i386.h (REGNO_REG_CLASS): Use a lookup table: AIX can't handle
-       complex tertiary expressions.
-       (GO_IF_LEGITIMATE_ADDRESS): Simplify slightly for the AIX
-       compiler.
+       * config/m32r/m32r.h (PREDICATE_CODES): Remove m32r_not_same_reg.
 
-       * i386.c (regclass_map): New variable.  Lookup array for
-       REGNO_REG_CLASS.
+2001-01-24  Richard Henderson  <rth@redhat.com>
 
-Sat Feb  8 01:20:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/alpha/alpha.md (builtin_longjmp_internal): New.
+       (builtin_longjmp): Use it instead of emit_indirect_jump.
 
-       * cp-parse.y (yyprint): Test __GNUC__, not __GNU__.
-       Use __inline, like everywhere else.
+2001-01-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * a29k.h, romp.h (OVERRIDE_OPTIONS): Deleted.
-       (OPTIMIZATION_OPTIONS): Defined, instead.
-       * rs6000.h (OPTIMIZATION_OPTIONS): New macro.
-       (OVERRIDE_OPTIONS): Don't change optimization.
+       * bb-reorder.c (make_reorder_chain_1): Handle case where
+       jump edge goes to the same block as the fallthru edge.
 
-       * final.c (leaf_renumber_regs_insn): No longer static.
-       * dbxout.c (dbxout_symbol, dbxout_parms): Call that.
+2001-01-23  Jim Wilson  <wilson@redhat.com>
 
-       * c-decl.c (lookup_name): Do nothing special if type is error mark.
-       (grokdeclarator): Ignore putative type name whose type is error mark.
-       * c-parse.y (primary): If var type is error mark, return error mark.
+       * dwarf2out.c (dwarf2out_line): Make last_file_num be unsigned.
+       * frame.h (__ia64_personality_v1): Add prototype.
+       * libgcc2.c (ia64_throw_helper): Change personality declaration to
+       prototype form.  Add void * cast to first argument to personality
+       call.
+       * real.c (e113toe): Surround with INTEL_EXTENDED_IEEE_FORMAT ifdefs.
+       (asctoe113): Likewise.
+       * config/ia64/frame-ia64.c: Include eh-common.h.
+       * config/ia64/ia64-protos.h (sdata_section, sbbs_section): Add
+       prototypes.
+       * config/ia64/ia64.c (emit_insn_group_barriers): Add ATTRIBUTE_UNUSED
+       to dump parameter.
+       (itanium_split_issue): Add prototype.
+       (gen_nop_type): Ifdef out.
+       (find_best_packet): Initialize best_packet.
+       (ia64_encode_section_info): New local string.  Use for ggc_alloc_string
+       result.
+       * config/ia64/ia64.h (ASM_OUTPUT_LONG_DOUBLE): Use 0L not 0.
+       * config/ia64/ia64.md (bsp_value): Add explicit stop bit at start.
+       (flushrs): Add explicit stop bit at end.
+       * config/ia64/lib1funcs.asm (__ia64_restore_stack_nonlocal): Change
+       trailing \ to >.
 
-       * c-typeck.c (build_array_ref): Return early if arg is error mark.
+2001-01-23  Chris Demetriou  <cgd@broadcom.com>
 
-       * Makefile.in (test-protoize): Rule deleted.
+       * libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list
+       of EH symbols.
+       * libgcc2.c (__terminate_func): Make variable static.
+       (__terminate_set_func): New function to set __terminate_func.
+       * libgcc2.h (__terminate_func_ptr): New typedef.
+       (__terminate_set_func): New function.
 
-       * stmt.c (emit_case_nodes): Handle just-left-subtree case
-       like just-right-subtree--delete mysterious code that tests cost_table.
+2001-01-23  Richard Henderson  <rth@redhat.com>
 
-       * varasm.c (decode_reg_name): Accept decimal number as reg name.
+       * flow.c (init_propagate_block_info): Don't consider unchanging
+       memories for dead frame store elimination.
 
-       * c-decl.c (finish_decl): If pop_obstacks goes to perm obstack,
-       call permanent_allocation.
+2001-01-23  Richard Henderson  <rth@redhat.com>
 
-       * gcc.c (link_command_spec): Use -lgcc, not libgcc.a.
+       * varasm.c (UNIQUE_SECTION): Move default implementation ...
+       * defaults.h: ... here.
 
-Fri Feb  7 16:56:17 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+2001-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
-       * rs6000.h (DOLLARS_IN_IDENTIFIERS): Define to zero, because the
-       assembler does not accept dollar signs.
+       * c4x.h (TARGET_LOAD_DIRECT_MEMS): Define.
 
-Fri Feb  7 15:36:40 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-23  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * Makefile.in (mostlyclean): Fix name of tmp-proto.1.
+       * c-lex.c (lex_charconst): Fix typo: s/p/str.
 
-       * configure: Delete excess space in assignment to srcdir.
+2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * cp-decl2.c (DOLLARS_IN_IDENTIFIERS): Default now 1, as in C.
+       * rs6000.h (rs6000_return_addr): Move prototype from here...
+       * rs6000-protos.h (rs6000_return_addr): ...to here.
+       (rs6000_init_expanders): Delete prototype.
 
-       * i386gas.h (ASM_OUTPUT_LOOP_ALIGN): New macro.
-       (ASM_OUTPUT_ALIGN_CODE): Use 16-byte boundary on 486.
+2001-01-23  Nick Clifton  <nickc@redhat.com>
 
-       * m68k.h (TRANSFER_FROM_TRAMPOLINE): Use operands for the memrefs
-       to avoid dependence on assembler syntax.
+       * invoke.texi: Replace , with \, inside @gccoptlist macros.
+       (Spec Files): Document %B and %j and %. and %v3 and %M and
+       %{S*&T} spec switches.
 
-Fri Feb  7 10:26:32 1992  Michael Meissner  (meissner at osf.org)
+2001-01-24  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-       * Makefile.in (EXTRA_OBJS): New variable for extra object files
-       needed when linking cc1, cc1plus, and cc1objc.
+       * c4x.c (c4x_r11_set_p): Calculate rtx code correctly.
 
-Fri Feb  7 07:34:03 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-23  Chris Demetriou  <cgd@sibyte.com>
+           Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * reload1.c (set_label_offsets, reload_as_needed): Recompute
-       num_not_at_initial_offset when we pick up offsets from offsets_at.
+       * cpperror.c: Merge handlers of PEDWARN and WARNING.
+       Have -Werror make pedantic warnings errors, like the
+       rest of GCC.
 
-       * unroll.c (unroll_loop): Copy initial and final values to avoid
-       sharing.
-       
-       * cse.c (simplify_relational_operation): Complete last change by
-       correctly handling <= and >=.
+2001-01-23  Phil Edwards  <pme@sources.redhat.com>
 
-Thu Feb  6 23:57:02 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * c-tree.texi (IDENTIFIER_LENGTH):  Fix typo.
 
-       * cp-decl.c (grokdeclarator): Invert sense of warning about
-       initialized extern vars, since in C++, const has funny semantics.
+2001-01-23  Jakub Jelinek  <jakub@redhat.com>
 
-Thu Feb  6 15:12:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * integrate.h (struct inline_remap): Add compare_src, compare_mode.
+       * integrate.c (expand_inline_function): Initialize them.
+       (subst_constants): If changing COMPARE so that both its arguments
+       will be VOIDmode and the comparison mode will be lost, note
+       compare_mode.  Use the recorded compare_mode to optimize
+       IF_THEN_ELSE.
 
-       * cse.c (simplify_relational_operation): Test properly for floating
-       equality; don't deduce this from < and >.
+2001-01-23  Jason Merrill  <jason@redhat.com>
 
-       * xm-mips.h (alloca): Don't define or declare if MIPS_OVERRIDE_ALLOCA.
-       * xm-irix4.h (MIPS_OVERRIDE_ALLOCA): Defined.
+       * dwarf2out.c (new_die): Use xcalloc.
+       (output_die): Abort rather than emit a local reference to offset 0.
 
-       * m68k.h (TRANSFER_FROM_TRAMPOLINE): Use explicit reg var
-       to avoid dependence on register name syntax.
+2001-01-17  Andrew Haley  <aph@redhat.com>
 
-       * mot3300.h (PUT_SDB_START_DIM, PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM):
-       New macros.
-       (PUT_SDB_DIM): Deleted.
-       (PRINT_OPERAND): Handle %$ and %&.
-       (ASM_OUTPUT_OPCODE): Handle f%$move and f%&move.
-
-       * gstdarg.h: If not __GNUC__, use system's stdarg.h.
-
-Thu Feb  6 22:36:36 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
-
-       * vms.h (DEFAULT_GDB_EXTENSIONS): Define as 0.
-
-Thu Feb  6 13:32:37 1992  Michael Meissner  (meissner at osf.org)
-
-       * mips.h (MIPS_VERSION): Set Meissner version # to 10.
-       (flag_half_pic, mips_branch_likely): New global variables.
-       (call_memory_operand): New function declaration.
-       (half_pic_encode_section_info): Likewise.
-       (mips_constant_address_p): Likewise.
-       (mips_debugger_offset): Likewise.
-       (CC1_SPEC): Make OSF/1 -pic-xxx switches to -mhalf-pic, which is
-       currently undergoing development.
-       (DEBUGGER_AUTO_OFFSET): Emit correct information if frame pointer is
-       omitted.
-       (DEBUGGER_ARG_OFFSET): Likewise.
-       (TARGET_SWITCHES): Add -mabicalls and -mhalf-pic switches.
-       (PIC_OFFSET_TABLE_REGNUM): Define as the GP register ($28).
-       (EXTRA_CONSTRAINT): Add 'S' constraint for half-pic references.
-       (CONSTANT_ADDRESS_P): Call mips_constant_address_p.
-       (ENCODE_SECTION_INFO): Reorder test to test optimize first, and to
-       call half_pic_encode_section_info if half pic.
-       (PREDICATE_CODES): Add call_memory_operand.
-
-       * mips.c (flag_half_pic): New global variable to indicate to produce
-       half-pic output for OSF/rose.
-       (mips_branch_likely): New global variable to indicate the branch
-       should use the branch likely form of the instruction.
-       (mips_sw_reg_names): Use $fp instead of fp, since regdef.h no longer
-       defines fp.
-       (call_memory_operand): New function to return TRUE if the argument
-       is a valid MEM for a call instruction.
-       (mips_move_1word): Emit comment in la of half-pic addresses as a
-       temporary flag to put the right code down.
-       (mips_constant_address): New function to determine if something is a
-       constant address or not.  Add stub code for -mhalf-pic.
-       (override_options): Set flag_half_pic if -mhalf-pic.
-       (override_options): Mark %? as valid for print_operand.
-       (mips_debugger_offset): New function to correct the offset for
-       variables and arguments if the frame pointer has been omitted.
-       (print_operand): %? now emits a 'l' if mips_branch_likeley is set.
-       (mips_asm_file_start, function_prologue): If -mabicalls, emit the
-       pseudo ops that the Pyramid System V.4 port seems to want.
-       (compute_frame_size): Reserve space for saving GP if -mabicalls.
-       (half_pic_encode_section_info): Stub function for encoding whether
-       or not to generate a half pic reference.
+       * libgcc2.c (get_reg_addr): Don't abort if we haven't got a copy
+       of a saved register; return NULL instead.
+       (copy_reg): Take a pointer to a source register rather than a
+       frame_state.
+       (next_stack_level): Remember the address in the stack frame of all
+       saved registers.
+       Use the saved register pointer array as the source of the CFA.
+       (throw_helper): Rewrite.  Unwind once rather than twice and keep
+       track of saved registers as we go.
 
-       * mips.md (type attribute): Add pic attribute.
-       (cpu attribute): New attribute to get the CPU type.
-       (branch_likely attribute): New attribute to say whether or not we
-       can use branch likely instructions.
-       (define_delay): Note that we can annull false branches if -mips2.
-       (memory function unit): Add pic in addition to load.
-       (various function units): Use the cpu attribute.
-       (branch patterns): Support branch likely instructions if -mips2.
-       (call, call_internal): Use call_memory_operand instead of
-       memory_operand.  If -mhalf-pic put function address in a register.
-       (call_value, call_value_internal): Likewise.
+2001-01-23  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-       * decrose.h (INIT_SECTION_ASM_OP): Define as .init.
+       * c4x-protos.h (c4x_legitimize_reload_address): Remove.
+       * c4x.c (c4x_legitimize_reload_address): Remove.
+       * c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Rewrite to generate correct
+       reload address for ldp(k) insn.
 
-Thu Feb  6 10:07:17 1992  Tom Wood  (wood at dg-rtp.dg.com)
+Mon Jan 22 20:53:47 2001  Jeffrey A Law  (law@cygnus.com)
 
-       * m88k.c (preserve_registers): Change to walk the epilogue delay
-       insns in the forward rather than reverse order (for reorg.c change).
+       * pa.md (return_internal): Add a USE of the PIC register to ensure
+       it is restored after each call.
+       (return expander): Corresponding changes.
 
-Thu Feb  6 02:54:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * cse.c (simplify_binary_operation, case PLUS): Don't make
-       a (const (plus X Y)) with X a CONST_INT.
+       * rs6000.h (INIT_EXPANDERS): Delete.
+       (RETURN_ADDR_RTX): Call rs6000_return_addr().
+       * rs6000.c (rs6000_override_options): Call *_machine_status from
+       here...
+       (rs6000_init_expanders): ...instead of here. Delete.
+       (rs6000_mark_machine_status): New function.
+       (rs6000_init_machine_status): Use xcalloc.
+       (rs6000_return_addr): Generate RTX for the return address.
+       (rs6000_ra_ever_killed): New, check if LR was ever destroyed.
+       (rs6000_stack_info): Use it.
 
-       * fixincludes: Simplify egrep command.
+2001-01-22  Thomas Pfaff  <tpfaff@gmx.net>
 
-Thu Feb  6 01:11:28 1992  Mark Eichin  (eichin at cygnus.com)
+       * gthr-win32.h: Include errno.h to get a declaration for
+       EINVAL and _mingw.h if the target is mingw32.
 
-       * cp-lex.c (process_next_inline): if we get a "parse error at end of
-       saved function text", set yychar to something that
-       restore_pending_input will digest (if it thinks input is still
-       pending, it will abort, but we've already reported the problem to
-       the user.)
+2001-01-22  Andres Felipe Vargas <avargas@teletulua.com.co>
 
-Wed Feb  5 18:42:56 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cpp.texi: Correct typos.
 
-       * reorg.c (fill_simple_delay_slots): When filling delay slots by
-       searching backward, put each new insn we find at the head of the
-       delay list instead of at the tail.
+Mon Jan 22 13:59:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * cse.c (fold_rtx): When associating operations, avoid infinite
-       recursion if the new expression contains our operand.
+       * explow.c (probe_stack_range): Ensure value passed to
+       stack_check_libfunc is ptr_mode, not Pmode.
 
-Wed Feb  5 21:18:06 1992  Mark Eichin  (eichin at cygnus.com)
+Mon Jan 22 16:53:06 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * cp-decl.c (globalize_nested_type): If the type isn't found at all,
-       this is an anonymous forward reference, so permit it.
-       Abort if type is already globally defined.
+       * recog.c (validate_replace_rtx_1): In ZERO_EXTEND / SIGN_EXTEND
+       case, don't use operand_subword to calculate a SUBREG that is
+       wider than a word.
 
-Wed Feb  5 18:01:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * rtl.texi: Comparisons yield 0 or STORE_FLAG_VALUE.
 
-       * varasm.c, hp800.h, i386.h, m88k.h, mips.h, romp.h, vms.h:
-       (ENCODE_SECTION_INFO): Renamed from ENCODE_SEGMENT_INFO.
+2001-01-22 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-       * sparc.md (nonlocal_goto): Copy static chain into
-       virtual_stack_vars_rtx, not frame pointer itself.
-       (nonlocal goto return recognizer): Jump to %o0+0.
+       * c4x.c (c4x_valid_rptb_p, c4x_label_ref_used_p): New functions.
+       (c4x_rptb_insert): Call c4x_valid_rptb_p to check if repeat block is
+       valid.  If not replace it by equivalent insns.
 
-       * toplev.c (main): Fix test for -Wid-clash.
+2001-01-22 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
-Wed Feb  5 16:58:15 1992  Ron Guilmette  (rfg at ncd.com)
+       * c4x.c (c4x_check_legit_addr): Only check CONST.  Not if CONST
+       contains SYMBOL_REF, LABEL_REF and CONST_INT.
+       (c4x_U_constraint, symbolic_address_operand): Likewise.
+       (c4x_immed_float_constant): Do not check if CONST_DOUBLE is in
+       memory.
+       (c4x_r11_set_p, c4x_check_laj_p): New functions.
+       * c4x-protos.h (c4x_check_laj_p): Add prototype.
+       * c4x.md (in_annul_slot_3): Do not allow auto-increment in last
+       anulling slot because of silicon bug.
+       (laj, lajv): Call c4x_check_laj_p to check for silicon bug.
 
-       * dwarfout.c (dwarfout_init):  Add two words containing the starting
-       and ending address of the .text section for this compilation unit to
-       the special initial entry in the .debug_srcinfo section.
+2001-01-22  Alan Modra <alan@linuxcare.com.au>
 
-Tue Feb  4 14:51:16 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * cppexp.c (parse_charconst):  Change `mask' type to agree
+       with parse_escape.
 
-       * dbxout.c (dbxout_symbol): Handle DBX_OUTPUT_CONSTANT_SYMBOL.
-       (dbxout_block): Handle DBX_OUTPUT_CATCH.
+2001-01-21  Richard Henderson  <rth@redhat.com>
 
-       * cccp.c (lookup_import, add_import, do_include):
-       Use bcmp and bcopy to access st_ino and ->inode fields.
+       * config/i386/i386.c (ix86_asm_file_end): Disable putting
+       pic_label_name in a linkonce section.
 
-       * dbxout.c (dbxout_init): Pass syms to DBX_OUTPUT_STANDARD_TYPES.
+2001-01-17  Philipp Thomas  <pthomas@suse.de>
 
-       * fold-const.c (operand_equal_p): Check that modes match.
-       (comparison_equiv_p): New function.
-       (fold): Use that when converting ?: to min_expr or max_expr.
+       * aclocal.m4 (AM_WITH_NLS): Add -lintl to LIBS if gettext was
+       found in libintl.
+       * configure: Regenerate.
 
-       * c-common.c (c_expand_expr_stmt): Test for ERROR_MARK as type.
+Sun Jan 21 02:38:56 2001  J"orn Rennecke <amylaar@redhat.com>
 
-Tue Feb  4 12:03:26 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * expmed.c (synth_mult, expand_mult_highpart, expand_divmod): Guard
+       uses of shift_cost, shiftadd_cost and shiftsub_cost with bound checks.
 
-       * stmt.c (expand_end_case): Don't crash if function called
-       is not an ADDR_EXPR.
+Sun Jan 21 09:44:17 2001  Denis Chertykov  <denisc@overta.ru>
 
-Tue Feb  4 14:17:22 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/avr/avr.c (ret_cond_branch): New argument (reverse) added.
+       If REVERSE nonzero then condition code in X must be reversed.
+       (encode_section_info): Optimize if/else.
+       (avr_function_value): Fix formatting.
 
-       * expr.h ({float[sd]i[sd]f,fix[sd]f[sd]i,fixuns[sd]f[sd]i}_libfunc):
-       New declarations.
-       * optabs.c: Define them.
-       (expand_float, expand_fix): Use them instead of making a new
-       SYMBOL_REF each call.
-       (init_optabs): Initialize them.
+       * config/avr/avr.md (branch): Call to ret_cond_branch changed.
+       (difficult_branch): Likewise.
+       (rvbranch): Likewise.
+       (difficult_rvbranch): Likewise.
 
-Tue Feb  4 00:27:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/avr/avr-protos.h (ret_cond_branch): Prototype changed.
 
-       * Makefile.in (protoize.1, unprotoize.1): Rename temp files < 14 chrs.
+       * config/avr/libgcc.S: Fix comment.
 
-       * cccp.c (skip_if_group): Make unknown cmd name a pedantic warning.
+2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
-Mon Feb  3 18:10:41 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * sdbout.c (PUT_SDB_DEF): Fix after last bogus change.
 
-       * romp.h (LEGITIMATE_CONSTANT_P, ENCODE_SEGMENT_INFO): Use
-       SYMBOL_REF_FLAG.
+2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
-       * x-romp-mach: New file.
-       * configure (romp-*-mach*): New alternative.
+       * cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
 
-Mon Feb  3 16:43:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
-       * cp-typeck.c (warn_for_assignment): Print arg num in origin 1.
+       * aclocal.m4 (gcc_AC_FUNC_STRSTR): New macro.
+       * configure.in (gcc_AC_FUNC_STRSTR): Add invokation.
+       * configure, config.in: Regenerate.
+       * Makefile.in (STRSTR, HOST_STRSTR, USE_HOST_STRSTR): New variables.
+       (LIBDEPS, HOST_LIBDEPS, LIBS, HOST_LIBS): Add strstr handling.
+       (strstr.o, $(HOST_PREFIX_1)strstr.o): New rules.
+       (doprint.o): New rule.
 
-       * sparc.md (nonlocal_goto trap recognizer): Fix opcode spelling.
+2001-01-20  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * function.c (fix_lexical_addr): Properly search for correct display.
+       * c-typeck.c (digest_init): Handle boolean types as scalars.
 
-       * romp.h (OVERRIDE_OPTIONS): Don't set flag_omit_frame_pointer.
+Sat Jan 20 12:46:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Mon Feb  3 11:11:58 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * stmt.c (expand_return): Don't return anything if size is zero.
+       Delete redundant assignment to BYTES.
+       * expr.c (move_block_from_reg): Do nothing if NREGS is zero.
 
-       * gcc.c (@c++-cpp-output): Delete extraneous "}}}" at the end of the
-       rule.
+2001-01-20  Marek Michalkiewicz  <marekm@linux.org.pl>
 
-Mon Feb  3 11:38:19 1992  Ron Guilmette  (rfg at ncd.com)
+       * config/avr/avr.h (INIT_TARGET_OPTABS): Remove most of it, was
+       the same as the default library function names.
+       * config/avr/avr.md: Document special characters after '%'.
+       (mulqi3, mulhi3, mulsi3): Call libgcc.S functions ourselves,
+       knowing which of the call-used registers are really clobbered.
+       (divmodqi4, udivmodqi4, divmodhi4, udivmodhi4, divmodsi4, udivmodsi4):
+       New.  Both quotient and remainder from one libgcc.S call.
+       * config/avr/libgcc.S: Optimize mul/divmod for the new insns above,
+       clobber as few registers as possible.
+       * config/avr/t-avr (LIB1ASMFUNCS): Adjust for the above changes.
 
-       * dwarfout.c (dwarfout_init):  Generate an initial 2-word entry in the
-       .debug_srcinfo section containing the addresses of the starts of the
-       .line and .debug_sfnames sections.  Generate it after the initial entry
-       for the .line section.
+2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * dwarfout.c [DWARF_TIMESTAMPS]: Ensure time_t and time declared.
-       (dwarfout_init):  Make third word of initial .debug_srcinfo entry be
-       the compilation date/time if DWARF_TIMESTAMPS is defined, or else -1.
+       * cppmacro.c (funlike_invocation_p): Don't move back up to the
+       context of the top of the stack.
 
-       * dwarfout.c (dwarfout_init):  Output compilation directory name as
-       the first thing in the .debug_sfnames section.
+2001-01-20  Jakub Jelinek  <jakub@redhat.com>
 
-Mon Feb  3 04:12:51 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * function.c (fixup_var_refs): Move CALL_PLACEHOLDER handling...
+       (fixup_var_refs_insns): ...here.
 
-       * Makefile.in (install-dir): `parent' is a shell variable.
+2001-01-20  Zack Weinberg  <zack@wolery.stanford.edu>
 
-Mon Feb  3 09:43:51 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * function.c (fixup_var_refs_insns): Break up into
+       fixup_var_refs_insn [body of loop], fixup_var_refs_insns
+       [loop over entire insn list], and fixup_var_refs_insns_with_hash
+       [loop over hash table entries].
+       (fixup_var_refs): Adjust calls to fixup_var_refs_insns and/or
+       fixup_var_refs_insns_with_hash, to match above changes.
 
-       * m88k.h (EXTRA_SECTIONS): Use init and fini sections from svr3.h,
-       but only when using svr3.h.
+2001-01-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-Sun Feb  2 19:50:29 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * Makefile.in (ORDINARY_FLAGS_TO_PASS): Add MAKEOVERRIDES variable.
+       (libgcc.a): Likewise.
+       (stmp-multilib): Likewise.
+       (STAGE2_FLAGS_TO_PASS): Likewise.
 
-       * i386.h (ADDRESS_COST): New macro.
+2001-01-19  Alexandre Oliva  <aoliva@redhat.com>
 
-Sun Feb  2 17:08:47 1992  Michael Meissner  (meissner at osf.org)
+       * config/sh/sh.c (prepare_move_operands) [PIC]: Use operands[0] as
+       temporary if no_new_pseudos.
 
-       * mips.c (simple_memory_operand): Don't recognize references to
-       variables in .sdata or .sbss, which has the effect of not putting
-       stores into delay slots.  This fixes a bug and also doesn't temp the
-       MIPS linker from trying to put 4 instructions into the delay slot
-       when it rewrites the function as a PIC function.
+2001-01-19  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Sun Feb  2 16:58:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * cppinternals.texi: Update.
 
-       * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Do ON_EXIT last.
+2001-01-19  Richard Earnshaw  <rearnsha@arm.com>
 
-       * Makefile.in (install-dir):  Create the parent of mandir if nec.
+       * arm.c (arm_init_builtins): Re-enable builtins.
 
-       * real.h (REAL_VALUE_TRUNCATE): sizeof says what cast to float does.
+Fri Jan 19 13:02:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * dbxout.c (DBX_OUTPUT_MAIN_SOURCE_DIRECTORY): New parameter macro.
-       (DBX_OUTPUT_MAIN_SOURCE_FILENAME, DBX_OUTPUT_SOURCE_FILENAME):
-       (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
-       These are used in place of ASM_...
-       * newpbb.h (DBX_OUTPUT_MAIN_SOURCE_FILENAME): Macro renamed.
-       (DBX_OUTPUT_SOURCE_FILENAME): Likewise.
-       * next.h (DBX_OUTPUT_MAIN_SOURCE_DIRECTORY): Macro renamed.
-       (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
+       * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
+       * flow.c (mark_set_1, case PARALLEL): Don't require BLKmode, allow
+       element to be null, and always expect an EXPR_LIST.
+       * rtlanal.c (reg_overlap_mentioned_p, note_stores): Likewise.
+       * sched-deps.c (sched_analyze_1): Likewise.
+       * sched-rgn.c (check_live_1, update_live_1): Likewise.
 
-Sun Feb  2 12:51:54 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * regclass.c (max_set_parallel): New variable.
+       (reg_scan): Take it into account in computation of max_parallel.
+       (reg_scan_mark_refs, case SET): Compute it.
 
-       * cp-typeck.c (build_component_ref_1): Call `compute_visibility'
-       with a BASETYPE_PATH, not a TREE_LIST.
+       * alias.c (rtx_equal_for_memref_p, case ADDRESSOF): Don't assume
+       args are REG.
+       * expr.c (store_constructor): Don't look at MEM_ALIAS_SET unless MEM.
+       * function.c (assign_parms): Use INTVAL for a CONST_INT.
 
-       * cp-class.c (build_vtable_entry): Apologize if we cannot build a
-       proper vtable because of builtin liminations.
+2001-01-19  Jason Merrill  <jason@redhat.com>
 
-Sun Feb  2 07:30:08 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * dwarf2out.c (gen_subprogram_die): Don't reuse the in-class decl
+       for the abstract instance of an inline function.
 
-       * reload.c (combine_reloads): Don't combine two reloads with different
-       secondary reloads; copy secondary reload to combined reload.
+Fri Jan 19 14:31:35 2001  Alexandre Oliva  <aoliva@redhat.com>
+                         J"orn Rennecke <amylaar@redhat.com>
 
-       * cse.c (cse_main): PIC_OFFSET_TABLE_REGNUM is not clobbered by calls
-       if -fpic or -fPIC.
-       * reorg.c (mark_target_live_regs): Likewise.
-       * sched.c (attach_deaths): Likewise.
+       * reload1.c (move2add_note_store): Treat all registers directly or
+       indirectly derived from a base register as members of the same set
+       of values.
+       (reload_cse_move2add): Adjust accordingly.  Take mode and offset
+       of base register into account.
 
-       * flow.c (find_basic_blocks): Don't separate a CALL_INSN from
-       following CLOBBER insns.
+Fri Jan 19 09:18:42 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * function.c (use_variable, use_variable_after): Don't interpret
-       reference to internal arg pointer as variable-sized object.
-       (expand_function_start, expand_function_end): Add USE for virtual
-       arg pointer if stupid alloc and it is not the real arg pointer.
+       * alias.c (find_base_value): Recognize TRUNCATE.
+       (record_set): In PLUS case, invalidate if other summand is also a
+       base value.
 
-       * flow.c (insn_dead_p, mark_set_1, mark_used_regs): Don't treat
-       ARG_POINTER_REGNUM specially if it isn't fixed.
-       * sched.c (attach_deaths): Likewise.
-       * reorg.c (mark_target_live_regs): Likewise; also make set of regs
-       clobbered on call agree with cse and flow.
+Thu Jan 18 06:43:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * function.c (fix_lexical_addr): Rework to look for AP references
-       using internal_arg_pointer; make some related cleanups.
-       * expr.c (expand_expr, case VAR_DECL, SAVE_EXPR): Treat
-       inline_function_decl just like current_function_decl.
-       * stmt.c (expand_end_bindings): When restoring arg pointer, restore
-       into the virtual form so we will subtract the proper offset, since
-       the saved value includes the offset.
+       * flow.c (mark_set_1, case PARALLEL): New case; rework to allow
+       entry to be EXPR_LIST.
+       * rtlanal.c (reg_overlap_mentioned_p): Allow PARALLEL in SET to
+       be an EXPR_LIST (but not null, which other code doesn't allow).
+       (note_stores): Properly handle PARALLEL in SET.
+       Recursively call for top-level PARALLEL.
+       * sched-deps.c (sched_analyze_1): Handle EXPR_LIST in PARALLEL in SET.
+       * sched-rgn.c (check_live_1, update_live_1): Likewise.
 
-Sat Feb  1 14:41:34 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
+       * config.gcc (rs6000-ibm-aix*, rs6000-bull-bosx): Add rs6000/aix.h.
 
-       * cp-pt.c (end_template_decl): For method template, no longer call
-       popclass; it isn't needed any more.  If after processing template
-       we're not at the global binding level, throw away any other binding
-       levels, rather than aborting.  Also deleted some other unused code.
+2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Sat Feb  1 09:13:47 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
+       not pfile->skipping (== 0).
 
-       * xm-rs6000-mach.h, rs6000-mach.h: New files.
-       * configure (rs6000-*-mach): New option.
+2001-01-17  Nick Clifton  <nickc@redhat.com>
 
-Sat Feb  1 00:57:24 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * config/rs6000/rs6000.c: Add prototypes for {init|free}_
+       machine_status.
 
-       * i386.c: Include tree.h
-       (symbolic_operand): New predicate function.
-       (symbolic_reference_mentioned_p): New function.
-       (legitimize_pic_address,emit_pic_move): New functions.
-       (function_prologue): Delete unused variable nregs.
-       If the PIC reg is used, save the old contents and initialize with
-       a pointer to the GOT.
-       (simple_386_epilogue): Count the PIC reg if it is used.
-       (function_epilogue): Delete unused variable "insn".  Restore the
-       original contents of the PIC reg if it was used.
+2001-01-17  Jim Wilson  <wilson@redhat.com>
 
-       (output_pic_addr_const): New function to handle PIC symbol
-       reference suffixes.
-       (print_operand_address): Use that if flag_pic is true.
-       (print_operand): Likewise.  Don't print a prefix in front of any
-       constant if the 'P' code is used.
+       * invoke.texi (IA-64 options): Improve.
 
-       (output_387_binary_op): abort if the op is not one we handle.
+2001-01-17  Tom Tromey  <tromey@redhat.com>
 
-       (maximum_field_alignment): New variable.
-       (handle_pragma_token): New function.  Handle `weak' and `pack'.
+       * invoke.texi (Optimize Options): Use `{}' to around @samp
+       argument.
 
-       * i386.h (CONDITION_REGISTER_USAGE): New macro.  Mark PIC reg as
-       fixed and call used if flag_pic is true.
-       (PIC_OFFSET_TABLE_REGNUM): New macro.
-       (FUNCTION_PROFILER): Output PIC compatible code if flag_pic.
-       (INITIAL_ELIMINATION_OFFSET): Count the PIC reg if it is used.
+2001-01-17  Aldy Hernandez  <aldyh@redhat.com>
 
-       (GO_IF_LEGITIMATE_ADDRESS): If flag_pic is true, reject bare
-       label or symbol references, but allow constant pool references.
-       In all cases, don't bother to check for a constant as the first
-       operand of a PLUS.
-       (LEGITIMIZE_ADDRESS): Call legitimize_pic_address for symbolic
-       references if flag_pic is true.  In all cases, HImode regs are not
-       valid memory pointers.
-       (LEGITIMATE_PIC_OPERAND): New macro.
-       (SYMBOLIC_CONST): New macro.
-       (ENCODE_SEGMENT_INFO): New macro to notice static variables.
-       (CONST_COSTS): Symbolic constants cost more if flag_pic is true.
+       * invoke.texi (-fno-guess-branch-probability): New option.
 
-       * i386.md (movsi): Use define_expand.  Call emit_pic_move for
-       symbolic constants if flag_pic is true.
-       (divmodM4,udivmodM4): Change predicates so that only regs are
-       allowed in operands that can't be a mem.  Avoids reload
-       congestion.
-       (indirect_jump): Allow any reg or mem as operand, not just reg 0.
-       (casesi): New insn, only used if flag_pic is true.
-       (call,call_pop,call_value,call_value_pop): Use define_expand to
-       record if this function ever emits a call, which will implicitly
-       use the PIC address register.
+Wed Jan 17 13:26:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * svr4.h (SELECT_SECTION): Any item whose initial value involves
-       linker relocation must go in the data section if flag_pic is true.
+       * combine.c (try_combine): Don't set i3_subst_into_i2 for
+       case of making new double-word constant.
+       Revert last change: instead just test i3_subst_into_i2.
 
-       * i386v4.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output in PIC style.  If
-       flag_pic is false, ADDR_DIFF_VECs are not output and this is not
-       used.
-       (JUMP_TABLES_IN_TEXT_SECTION): New macro.
+2001-01-17  Jakub Jelinek  <jakub@redhat.com>
 
-       (WEAK_ASM_OP,DEF_ASM_OP): New macros.
-       (maximum_field_alignment): New variable.  Declare here.
-       (PCC_BITFIELD_TYPE_MATTERS): New macro.  Value depends on
-       maximum_field_alignment.
-       (BIGGEST_FIELD_ALIGNMENT): New macro.  Likewise.
-       (HANDLE_PRAGMA): New macro.
-       (ASM_OUTPUT_ALIGNED_LOCAL): New macro.
+       * config/i386/i386.md (cmpqi_minus_1): Use {b} for QImode operation.
+       Use q constraints instead of r.
 
-Sat Feb  1 00:15:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+Tue Jan 16 22:23:04 2001  Alan Modra (alan@linuxcare.com.au)
 
-       * flow.c (flow_analysis, find_basic_blocks):
-       If have nonlocal labels, calls end basic blocks.
-       Each call can jump to each nonlocal label.
-       Pass extra arg to find_basic_blocks.
-       * function.c (nonlocal_label_rtx_list): New function.
+       * config/pa/pa.h (PIC_OFFSET_TABLE_REGNUM_SAVED): Remove.
+       (machine_function): Define.
+       (PIC_OFFSET_TABLE_SAVE_RTX) : Define.
+       * config/pa/pa.c (pa_init_machine_status, pa_mark_machine_status,
+       pa_free_machine_status): New functions.
+       (override_options): Set {init,mark,free}_machine_status to above.
+       (hppa_expand_prologue): Use PIC_OFFSET_TABLE_SAVE_RTX instead of
+       PIC_OFFSET_TABLE_REGNUM_SAVED.
+       * config/pa/pa.md: Use PIC_OFFSET_TABLE_SAVE_RTX instead of
+       PIC_OFFSET_TABLE_REGNUM_SAVED throughout.
+       * config/pa/pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Remove
+       references to PIC_OFFSET_TABLE_REGNUM_SAVED.
+       * config/pa/pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
 
-       * dbxout.c (dbxout_init): Vars wd and wd_gotten moved to top level
-       and renamed to cwd and cwd_gotten.
+2001-01-15  DJ Delorie  <dj@redhat.com>
 
-       * c-decl.c (start_function): -Wmissing-prototypes warns if static
-       function was previously used without a prototype.
+       * Makefile.in (gcov.1): Protect against texi2pod/pod2man failing.
+       (cpp.1): Ditto.
+       (gcc.1): Ditto.
 
-       * loop.c (find_and_verify_loop): Initialize uid_loop_num[0].
-       (loop_optimize): Give up fast if no loops.
+Tue Jan 16 17:20:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * stmt.c (expand_end_bindings): Don't adjust fp in nonlocal goto hndlr
-       if there is a nonlocal_goto insn.
+       * flow.c (propagate_one_insn): Make trying to delete a prologue
+       or epilogue insn an ICE, not a warning.  Allow doing this if
+       the current function returns with stack pointer depressed.
 
-       * Makefile.in (cccp.o): Use just libdir in GPLUSPLUS_INCLUDE_DIR.
+       * combine.c (try_combine): If i3_subst_into_i2, properly check for
+       I3 having more than one SET.
 
-       * gcc.c (do_spec_1): Supply missing arg in some recursive calls.
+2001-01-16  Jim Wilson  <wilson@redhat.com>
 
-Fri Jan 31 21:50:03 1992  Jeffrey A. Law  (law at wombat.gnu.ai.mit.edu)
+       * invoke.texi: Document IA-64 options.
 
-       * m68k.h (OVERRIDE_OPTIONS): -fPIC is only supported on the 68020
-       and later cpus.  Give an error if -fPIC is tried on a 68000.
+       * config/ia64/ia64.c (ia64_print_operand_address): Delete 'B' support.
+       (fixup_errata): Delete TARGET_A_STEP use.
+       * config/ia64/ia64.h (MASK_A_STEP, TARGET_A_STEP): Delete.
+       (TARGET_SWITCHES): Delete -ma-step option.
+       * config/ia64/ia64.md (all FP patterns): Delete %B0.
+       (movqicc_astep, movqi_internal_astep, movhicc_astep,
+       movhi_internal_astep, movsicc_astep, movsi_internal_astep, movdi+1,
+       movdi_internal_astep, movsfcc_astep, movsf_internal_astep,
+       movdfcc_astep, movdf_internal_astep, movtfcc_astep,
+       movtf_internal_astep, cmovdi_internal_astep, cmovsi_internal_astep):
+       Delete.
+       (movqi_internal, movhi_internal, movsi_internal, movdi_internal,
+       movsf_internal, movdf_internal, movtf_internal, cmovdi_internal,
+       cmovsi_internal): Delete ! TARGET_A_STEP check.
 
-Fri Jan 31 21:39:33 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-       * flow.c (find_auto_inc): If emitting a move insn in front of the
-       first insn in a block, update basic_block_head.
+       * gcc.texi (Bug Lists): Do not mention newsgroups nor the
+       possibility to report bugs via postal mail. Change a URL and
+       merge in a nearly duplicate statement...
+       (Bug Reporting): ...from here.
+       (Service): Refer to the Bug Reporting section instead of
+       duplicating an URL.
+       (Contributing): Remove trivial explanations concerning snapshots.
 
-       * caller-save.c (init_caller_save): Correctly check for case where the
-       save or restore insns aren't recognized.
+2001-01-16  Alan Modra <alan@linuxcare.com.au>
 
-Fri Jan 31 21:02:35 1992  Mark Eichin  (eichin at cygnus.com)
+       * cppmain.c (general_init): Don't use ANSI prototype.
 
-       * cp-decl.c (pushtag): when calling pushdecl, if we're in a
-         class_binding_level just do a pushdecl_class_level. Otherwise
-         pushdecl gets called multiple times on class-nested enums, which
-         short circuits the name list in the global_binding_level.
+2001-01-16  Tom Tromey  <tromey@redhat.com>
 
-Fri Jan 31 00:14:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.
 
-       * stmt.c (expand_goto): Use nonlocal_goto pattern if it exists.
-       * sparc.md (nonlocal_goto): New pattern.
-       Also nameless pattern for the special trap insn.
+2001-01-16  Richard Henderson  <rth@redhat.com>
 
-       * gcc.c (S_ISDIR): Add default definition.
+       * config/i386/i386.h: Fix comment typo.
+       * config/i386/i386.md (shift+compare pattern names): s/cmpno/cmp/
+       (ashr+compare patterns): Match CCGOCmode not CCNOmode.
 
-       * function.c (expand_function_end):
-       Set up arg_pointer_save_area at start of function.
+2001-01-16  Phil Edwards  <pme@sources.redhat.com>
 
-       * c++: Accept -nostdlib, not -nostinc.
+       * gcc.c:  Revert previous -fsyntax-only-related change; move
+       to cp/g++spec.c.
 
-       * va-sparc.h: If GCC v1, define __extension__ as nothing.
-       * va-i860.h, va-pyr.h, va-spur.h: Likewise.
+2001-01-16  Jakub Jelinek  <jakub@redhat.com>
 
-       * cp-class.c (finish_struct): Fill in DECL_ALIGN of vtable field.
+       * config/i386/i386.c (fcmov_comparison_operator): Only initialize
+       inmode after checking GET_CODE (op).
 
-       * regclass.c (reg_class_record):
-       Don't follow indirect loops in constraints.
+2001-01-16  Richard Henderson  <rth@redhat.com>
 
-       * function.c, expr.h (current_function_internal_arg_pointer): New var.
-       * function.c (assign_parms): Set it.
-       (push_function_context, pop_function_context): Save and restore it.
-       * expr.c (expand_builtin): Use it.
-       * function.h (struct function): New slot to save it in.
+       * flow.c (struct propagate_block_info): Add mem_set_list_len.
+       (MAX_MEM_SET_LIST_LEN): New.
+       (propagate_one_insn): Update mem_set_list_len.
+       (invalidate_mems_from_autoinc): Likewise.
+       (invalidate_mems_from_set): Likewise.
+       (mark_used_regs): Likewise.
+       (init_propagate_block_info): Likewise.  Stop collecting memories
+       when we reach MAX_MEM_SET_LIST_LEN.
+       (mark_set_1): Likewise.
 
-       * cse.c (cse_main): Calls do clobber arg pointer if not fixed.
+2001-01-16  Richard Henderson  <rth@redhat.com>
 
-       * hp320.h (HAVE_ATEXIT): New definition.
+       * unroll.c (precondition_loop_p): Fail if no iteration
+       variable found.
 
-       * Makefile.in (ALL_CPPFLAGS): New variable.
-       Use in all compile steps instead of CPPFLAGS.
-       (X_CPPFLAGS, T_CPPFLAGS): New vars, used in ALL_CPPFLAGS.
-       * x-vax (X_CPPFLAGS): Use this instead of X_CFLAGS.
+2001-01-16  Phil Edwards  <pme@sources.redhat.com>
 
-       * stmt.c (expand_end_bindings): Fix typo.
+       * gcc.c:  When -fsyntax-only is given, do not complain about
+       unused libraries.
 
-Fri Jan 31 12:15:09 1992  Ron Guilmette  (rfg ay ncd.com)
+2001-01-15  Richard Henderson  <rth@redhat.com>
 
-       * dwarfout.c (LINE_LAST_ENTRY_LABEL): Definition added.
-       (dwarfout_finish):  Put a label on the last .line section entry.
-       (dwarfout_finish):  Make first word of final .debug_srcinfo record
-       contain the offset of the final .line section entry.
+       * config/i386/i386.c (asm_output_function_prefix): Remove.
+       (ix86_asm_file_end): New.
+       (load_pic_register): Generate pic_label_name into a
+       statically allocated buffer.
+       * config/i386/i386-protos.h: Update.
+       * config/i386/i386.h (ASM_OUTPUT_FUNCTION_PREFIX): Remove.
+       (ASM_FILE_END): New.
+       * config/i386/i386afe.h: New file.
+       * config.gcc (i?86-*-elf) [tm_file]: Use it.
+       (i?86-*-{freebsd,linux*,moss*}): Likewise.
+       * config/elfos.h (ASM_FILE_END): Undef before redefinition.
+       * config/i386/cygwin.h (ASM_FILE_END): Likewise.
+       * config/i386/osfrose.h (ASM_FILE_END): Invoke ix86_asm_file_end.
+       * config/i386/sco5.h (ASM_FILE_END): Likewise.
+       * config/i386/winnt.c (i386_pe_asm_file_end): Likewise.
 
-Fri Jan 31 10:31:44 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cp-tree.c (__eprintf): Make definition match assert.h
-       declaration.
+       * Makefile.in (install-man): Remove explicit dependency on
+       $(srcdir)/gcc.1.
 
-Thu Jan 30 23:17:11 1992  Per Bothner  (bothner at cygnus.com)
+       * configure.in, configure: Revert previous patch requiring perl
+       5.6.0.
 
-       * c++:  The flags -c, -S, or -E suppress passing -lg++
-       to gcc.  (Otherwise, gcc prints a warning.)
+2001-01-12  Aldy Hernandez  <aldyh@redhat.com>
 
-Thu Jan 30 21:10:02 1992  Ron Guilmette  (rfg at ncd.com)
+       * toplev.c (flag_guess_branch_prob): New.
+       (f_options): Add guess-branch-probability option.
+       (rest_of_decl_compilation): Only estimate branch probability if
+       flag set.
+       (main): set flag_guess_branch_prob.
 
-       * dwarfout.c (dwarfout_init):  Fix generation of initial .debug_aranges
-       entry to be Dwarf Version 1 compliant.
+       * flags.h (flag_guess_branch_prob): New.
 
-Thu Jan 30 15:51:27 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+2001-01-15  DJ Delorie  <dj@redhat.com>
 
-       * i386sun.h (LINK_SPEC): Delete useless %{-Bstatic} term.
-       * sun2o4.h (LINK_SPEC): Likewise.
-       * sun3.h (LINK_SPEC): Likewise.
-       * sparc.h (LINK_SPEC): Delete useless %{Bstatic} term.
+       * gcc.texi (Makefile): Add documentation for Makefile targets.
 
-       * cccp.c (default_include): Delete use of obsolete
-       NO_STANDARD_INCLUDE_DIR macro.
-       * protoize.c (default_include): Likewise.
+2001-01-15  Philip Blundell  <philb@gnu.org>
 
-       * Makefile.in (libgcc1.null): Delete dummy.o and dummy.c.
+       * config/arm/arm.c (arm_finalize_pic): New arg "prologue".
+       (is_pic): Delete.
+       * config/arm/arm-protos.h (arm_finalize_pic): Update prototype.
+       (is_pic): Delete declaration.
+       * config/arm/arm.h (FINALIZE_PIC): Update call to arm_finalize_pic.
+       (OUTPUT_INT_ADDR_CONST): Remove special handling of PIC address.
+       * config/arm/arm.md (builtin_setjmp_receiver): New.
 
-Thu Jan 30 15:34:06 1992  Michael Meissner  (meissner at osf.org)
+2001-01-15  Richard Earnshaw  <rearnsha@arm.com>
 
-       * gstdarg.h: Include va-mips.h on MIPS systems.
+       * arm.c (use_return_insn): Don't try to determine the function type
+       until after reload has completed.
+       (arm_output_epilogue): Don't adjust the sp value recovered from the
+       stack.
+       (emit_multi_reg_push): Don't record dwarf information for the pc.
+       * arm.md (eh_epilogue): The function type may have changed, so it
+       needs to be recalculated.
+       * arm/netbsd.h (DWARF2_UNWIND_INFO): Delete.  Can now use dwarf2
+       unwind tables on arm/netbsd.
 
-       * va-mips.h (va_start): Provide alternate definition when included
-       via stdarg.h.
-       (va_arg): Use __alignof(...) instead of sizeof(...) to determine
-       whether or not to dword align the argument pointer.
+2001-01-15  Richard Earnshaw  <rearnsha@arm.com>
 
-Thu Jan 30 13:06:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * arm.md (cbranchsi4): Correct calculation of branch ranges.
+       (negated_cbranchsi4): Likewise.
 
-       * Makefile.in (install-common): Get c++ and g++ from srcdir.
+2001-01-15  Richard Earnshaw  <rearnsha@arm.com>
 
-       * i860.h (FIXED_REGISTERS): Arg pointer is no longer fixed.
+       * config/arm/semi.h (SUBTARGET_EXTRA_SPECS): Define.
+       (SUBTARGET_EXTRA_ASM_SPEC): Define to empty string.
+       (ASM_SPEC): Call subtarget_extra_asm_spec.  Don't
+       pass -mapcs-* options to assembler.
+       * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Define.
+       (SUBTARGET_EXTRA_ASM_SPEC): Define to empty string.
+       (ASM_SPEC): Call subtarget_extra_asm_spec.
 
-       * assert.h (__eprintf): Add const to string args in GCC ANSI case.
+2001-01-15  Andreas Jaeger  <aj@suse.de>
 
-       * Makefile.in (cccp.o, protoize.o, unprotoize.o):
-       Define LOCAL_INCLUDE_DIR based on $(prefix).
+       * config/i386/i386.c (ix86_init_builtins): Make i size_t to remove
+       warnings.
+       (ix86_expand_builtin): Likewise.
 
-       * stmt.c (expand_end_bindings): Arg pointer needs no special
-       treatment if not fixed.
+       * gencodes.c (output_predicate_decls): Make i size_t to avoid
+       warning about comparison between signed and unsigned.
 
-       * cp-parse.y, c-lex.c (yyerror):
-       Avoid sign-extension of characters in error messages.
+2001-01-14  Geoffrey Keating  <geoffk@redhat.com>
 
-Thu Jan 30 11:39:56 1992  Ron Guilmette  (rfg at ncd.com)
+       * expr.c (do_jump): Treat VOIDmode CONST_DOUBLEs like CONST_INTs.
 
-       * dwarfout.c (dwarfout_finish):  Fix generation of .debug_pubnames
-       terminating entry to be 4-bytes of zero followed by a null string.
+2001-01-14  Ralf Baechle <ralf@gnu.org>
 
-Thu Jan 30 09:30:19 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change
+       SUBTARGET_CPP_SPEC appropriately.
 
-       * rs6000.c (ccr_bit): Fix typo causing reference to possibly
-       undefined operand.
+2001-01-12  Mark Mitchell  <mark@codesourcery.com>
 
-       * rs6000.h (ASM_SPEC): Remove until new AIX assembler is available.
-       (ASM_OUTPUT_POOL_PROLOGUE): Add missing "." in csect name.
-       (ENCODE_SEGMENT_INFO): Deleted.
-       (ASM_OUTPUT_EXTERNAL): Move code from ENCODE_SEGMENT_INFO here,
-       using permalloc instead of putting name into saveable_obstack.  
-       Re-enable macro.
-       (ASM_OUTPUT_EXTERNAL_LIBCALL): Re-enable.
+       * varasm.c (make_decl_rtl): Fix typo in last change.
 
-Wed Jan 29 21:50:26 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * rs6000.h (ASM_SPEC): Add -u, now require new /bin/as for AIX.
-       (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): No longer needed.
+       * defaults.h (SUPPORTS_INIT_PRIORITY): New macro to indicate the
+       linker supports the init_priority C++ attribute.
+       * tm.texi (SUPPORTS_INIT_PRIORITY): Documentation for new macro.
+       * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Indicate Irix
+       linker does not support init_priority C++ attribute.
 
-       * rs6000.h (ENCODE_SEGMENT_INFO): New macro; add [RW] or [DS] to name.
-       (RS6000_OUTPUT_BASENAME): New macro.
-       (ASM_OUTPUT_*): Use it instead of assemble_name when required.
-       (ASM_OUTPUT_POOL_PROLOGUE): Remove trailing [RW] or [DS].
-       * rs6000.c (print_operand, case 'z'): New case, for name in CALL_INSN.
-       (output_toc): Use RS6000_OUTPUT_BASENAME instead of assemble_name
-       for toc entry name.
-       * rs60000.md (call): Use %z.
+Sun Jan 14 22:31:30 2001  J"orn Rennecke <amylaar@redhat.com>
 
-Wed Jan 29 17:17:42 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * Makefile.in (libgcc1-test.o): Depends on stmp-int-hdrs.
 
-       * cp-init.c (build_member_call): Fix bug involving static members
-       that are function pointers.
+2001-01-14  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Wed Jan 29 13:25:18 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * c-parse.in (finish_parse): Add comment about cpp_destroy.
+       * cp/lex.c (finish_parse): Similarly.
+       * cppinit.c (cpp_cleanup): Rename cpp_destroy for clarity.
+       Return the number of errors encountered.
+       * cpplib.h (cpp_cleanup): Rename cpp_destroy, return int.
+       * cppmain.c (main): Don't call cpp_destroy.
 
-       * gcc.c (do_spec_1): For %D, only add -L options that are relevant.
-       (is_linker_dir): Determine if a -L option is relevant.
+2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Jan 29 00:57:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * configure.in: Require at least perl 5.6.0 to regenerate
+       manpages.
+       * configure: Regenerate.
 
-       * configure: Turn ns32k alternatives back on.
+2001-01-14  Richard Henderson  <rth@redhat.com>
 
-       * Makefile.in (getopt.o, getopt1.c): Join two lines into one.
+       * genrecog.c (DT_veclen_ge): New.
+       (add_to_sequence) [MATCH_PARALLEL]: Generate one.
+       (maybe_both_true_2): Simplify DT_veclen vs DT_veclen_ge.
+       (nodes_identical_1): Handle DT_veclen_ge.
+       (write_cond, debug_decision_2): Likewise.
 
-       * x-i386v4, x-i860v4 (GCC_CFLAGS): Add missing `-B./'.
+2001-01-14  Richard Earnshaw  <rearnsha@arm.com>
 
-       * reload.c (find_dummy_reload, push_reload): Don't reuse dying input
-       reg as a reload if it is a fixed reg.
+       * arm.md (ldmsi_postinc, ldmsi, stmsi_postinc, smsi): Delete.  Replace
+       with ...
+       (ldmsi_postinc[432], ldmsi[432], stmsi_postinc[432], stmsi[432]): New.
 
-       * c-tree.h (C_MISSING_PROTOTYPE_WARNED): Deleted since unused.
+2001-01-14  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-Wed Jan 29 00:42:34 1992  Tim Moore  (moore at fast.cs.utah.edu)
+       * cppmain.c (do_preprocessing): New function; most of the old
+       main.
+       (main): Call it to do most of the work.
+       (cb): Move from global scope to set_callbacks ().
+       (setup_callbacks): Get the callback pointer.
+       (general_init, printer_init): Clean up code and comments.
 
-       * hp800.c (print_operand): Handle INSN_ANNULLED_BRANCH_P in '*'
-       operand type.
-       * hp800.h (DEFAULT_GDB_EXTENSIONS): Define as 0.
-       * hp800.md (cmpsi): Change arith_operand to arith5_operand.
-       (bCC patterns): Delete pattern that matches a compare with a
-       constant first operand. Change arith_operand to arith5_operand.
-       (fp branches): Change type to cbranch.
+2001-01-14  Richard Earnshaw  <rearnsha@arm.com>
 
-       * function.c (assign_parms): Set current_function_arg_offset_rtx
-       correctly for ARGS_GROW_DOWNWARD.
-       * gstdarg.h: Include va-hp800.h.
-       * va-hp800.h: Complete rewrite.
+       * config/arm/semi.h (ASM_SPEC): Pass -k to the assembler when
+       compiling PIC.
 
-Tue Jan 28 17:04:38 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+2001-01-14  Kazu Hirata  <kazu@hxi.com>
 
-       * varasm.c (make_decl_rtl): Delete unused var `i'.
+       * config/h8300/h8300.c (get_shift_alg): Update comments.
 
-       * c-convert.c (convert_to_pointer):
-       Abort if no integer type is as wide as a pointer.
+Sun Jan 14 06:20:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * gcc.c (default_compilers, .i case): Add error message for -pg
-       and -fomit-frame-pointer incompatibility.
+       * ggc-page.c (alloc_annon): Call perror and correctly call exit.
+       (alloc_page, ggc_alloc): Add casts to remove warnings.
 
-       * Makefile.in (install-common): Install c++ and g++ shell scripts in
-       bindir.
+2001-01-14  Geoffrey Keating  <geoffk@redhat.com>
 
-Tue Jan 28 15:44:10 1992  Michael Collison  (collison at osf.org)
+       * combine.c (simplify_comparison): Don't change `code' when
+       can't reverse comparison.
 
-       * x-encrose (OLDCC): changed to $(GNU_ROSE_BIN)/gcc
+2001-01-14  Richard Henderson  <rth@redhat.com>
 
-       * ns32k.h: Added trampoline code.
+       * rtlanal.c (computed_jump_p_1): Rename from jmp_uses_reg_or_mem;
+       update all call sites.  Return true for all non-label constants.
 
-Tue Jan 28 14:19:52 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Sun Jan 14 10:09:48 MET 2001  Jan hubicka  <jh@suse.cz>
 
-       * rtl.def (UNSPEC, UNSPEC_VOLATILE): New RTL codes.
-       * cse.c (canon_hash): UNSPEC_VOLATILE operations are volatile.
-       * loop.c (invariant_p): Likewise.
-       * reorg.c (mark_referenced_resources): Likewise.
-       * sched.c (sched_analyze_2): Likewise.
-       * rtlanal.c (volatile_refs_p, side_effects_p, may_trap_p): Likewise.
-       (reg_referenced_p): Support UNPEC and UNSPEC_VOLATILE.
+       * i386.c (ix86_expand_compare): Add bypass_test and second_test
+       parameters.
+       (ix86_expand_branch): Update.
+       (ix86_expand_setcc): Update to handle multiple test conditions.
+       (expand_int_movcc): Likewise.
+       (expand_fp_movcc): Likewise.
+       * i386-protos.h (ix86_expand_compare): New.
+       * i386.md (andqi_?_slp, orqi_?_slp): New.
+       (conditional trap expander): Update call to ix86_expand_compare.
 
-Tue Jan 28 11:50:35 1992  Michael Meissner  (meissner at osf.org)
+2001-01-14  Richard Henderson  <rth@redhat.com>
 
-       * mips.c (toplevel): Add include of <ctype.h>, since isdigit is
-       used.
+       * config/vax/vax.md: Use nonimmediate_operand instead of
+       general_operand in destinations.
 
-Tue Jan 28 05:47:08 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * config/vax/vax.md (indirect_jump): Use register_operand.
 
-       * cp-decl.c (xref_tag): Addition to eichin's Jan 25 change.  If REF
-       is extant, and it's seen in the global scope outside of
-       CLASS_BINDING_LEVEL, set its IDENTIFIER_GLOBAL_VALUE if NULL.
+       * config/vax/vax.h (RETURN_POPS_ARGS): Max at 255 arguments.
+       * config/vax/vax.md (call_pop): Turn into an expander.
+       (call_value_pop): Likewise.
+       (call, call_value): New.
 
-       * cp-class.c (pushclass): Forcibly remove any remnants of incomplete
-       type that was previously pushed.
+2001-01-14  Andreas Jaeger  <aj@suse.de>
 
-       * cp-decl.c (various places): Remove all error messages about C++
-       constructs being invalid in C language context; extern "C" is a
-       linkage specifier--no more.
+       * config/i386/i386.c (ix86_split_fp_branch): Remove unused
+       variables.
+       (ix86_fp_compare_mode): Add unused attribute.
+       (ix86_expand_fp_movcc): Remove unused variable.
+       (ix86_expand_builtin): Make fcode unsigned.
 
-       * cp-method.c (dump_type_prefix,dump_type): Never need to output
-       `unsigned' since its always part of an unsigned integer type name.
-       (build_overload_name): Change test for unsigned to use
-       `unsigned_type' instead of examining TREE_UNSIGNED.
+       * expr.c (MOVE_BY_PIECES_P): Cast MOVE_RATIO to unsigned.
+       (expand_expr): Add cast to avoid signed warning.
+       (store_field): Likewise.
+       (store_constructor_field): Likewise.
+       (store_constructor): Likewise.
+       (store_expr): Likewise.
+       (clear_storage): Likewise.
+       (emit_group_store): Likewise.
+       (emit_group_load): Likewise.
 
-       * cp-call.c (ideal_candidate): Don't convert PARMS in place if
-       BASETYPE is NULL_TREE.
+2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c: Move format checking code to ...
+       * c-format.c: ... here.  New file.  Reorder some functions and
+       declarations.
+       (decl_handle_format_attribute, decl_handle_format_arg_attribute):
+       New functions.
+       * c-common.h (decl_handle_format_attribute,
+       decl_handle_format_arg_attribute): Declare.
+       * Makefile.in (C_AND_OBJC_OBJS): Add c-format.o.
+       (c-common.o): Adjust dependencies.
+       (c-format.o): New list of dependencies.
+
+2001-01-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * unroll.c (loop_iterations): If we cannot prove iteration variable
+       is set once in each iteration, punt.
+
+Sun Jan 14 00:23:15 2001  Denis Chertykov  <denisc@overta.ru>
 
-Tue Jan 28 02:21:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/avr/avr.md ("strlenhi"): Remove clobber of input address.
+       (*strlenhi): Remove clobber (which was buggy) of output address.
 
-       * c-decl.c (grokdeclarator): Use `auto' for nested fn fwd decls.
+2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * g++: New file.
+       * Makefile.in (generated-manpages): Add gcc.1
+       ($(srcdir)/gcc.1): New target.
+       (maintainer-clean): Delete $(srcdir)/gcc.1.
+       * gcc.texi: Add macros @gccoptlist and @gol.
+       * invoke.texi: Include option summary in manpage.  Mark up option
+       summary with @gccoptlist and @gol.  Use @r in one place where
+       appropriate.
+       * texinfo.tex: Update to version 2000-12-11.07 from ftp.gnu.org.
+       * gcc.1: Generate from invoke.texi.
+
+2001-01-13  Richard Henderson  <rth@redhat.com>
+
+       * ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.
+       (struct page_entry): Add group member.
+       (struct page_group): New.
+       (struct globals): Add page_groups member.
+       (alloc_anon): Only define for using mmap; remove valloc call.
+       (page_group_index): New.
+       (set_page_group_in_use): New.
+       (clear_page_group_in_use): New.
+       (alloc_page): Implement USING_MALLOC_PAGE_GROUPS.
+       (free_page, release_pages): Likewise.
+       * configure.in (with-gc): Default to ggc-page always.
+
+2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * reload1.c (replace_pseudos_in_call_usage): Use
+       reg_equiv_constant and reg_equiv_address, and don't try
+       regno_reg_rtx first.
+
+2001-01-13  Richard Henderson  <rth@redhat.com>
+
+       * ggc-page.c (alloc_page): Round up allocation size to one page.
+       Set e->order on extra pages.
+
+2001-01-13  Richard Henderson  <rth@redhat.com>
+
+       * genrecog.c (nodes_identical): Expand commentary.
+       (write_switch): Watch out for identical nodes.
 
-       * fixincludes:
-       Convert machine names in #if's to have underscores.
-       Fix specific files stdlib.h, locale.h, hsfs/... for Sunos 4.1.
-       * fixinc.svr4: Convert machine names in #if's to have underscores.
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * gcc.c (do_spec_1): For %D, also make -L's for startfile_prefix.
-       Also append the machine
+       * cppfiles.c (_cpp_fake_include): New function.
+       * cpphash.h (_cpp_fake_include): New.
+       * cpplib.c (do_line): Call _cpp_fake_include when entering
+       header files in preprocessed input.
+       * cppmain.c (cb_pragma_implementation): Remove handling.
+       (setup_callbacks): Don't register pragmas.
 
-       * fold-const.c (fold_convert): Properly handle real-to-real case.
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * configure (i486-*-sysv4*): New alternative.
+       * extend.texi: Udate for CPP.
 
-Tue Jan 28 00:37:24 1992  Ron Guilmette  (rfg at ncd.com)
+2001-01-13  Andreas Jaeger  <aj@suse.de>
 
-       * dwarfout.c (location_attribute):  Fix handling of objects which
-       were optimized out of existance for Dwarf Version 0 compliance.
+       * reload1.c: Add prototype for replace_pseudos_in_call_usage.
+
+       * regmove.c: Add prototype for replace_in_call_usage.
+
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,
+       struct cpp_chunk, struct htab, struct toklist,
+       struct cpp_context, CPP_STACK_MAX, struct lexer_state,
+       struct spec_nodes, struct cpp_reader, CPP_OPTION, CPP_BUFFER,
+       CPP_BUF_LINE, CPP_BUF_COL, CPP_BUF_COLUMN, U, ustrcmp, ustrncmp,
+       ustrlen, uxstrdup, ustrchr, ufputs): Move to cpphash.h.
+       (struct macro_args): Delete.
+       * cpphash.h: See above.
+
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppmain.c (struct printer): Remove no_line_dirs.
+       (options, cb): New.
+       (main, setup_callbacks, scan_buffer, printer_init, cb_define)
+       : Use options rather than CPP_OPTION.
+       (setup_callbacks): Use cb rather than pfile->cb.
+       (main): No need to check for a buffer.  Use cpp_errors.
+       (printer_init): Don't set no_line_dirs.
+       (maybe_print_line): Use options not no_line_dirs.
+       (cb_file_change): Don't call print_line if -P.
+
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lex.c (init_c_lex): Use cpp_get_callbacks to set
+       callbacks.
+       * c-parse.in (finish_parse): Use cpp_errors.
+       (__yylex): Use return value of cpp_pop_buffer.
+       * cp/lex.c (finish_parse): Use cpp_errors.
+       * cp/spew.c (read_token): Use return value of cpp_pop_buffer.
+
+Sat Jan 13 16:57:40 2001  Denis Chertykov  <denisc@overta.ru>
+
+       * README.AVR: URLs corrected.
+
+Sat Jan 13 07:30:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * c-decl.c (start_function): Don't warn if old prototype is builtin
+       that's not in C's namespace.
+       * libgcc2.c (_varargs): Update definition of __builtin_saveregs.
+       (_bb): Add prototype for ctime.
+       * config/alpha/osf.h (TRANSFER_FROM_TRAMPOLINE): Add missing protos.
+
+Sat Jan 13 09:53:32 MET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_fp_comparison_arithmetics_cost,
+       ix86_fp_comparison_fcomi_cost, ix86_fp_comparison_sahf_cost,
+       ix86_fp_comparison_cost): New functions.
+       (ix86_expand_fp_compare): Use the costs to choose best bethod; add
+       two new parameters SECOND_TEST and BYPASS_TEST; allow generating
+       two-branch sequences; make static.
+       (ix86_use_fcomi_compare): Do decision according to the costs.
+       (split_fp_branch): New.
+       * i386.md (compare-and-branch patterns): Use split_fp_branch.
+       * i386-protos.h (ix86_expand_fp_compare): Remove
+       (ix86_split_fp_branch): Declare.
+
+       * i386.h (PREDICATE_CODES): Update codes from fcmov_comparison_operand
+       and ix86_comparison_operator.
+
+       * i386.c (ix86_prepare_fp_compare_args): Try to rearange the comparison
+       to make it cheaper.
+
+       * i386.c (put_condition_code): Output properly the unordered/ordered
+       compares in fp case.
+       (ix86_expand_fp_movcc): Use ix86_expand_compare infrastructure.
+
+       * tm.texi (REVERSE_CONDITION): Document.
+       * i386.c (ix86_fp_compare_mode): Simplify; return always CCFPmode
+       in -ffast-math mode.
+       * i386.h (REVERSE_CONDITION, REVERSIBLE_CC_MODE): New macro.
+
+2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.c (sh_expand_epilogue): Use PR explicitly.
+
+       * config/sh/sh.c (sh_expand_prologue): Let the second toggle_sz be
+       optimized away.
+
+       * config/sh/sh.c (mova_p): Fix test for mova_const.
+
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * fix-header.c (read_scan_file): Use cpp_get_callbacks and
+       cpp_get_options rather than dereferencing pfile and using
+       CPP_OPTION.
+       * scan-decls.c (scan_decls): Use return value of
+       cpp_pop_buffer rather than CPP_BUFFER.
+
+2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppinit.c (cpp_handle_option): help_only is now part of the
+       cpp_options structure.
+       * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
+       cpp_set_callbacks): New functions.
+       * cpplib.h (cpp_callbacks): Break out as a named structure.
+       (cpp_options): Move help_only here from cpp_reader.
+       (CPP_FATAL_ERRORS): Update to use cpp_errors.
+       (cpp_errors, cpp_get_options, cpp_get_callbacks,
+       cpp_set_callbacks): New prototypes.
+       * cppmain.c (main): Update for help_only.
+
+2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Makefile.in (info, maintainer-clean, install-info, uninstall):
+       Also build and remove and install and uninstall c-tree.info and
+       cppinternals.info.
+       ($(srcdir)/gcc.info): Add dependency on contrib.texi.
+       ($(srcdir)/cppinternals.info): New target.
+       * c-tree.texi: Change file name used when makeinfo used without -o
+       from ir.info to c-tree.info.  Add info directory entry.
+       * cppinternals.texi: Add info directory entry.
+       * .cvsignore: Update.
+
+2001-01-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-typeck.c (store_init_value): Don't require constant initializer
+       elements with -pedantic -std=c99.
+       (digest_init): Change error about non-constant initializer elements
+       into pedwarn.
+       (constructor_range_end): Remove.
+       (constructor_incremental, designator_depth,
+       designator_errorneous): New variables.
+       (struct constructor_stack): Remove range_end, add incremental.
+       (struct constructor_range_stack, constructor_range_stack): New.
+       (struct initializer_stack): Add constructor_range_stack.
+       (finish_init): Set it.
+       (start_init): Likewise.  require_constant_elements for non-static
+       trees only if not flag_isoc99.
+       (really_start_incremental_init): Remove constructor_range_end, add
+       constructor_incremental.
+       (pop_init_level): Likewise.
+       (push_init_level): Likewise.  If implicit and the subobject had some
+       value set already, preinitialize the level with it.
+       Warn about missing braces only if not pushing due to designators.
+       (set_designator, push_range_stack): New functions.
+       (set_init_label): Use them.
+       (set_init_index): Likewise.  Remove constructor_range_end.
+       Error if designator index is outside of array bounds.
+       (add_pending_init): Compare values of purpose index trees, not the
+       trees themselves.  Allow overwriting of already initialized element.
+       Issue a warning if it had side-effects.
+       (set_nonincremental_init, set_nonincremental_init_from_string): New
+       functions.
+       (pending_init_member): Rename to...
+       (find_init_member): ...this function.  Call set_nonincremental_init
+       if necessary.  Compare values of purpose index trees, not the trees
+       themselves.  Return the actual value, not just nonzero if something
+       is found.
+       (output_init_element): Remove checks for duplicates.
+       If field has zero size, only check the initializer for correctness.
+       Call set_nonincremental_init if necessary.  Push RECORD/ARRAY into AVL
+       if constructor_incremental is zero.  Change error about initializers
+       not computable at load time into pedwarn.
+       (output_pending_init_elements): Compare bit positions, not
+       FIELD_DECLs to take into account zero-sized fields.
+       (process_init_element): Use constructor_range_stack to fill all
+       ranges in the designator lists from current level up.
+       * extend.texi: Update documentation for labeled elements.
 
-Tue Jan 28 00:42:57 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+2001-01-12  Alexandre Oliva  <aoliva@redhat.com>
 
-       * Makefile.in (mostlyclean): Delete stack dump files too.
+       * calls.c (emit_library_call_value_1): Add USEs and CLOBBERs
+       to function usage for arguments passed by reference.  Optimize
+       callee-copied arguments.
+       * regmove.c (replace_in_call_usage): New function.
+       (fixup_match_1): Call it.
+       * cse.c (cse_insn): Canonicalize registers in function usage.
+       * reload1.c (replace_pseudos_in_call_usage): New function.
+       (reload): Call it.
 
-Mon Jan 27 18:26:27 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * Makefile.in: Reverted yesterday's wrong patch.  Installed the
+       right version.
 
-       * rs6000.h (HAVE_ATEXIT, NO_DOLLAR_IN_LABEL): Now defined.
+2001-01-12  Jakub Jelinek  <jakub@redhat.com>
 
-Mon Jan 27 13:32:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/alpha/alpha.c (alpha_expand_block_move): GET_MODE of tmp,
+       not XEXP (tmp, 0).
 
-       * libgcc2.a (L_exit): Declare __CTOR_LIST__ and __DTOR_LIST__
-       with length 2; get rid of __CTOR_END__ and __DTOR_END__.
-       (L_ctor_list, L_dtor_list): New library members.
+2001-01-12  DJ Delorie  <dj@redhat.com>
 
-       * cccp.c (main): Add terminating null, then call trigraph_pcp.
+       * Makefile.in (bootstrap): rename stages to be mnemonic.  Add
+       restageN, unstageN, bubblestrap, quickstrap, and cleanstrap
+       targets.
 
-       * fixincludes, fixinc.svr4: Fail unless an arg was given.
-       * Makefile.in (install-fixincludes): Pass output dir as argument.
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * Makefile.in: Renamed libgcc[12] to libgcc[12].a.
-       Likewise for tmplibgcc[12].
+       * cpp.texi, extend.texi, gcc.texi, install.texi, invoke.texi,
+       tm.texi: Consistently refer to ISO C instead of ANSI C.  Refer to
+       -std options alongside references to -ansi.  Update some
+       documentation for C99.
+       * cpp.1: Regenerate.
 
-       * toplev.c (rest_of_decl_compilation): Treat all fcns as if external.
+2001-01-12  Andreas Jaeger  <aj@suse.de>
 
-       * Makefile.in (TAGS): Do the work in srcdir.
-       Include c-parse.h in files to move.
+       * haifa-sched.c (restore_line_notes): Remove argument block B
+       since it's unused.
+       * sched-ebb.c (schedule_ebb): Change caller.
+       * sched-rgn.c (schedule_region): Likewise.
+       * sched-int.h (restore_line_notes): Adjust prototype.
 
-Mon Jan 27 10:54:24 1992  Jim Wilson  (wilson at sphagnum.cygnus.com)
+       * loop.h: Remove wrong declaration of doloop_condition_get.
 
-       * cccp.c (get_filename): Don't pass -1 file descriptor to close.
+2001-01-12  Phil Edwards  <pme@sources.redhat.com>
 
-Mon Jan 27 00:26:33 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * extend.texi:  Move C++-extension-related node from the C section
+       into the C++ section.
 
-       * cp-decl.c (start_function): Preserve TREE_TYPE of RESULT_DECL, in
-       case we have a named return value.
-       (finish_function): Restrict the cases under which we build
-       `no_return_label'.  Use CURRENT_FUNCTION_RETURN_VALUE to eliminate
-       the generation of needless cleanups when functions end with a return
-       stmt.  No longer zeros out CLEANUP_LABEL.  Also, call `emit_jump'
-       instead of `expand_null_return' in case NO_RETURN_LABEL is
-       non-NULL.
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * cp-decl2.c (grokfield): Don't specially hack static member
-       function names.
+       * extend.texi: Refer to an array of pointers to functions instead
+       of one of functions.
 
-       * cp-except.c (cplus_expand_raise): Test correct predicate that we
-       have a non-null value return.
-       (cplus_expand_{throw,reraise}): Ditto.
+Fri Jan 12 12:08:12 MET 2001  Andreas Jaeger  <aj@suse.de>
+                             Jan Hubicka  <jh@suse.cz>
 
-       * cp-typeck.c (c_expand_return): Handle case where named return
-       value has incomplete type.
+       * combine.c (reversed_comparison): Fix typo in last patch.
+       Check X for NULL.
+       (combine_reversed_comparison_code): Make static to follow
+       prototype declaration.
 
-Sun Jan 26 20:50:55 1992  Michael Tiemann  (tiemann at cygnus.com)
+2001-01-12  Phil Edwards  <pme@sources.redhat.com>
 
-       * cp-parse.y (LC): Fix rule to use `push_obstacks_nochange'.
-       (structsp): Use `pop_obstacks'.
+       * install.texi:  Remove misplaced duplicate entry.
 
-Sun Jan 26 17:39:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-11  Ulrich Drepper  <drepper@redhat.com>
 
-       * c-parse.y (LC): Use push_obstacks_nochange and always call
-       end_temporary_allocation.
-       (structsp, template_instantiate_once): After LC, use pop_obstacks.
+       * config/float-i386.h: Define FLT_EVAL_METHOD and DECIMAL_DIG for C99.
 
-       * c-decl.c (grokdeclarator):
-       Static function decl within a function is not external.
+Thu Jan 11 17:06:30 EST 2001  John Wehle  (john@feith.com)
 
-Sun Jan 26 08:14:53 1992  Michael Meissner  (meissner at osf.org)
+       * final.c: (leaf_function_p): Fix typo.
 
-       * mips.h (MIPS_VERSION): Bump meissner version # to 9.
-       (enum processor_type): Delete PROCESSOR_R2000, since a r2000
-       schedules just like a r3000.
-       (mips_isa, mips_isa_string, mips_cpu_string): New global variables.
-       (MD_EXEC_PREFIX): If not defined, define as "/usr/lib/cmplrs/cc/".
-       (TARGET_SWTICHES macros): Move setting the processor from
-       TARGET_SWITCHES to TARGET_OPTIONS.  Also, delete the -mfixed-ovrfl
-       switch, and move -mwc8/-mwc16 to not use any bits, since we can't
-       support these in GCC 2.00.  Readjust the positions the bits are in.
-       (TARGET_OPTIONS): Define to add switches -mcpu=x to set which
-       processor type to schedule for, and -mipsx to specify the
-       instruction set architecture level.
-       (BRANCH_LIKELY_P): New macro, true if MIPS ISA >= 2.
-       (HAVE_64BIT_P): New macro, true if MIPS_ISA >= 3.
-       (HAVE_SQRT_P): New macro, true if MIPS_ISA >= 2.
-       (BRANCH_COST): Define as 2 if r4000/r6000, 1 otherwise.
-       (ASM_OUTPUT_SKIP): Eliminate OSF/1 gas work around.
+2001-01-11  Zack Weinberg  <zack@wolery.stanford.edu>
 
-       * mips.c (mips_isa, mips_isa_string, mips_cpu_string): New global
-       variables.
-       (print_options): Print CPU and ISA level.
-       (override_otpions): Handle TARGET_OPTIONS setting cpu and ISA.
-       (override_options, print_operand): %: is no longer supported, since
-       -mfixed-ovfl is eliminated.
+       * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Completely rewritten.
+       Now defines HAVE_MMAP_DEV_ZERO and/or HAVE_MMAP_ANON depending
+       which you have.
+       (AC_FUNC_MMAP_FILE): Don't AC_REQUIRE AC_FUNC_MMAP_ANYWHERE.
+       * configure.in: Set GGC to ggc-page if any of mmap_dev_zero,
+       mmap_anon, and valloc is available.
+       * ggc-page.c: Restructure ifdef logic to match new autoconf
+       spec.  Don't throw away the test page in init_ggc.
 
-       * mips.md (type attribute): Add fsqrt.
-       (all define_function_units): Redo, to add full r6000 and r4000
-       support, and to use the default case in case another processor type
-       is added.  Also, tests against PROCESSOR_R2000 eliminated.
-       (add, subtract patterns): Delete use of %:.
-       (sqrtdf2, sqrtsf2): Define if the MIPS ISA >= 2.
-
-       * decrose.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define these to
-       use the defaults on the OSF/1 reference platform.
-       (i386rose.h): Likewise.
-
-Sun Jan 26 07:58:00 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
-
-       * cse.c (cse_insn): Don't call insert_regs on a SUBREG.
-       When scanning table for SUBREG assignment, ignore invalid entries.
-
-       * cse.c (cse_insn): When looking for first non-deleted entry in
-       table, start by scanning backwards from the deleted entry.
-
-       * function.c (assign_parms): Set current_function_return_rtx
-       unconditionally.
-       (expand_function_start): Don't set it here.
-
-Sat Jan 25 06:44:16 1992  Mark Eichin  (eichin at cygnus.com)
-
-       * cp-decl.c (set_identifier_local_value): New function. Clone of
-       set_identifier_type_value, but uses level->shadowed instead. Only
-       used in pushdecl, where the non-global install was previously
-       setting the local value directly which "stuck" and didn't get
-       cleared the next time through.
-       (pushdecl): use set_identifier_type_value so that the local value
-       actually gets erased when we leave this level. Changed code that
-       checks for global_binding_level to recognize that if
-       class_binding_level is set, we're not in the global one.
-       (poplevel_class): restore shadowed list too, like poplevel does.
-       (print_binding_level): added no_print_functions and
-       no_print_builtins variables to eliminate clutter while trying to
-       debug binding level problems.
-
-Fri Jan 24 18:03:36 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
-
-       * tree.c (pop_momentary): Don't reference freed stack entry.
-
-Fri Jan 24 14:20:05 1992  Michael Tiemann  (tiemann at cygnus.com)
-
-       * cp-parse.y (stmt): Call `define_case_label' for default label.
-       * cp-decl.c (current_function_return_value): New variable.
-       (define_{case_}label): Clear CURRENT_FUNCTION_RETURN_VALUE.
-       * cp-typeck.c (c_expand_return): Set CURRENT_FUNCTION_RETURN_VALUE.
-
-       * cp-tree.c (lang_printable_name): Use DECL_RING, and don't free
-       the printable name for CURRENT_FUNCTION_DECL.
-
-Fri Jan 24 14:17:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
-
-       * gvarargs.h: If _ANSI_H, undef _VA_LIST_.
-
-       * c-typeck.c (pointer_int_sum): Don't distribute * into pointer diff.
-
-       * hp320.h (MD_STARTFILE_PREFIX): Defined.
-       (STANDARD_STARTFILE_PREFIX): Deleted.
-
-Fri Jan 24 09:30:41 1992  Fred Fish  (fnf at fishpond)
-
-       * assert.h (__eprintf):  Declare as prototype for __STDC__
-
-Fri Jan 24 05:28:53 1992  James Van Artsdalen  (james at bigtex.cactus.org)
-
-       * i386.md (jump,indirect_jump,tablejump): Don't output an align
-       directive here: let the following BARRIER do it.
-
-Thu Jan 23 11:54:11 1992  Ron Guilmette  (rfg at ncd.com)
+       * configure, config.in: Regenerate.
 
-       * i486v4.h:  New file.
+2001-01-12  Michael Hayes  <mhayes@redhat.com>
 
-Thu Jan 23 20:34:22 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+       * loop.h (total_biv_increment): Constify iv_class pointer.
+       (struct induction): Replace `mem_mode' with `mem' rtx.
+       * unroll.c (total_biv_increment): Constify iv_class pointer.
+       * loop.c (loop_giv_reduce_benefit): Derive mem mode from mem rtx.
+       (find_mem_givs, combine_givs_p): Likewise.
+       (debug_ivs, debug_iv_class, loop_ivs_dump, loop_iv_class_dump): New.
 
-       * fixinc.svr4: Surround uses of ${INPUT} with "" instead of ''
-       so that it will get expanded.
+2001-01-10  Thomas Pfaff <tpfaff@gmx.net>
 
-Thu Jan 23 17:50:13 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * gthr-win32.h (__gthread_objc_thread_get_data): Save and restore Win32
+       LastError.
+       (__gthread_getspecific): Ditto.
 
-       * cse.c (qty_mode): New variable.
-       (reg_rtx): Deleted.
-       (hard_regs_in_table, regs_invalidate_by_call): New variables.
-       (new_basic_block): Clear hard_regs_in_table.
-       (delete_reg_equiv): New name for reg_invalidate; don't update reg_tick.
-       (mention_regs): Don't set reg_rtx.
-       Update reg_tick for all registers in a multi-register hard register
-       reference.
-       (insert_regs): Don't do anything special with SUBREG.
-       Only insert register in a class if it is the same mode.
-       Don't set reg_rtx; set qty_mode instead.
-       (insert): Update hard_regs_in_table.
-       Get constant equivalence in proper mode.
-       (merge_equiv_classes): Call delete_reg_equiv.
-       (invalidate): Call delete_reg_equiv and update reg_tick.
-       Invalidate all parts of multi-word hard regs and invalidate
-       any multi-word hard reg overlapping what we are to invalidate.
-       Only look at constant in proper mode.
-       (remove_invalid_refs): Use refers_to_regno_p.
-       (invalidate_for_call): New function.
-       (canon_hash, refers_to_mem_p, fold_rtx, equiv_constant): Look at
-       constant in proper mode.
-       (cse_rtx_addr_varies_p, cse_process_notes): Likewise.
-       (exp_equiv_p): Likewise.
-       Check reg_tick for all parts of multi-word hard register.
-       (canon_reg): Don't use reg_rtx; get register from regno_reg_rtx or
-       build hard reg in proper mode.
-       (record_jump_equiv): Split into two pieces.
-       (record_jump_cond): Second part of record_jump_equiv; make recursive
-       call to some equivalences if args are SUBREGs.
-       (cse_insn): Only replace register with equivalent if proper mode;
-       don't use reg_rtx.
-       Call invalidate_for_call.
-       Don't avoid call to gen_lowpart for hard register.
-       Make a SUBREG if gen_lowpart_if_possible fails for SUBREG
-       assignment.
-       (invalidate_from_clobbers): Update reg_tick of SP; invalidate
-       REG entry in table, if present; use stack_pointer_rtx.
-       (cse_main): Don't allocate reg_rtx.
-       Initialize regs_invalidated_by_calls.
-       (cse_basic_block): Allocate qty_mode.
+Fri Jan 12 00:04:00 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * rs6000.h (ADDITIONAL_REGISTER_NAMES): Add so we can disambiguate
-       fixed and floating registers.
+       * i386.c (ix86_comparison_operator, fcmov_comparison_operator,
+       put_condition_code): Convert fp comparison codes to integer
+       before handling.
+       (ix86_expand_fp_compare): Postnote the fp comparison code conversion
+       to final.
 
-       * rs6000.md (ashrdi3): Reject all but constant shift counts.
+       * i386.c (unsigned_comparison, no_comparison_operator): Kill.
+       * i386-protos.h (no_comparison_operator): Kill.
 
-       * jump.c (simplejump_p): Don't access PATTERN unless we know it is
-       a JUMP_INSN.
+       * i386.c (ix86_expand_fp_compare): Fix ordered/unordered confussion.
 
-       * combine.c (get_last_value): Don't do a recursive call for a 
-       paradoxical SUBREG.
+       * combine.c (REVERSIBLE_CC_MODE): Remove.
+       (reversible_comparison_p): Remove.
+       (combine_reversed_comparison_code): New.
+       (reversed_comparison): New.
+       (combine_simplify_rtx): Use
+       combine_reversed_comparison_code/reversed_comparison instead
+       of reversible_comparison_p.
+       (simplify_if_then_else): Likewise.
+       (simplify_set): Likewise.
+       (simplify_logical): Likewise.
+       (if_then_else_cond): Likewise.
+       (known_cond): Likewise.
+       (simplify_comparison): Likewise.
 
-       * jump.c (jump_optimize): In "if (...) x = a; else x = b;", 
-       don't move "x = b;" if it has non-trivial REG_NOTES.  Also, allow
-       B to be any constant, not just a CONT_INT.
+2001-01-11  Alan Lehotsky  <lehotsky@tiac.net>
 
-       * stor-layout.c (layout_type): Handle alignment for arrays the same
-       as we do for records and unions.
+       * builtins.c (std_expand_builtin_va_start): Handle varargs when
+       sizeof (int) is larger than sizeof(__word__).
 
-       * calls.c (expand_call): Ignore `const' on void functions.
+2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * i860.c: Include recog.c.
-       Remove many explicit declaration of vars from include files.
-       (i860_compare_op[01]): Define these here.
-       * i860.h (i860_compare_op[01]): Add declarations.
-       * i860.md (compare, branch): Rework to use define_expand for cmpxx.
-       Compare just saves operands in i860_compare_op[01].  Branch emits
-       both insns using the saved operands.
+       * cppinit.c (do_includes): Fix typo.
 
-       * i860.h (PREFERRED_RELOAD_CLASS): Handle FP registers and constants.
-       (SECONDARY_INPUT_RELOAD_CLASS): We need a scratch register to copy
-       an integer constant to a floating-point register.
-       * i860.md (addsi3, subsi3): Allow use of floating registers.
+2001-01-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
-Thu Jan 23 13:33:40 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * config/m68hc11/m68hc11.md (cmphi_1): Make sure reloading
+       in S_REGS does not occur because not all sources are possible
+       when a S_REGS is a destination (sometimes needs a clobber).
+       (movqi_const0, zero_extendhisi2, zero_extendqisi2): Likewise.
+       (zero_extendhidi2, extendqisi2, extendqihi2, extendhisi2): Likewise.
+       (anddi3, iordi3, xordi3, negqi2, one_cmplhi2, one_cmplqi2: Likewise.
+       (ashldi3_const32, ashldi3_const1, ashlsi3_const16): Likewise.
+       (ashlsi3_const1, ashlhi3_2, ashlqi3_const1, ashrhi3): Likewise.
+       (ashrqi3_const1, lshrdi3_const32, lshrdi3_const63): Likewise.
+       (lshrdi_const1, lshrsi3_const16): Likewise.
+       (*addhi3, lshrsi3_const1, lshrqi3_const1): Likewise.
+       (*movhi_68hc12, *movqi_68hc12): Likewise.
+       (movstrictqi): Make sure reloading in D_REGS as a destination
+       does not happen.
 
-       * i386v4.h (CPP_PREDEFINES): Don't define X86.
+2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * c-lex.c (readescape): Warn for \a and \x if warn_traditional.
-       Handle \v as vertical tab regardless of -traditional.
+       * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
 
-       * fixincludes, fixinc.svr4: Make LIB absolute, near the beginning.
+2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * fixincludes: Simplify egrep command while matching the same lines
-       (plus occasional additional lines).
-
-       * function.c (fixup_memory_subreg): New arg UNCRITICAL.  Calls changed.
-
-       * gcc.c (process_command): Handle LPATH like LIBRARY_PATH.
-
-       * svr3.h (ASM_LONG): Deleted.
-
-       * gvarargs.h: Ignore _VA_LIST_ if _ANSI_H_;
-       don't define _VA_LIST_ if already defined.
-
-Thu Jan 23 09:10:52 1992  Tom Wood  (wood at dg-rtp.dg.com)
-
-       * m88kluna.h (includes): Include aoutos.h.
-
-Thu Jan 23 09:10:52 1992  Ron Guilmette  (rfg at ncd.com)
-
-       * va-i860.h (__savereg): Fix typo.
-
-       * i860.h (PREDICATE_CODES):  Added definition.
-
-       * i386v4.h (ASM_FILE_START):  Definition added which generates
-       .version directive.
+       * cppinit.c (cpp_start_read): If -fpreprocessed, ignore
+       -D, -U and -A, and don't initialize the builtins.
+       (do_includes): Error if -include or -imacros with -fpreprocessed.
+       * cppmain.c (cb_define, cb_undef): Unconditionally process
+       the callback.
+       * tradcpp.c (main): Fix typo.
 
-Wed Jan 22 23:15:45 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
+2000-01-11  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * cppfiles.c (cpp_included, find_include_file, _cpp_execute_include)
+       (read_name_map): Use IS_ABSOLUTE_PATH.
+       * tradcpp.c (get_filename): Likewise.
+
+2001-01-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/m68hc11/m68hc11.md (*adcq, *subcq): Fix operand numbers.
+       (*ashlsi3_const16_zexthi, *ashlsi3_const1): Likewise.
+       (*lshrsi3_const, *lshrsi3_const1, *lshrsi3_const16): Likewise.
+       (*ashrsi3, *ashrsi3_const, *ashlsi3, *ashlsi3_const): Likewise.
+       (*ashlsi3_const1, *lshrsi3, *ashlsi3_const16): Likewise.
+       (cmphi_z_used): Don't use '@' for the output.
+       (tstqi_z_used): Likewise.
+       (cmpqi_z_used): Likewise.
+       (one_cmplsi2): Likewise.
+
+2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.c (barrier_align): Recognize branch around far
+       branch and redundant insn.
+
+2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * invoke.texi: Restore documentation of the drivers' switches -MD
+       and -MMD.
+
+2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
+
+       * Makefile.in (check-gcc//%, check-g++//%, check-g77//%,
+       check-objc//%): Support parallel testing of multilibs.
+       (TESTSUITEDIR): Set to testsuite by default, but override for
+       parallel testing.
+       (check-gcc, check-g++, check-g77, check-objc): Enter
+       $(TESTSUITEDIR).
+
+2001-01-11  Bernd Schmidt  <bernds@redhat.com>
+
+       * alias.c (throughout): Use REGNO, rather than ORIGINAL_REGNO.
+       * sched-deps.c (deps_may_trap_p): Likewise.
+       * basic-block.h: Remove a comment.
+       * flow.c (PROP_POSTRELOAD): Remove.
+       (update_life_info): Don't add it to prop_flags.
+       (mark_set_1): Lose the code that was enabled by it.
+
+2001-01-11  Michael Hayes  <mhayes@redhat.com>
+
+       * flow.c (flow_call_edges_add): New.
+       * basic_block.h (flow_call_edges_add): New.
+
+2001-01-11  J"orn Rennecke <amylaar@redhat.com>
+
+       * reload1.c (move2add_note_store): Update reg_set_luid even if
+       base reg remains the same.
+
+2001-01-10  Nick Clifton  <nickc@redhat.com>
+
+       * config/d30v/d30v.c (d30v_init_machine_status): Initialize
+       machine_function structure to zero.
+       Add prototypes for machine_status functions.
+
+2001-01-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * c-common.h (CTI_VOID_LIST): Remove.
+       (void_list_node): Likewise.
+       * tree.h (TI_VOID_LIST_NODE): New enumeral.
+       (void_list_node): New macro.
+       * config/arm/arm.c (arm_init_builtins): Use void_list_node.
+       * config/i386/i386.c (ix86_init_builtins): Likewise.
+       * config/ia64a/ia64.c (ia64_init_builtins): Likewise.
+
+2001-01-10  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * Makefile.in (tradcpp0): Depend on mkdeps.h.  Link mkdeps.o
+       * cppinit.c (cpp_start_read): Update comment, remove unneeded
+       if statement.
+       * tradcpp.c: Include mkdeps.h.
+       (deps, print_deps_phony_targets, deps_append, output_deps,
+       init_dependency_output, output_deps): New.
+       (deps_buffer, deps_allocated_size, deps_size, deps_column,
+       deps_output): Delete.
+       (print_deps_missing_files): Rename deps_missing_files.
+       (inhibit_output): Make global.
+       (main): Delete inhibit_output, deps_stream, deps_target.
+       Use mkdeps functionality in the same way as cpplib.  Remove
+       -g3 handling.  Handle -MF, -MP, -MQ, -MT.  Update handling of
+       -M and -MM.  Remove old handling of deps via deps_out, and
+       old reading of environment variables.
+       (get_filename): Update to use deps_add_dep.
+
+2001-01-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * output.h (make_function_rtl): Remove prototype.
+       (make_decl_rtl): Likewise.
+       * varasm.c (make_function_rtl): Remove.
+       (make_decl_rtl): Determine top-levelness from DECL_CONTEXT, rather
+       than from a third parameter.
+       * tree.h (make_decl_rtl): Remove last parameter.
+       * c-decl.c (builtin_function): Remove last argument in call to
+       make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
+       (start_function): Likewise.
+       * except.c (call_get_eh_context): Likewise.
+       * expr.c (emit_block_move): Likewise.
+       (clear_storage): Likewise.
+       * profile.c (output_func_start_profiler): Likewise.
+       * toplev.c (rest_of_decl_compilation): Likewise.
+       * objc/objc-act.c (create_builtin_decl): Likewise.
+       (synth_module_prologue): Likewise.
+       (generate_static_reference): Likewise.
+       (build_selector_reference_decl): Likewise.
+       (build_class_reference_decl): Likewise.
+       (build_objc_string_decl): Likewise.
+       (build_protocol_reference): Likewise.
 
-       * make-cc1.com: Predefine symbols for "rename" and "bison"; always
-       generate c-parse.h when generating c-parse.c.
+2001-01-10  Richard Henderson  <rth@redhat.com>
 
-Wed Jan 22 20:01:11 1992  Per Bothner  (bothner at cygnus.com)
+       * hwint.h: Revert yesterday's change.
 
-       * sdbout.c (sdbout_record_type_name):  Use typedef names
-       for C++.  (A kludge.)
-       * sdbout.c (sdbout_one_type):  Emit base classes as
-       dummy fields, just like dbxout.c when not using gdb extensions.
+2001-01-10  Nick Clifton  <nickc@redhat.com>
 
-Wed Jan 22 20:01:11 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+       * function.h (save_machine_status): Delete.
+       (restore_machine_status): Delete.
+       Amend comment describing {init|mark|free}_machine_status.
 
-       * fixincludes: Surround uses of ${INPUT} with "" instead of ''
-       so that it will get expanded.
+       * function.c (save_machine_status): Delete.
+       (restore_machine_status): Delete.
+       Amend comment describing {init|mark|free}_machine_status.
+       (push_function_context_to): Remove invocation of
+       save_machine_status.
+       (pop_function_context_from): Remove invocation of
+       restore_machine_status.
+
+       * emit-rtl.c (init_emit_once): Amend comment describing
+       {init|mark|free}_machine_status.
+
+       * tm.texi (Per-Function Data): New node.  Describe the
+       INIT_EXPANDERS macro and the {init|mark|free}_machine_status
+       function pointers.
+
+2001-01-10  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppinit.c (OPT_g): Remove.
+       (cpp_handle_option): Update for removed -g3.
+       (print_help): Update.
+       * cpplib.h (struct cpp_options): Remove debug_output.
+       * cppmain.c (setup_callbacks, cb_define): Update.
+       * gcc.c (cpp_options): Translate -g3 to -dD.
+
+2001-01-10  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/i960/i960.md: Change modifier to + on the zero_extract
+       pattern after the (rotate -2 reg) canonicalization pattern.
+
+2001-01-10  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/alpha.c (alpha_free_machine_status): New.
+       (override_options): Install it.
+       (alpha_mark_machine_status): Verify machine non-null.
+       * config/i386/i386.c (ix86_free_machine_status): New.
+       (override_options): Install it.
+       (ix86_init_machine_status): Use xcalloc.
+       (ix86_mark_machine_status): Verify machine non-null.
+       * config/ia64/ia64.c (ia64_free_machine_status): New.
+       (ia64_override_options): Install it.
+       (ia64_mark_machine_status): Verify machine non-null.
+
+Wed Jan 10 11:34:39 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * function.c (instantiate_virtual_regs): Instantiate virtual
+       registers found in CALL_INSN_FUNCTION_USAGE.
+
+2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * i386.h (CPP_CPU_SPEC): Allow for -std=c* and -std=i* as
+       equivalent to -ansi in disabling -Di386.
+
+Wed Jan 10 16:38:31 MET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_fp_compare_code_to_integer, ix86_fp_comparison_codes):
+       new functions.
+       (ix86_expand_fp_compare): Make trivial use of new infrastructure.
+
+2001-01-10  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm.c (arm_init_builtins): Temporarily disable xscale builtins.
+
+2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi: Document that -fcond-mismatch isn't supported for
+       C++.
+
+2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc.texi: Define macro gcctabopt.
+       * invoke.texi: Add manpage sections BUGS and AUTHOR.  Use
+       @command, @env and @option in some places where appropriate.  Use
+       @gcctabopt where appropriate.  Put URLs and email addresses inside
+       @w.
+
+2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c (cpp_options): Set MD file name from output
+       filename, if specified.
+       (suffix_subst): New static variable.
+       (do_spec): Clear it.
+       (do_spec_1, case '.'): Handle new `%.suffix' spec.
+       Clear it.
+       (give_switch): Handle suffix_subst.
 
-       * gcc.c (default_compilers): For c++, define __GNUG__ to 2, and
-       pass -trigraphs.
+2001-01-10  Phil Edwards  <pme@sources.redhat.com>
 
-       * cccp.1, cpp.1, gcc.1, g++.1: Delete more RCS variables.
+       * invoke.texi:  Fix another typo.
 
-Wed Jan 22 19:02:06 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-10  Phil Edwards  <pme@sources.redhat.com>
 
-       * combine.c (simplify_shift_const, case ASHIFT): If we will
-       be suppressing a sign extension because the upper bits are
-       already the same, verify that the operand is in the same
-       mode as we will be doing the shift; don't ignore a SUBREG
-       inside the inner SHIFT.
+       * invoke.texi:  Fix typo.
+
+2001-01-10  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lang.c (lang_hooks): Update.
+       (lang_decode_option): Remove.
+       (lang_init_options): Rename c_init_options.
+       * toplev.c (main): Use lang_hooks for lang_init_options
+       and lang_decode_option.
+       * toplev.h (lang_hooks): Add 2 new hooks.
+       * tree.h: Remove lang_init_options and lang_decode_option.
+       * cp/cp-tree.h (lang_decode_option): Rename cxx_decode_option.
+       * cp/decl2.c: Similarly.
+       * cp/lex.c (lang_init_options): Rename cxx_init_options.
+       (lang_hooks): Update.
+       * f/com.c (f_init, f_finish): Rename ffe_init, ffe_finish
+       for consistency.
+       (lang_init_options): Rename ffe_init_options.
+       (lang_hooks): Update.
+       (lang_decode_option): Remove.
+       * java/lang.c (lang_init_options): Rename java_init_options.
+       (lang_decode_option): Rename java_decode_option.
+       (lang_hooks): Update.
+       * objc/objc-act.c (lang_init_options): Rename objc_init_options.
+       (lang_decode_option): Rename objc_decode_option.
+       (lang_hooks): Update.
+
+2001-01-09  Nick Clifton  <nickc@redhat.com>
+
+       * config/d30v/d30v.c (d30v_eh_epilogue_sp_ofs): Delete.
+       (d30v_return_addr_rtx): Delete.
+       (d30v_expand_epilogue): Use eh_epilogue_sp_ofs field in the
+       cfun->machine structure.
+       (struct machine_function): Move to d30v.h
+       (d30v_save_machine_status): Delete.
+       (d30v_restore_machine_status): Delete.
+       (d30v_init_machine_status): New Function.
+       (d30v_mark_machine_status): New Function.
+       (d30v_free_machine_status): New Function.
+       (d30v_init_expanders): Use new functions.
+       (d30v_return_addr): Use ra_rtx field in cfun->machine.
+       (d30v_add_gc_roots): Remove d30v_eh_epilogue_sp_ofs and
+       d30v_return_addr_rtx.
+
+       * config/d30v/d30v.h (struct_machine): Move here.
+       Add eh_epilogue_sp_ofs field.
+
+       *config/d30v/d30v.md (epilogue): Initialize eh_epilogue_sp_ofs
+       field in cfun->machine structure.
+
+Tue Jan  9 21:34:57 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code,
+       PIC_OFFSET_TABLE_REGNUM_SAVED is a call_used register.
+       * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
+
+Tue Jan  9 21:25:19 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * objc/lang-options.h: Remove bogus reference to
+       Java trademark.
+
+2001-01-09  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.c (get_shift_alg): Use a struct shift_info to
+       return the result.
+
+2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
+
+       * reload.c (find_reloads_address): Check for eliminable registers
+       when substituting a constant expression for a pseudo.
+
+2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c (enum format_type): Add format_type_error.
+       (decode_format_type): New function.
+       (decl_attributes): Use it.
+       (format_kind_info): Adjust comment.
+
+2001-01-09  David O'Brien  <obrien@BSDi.com>
+
+       * config.gcc (*-*-gnu*, i[34567]86-*-elf*, i[34567]86-*-linux*libc1,
+       i[34567]86-*-linux*, i[34567]86-*-moss*): Specify needed platform specific
+       files in tm_file.
+       * config/i386/gnu.h: Don't include required platform specific .h files,
+       tm.h will do it instead.
+       * config/i386/i386elf.h: Likewise.
+       * config/i386/linux.h: Likewise.
+       * config/i386/moss.h: Likewise.
+       * config/mips/gnu.h: Likewise.
+
+2001-01-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.
+       (rs6000-ibm-aix3.[01]*): Likewise.
+       (rs6000-ibm-aix3.2.[456789]*, powerpc-ibm-aix3.2.[456789]*): Likewise.
+       (rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Likewise.
+       (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Likewise.
+       (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
+       (powerpc-*-sysv*): Include {tm_file}. svr4.h and rs6000/sysv4.h.
+       (powerpc-*-eabiaix*): Likewise.
+       (powerpc-*-eabisim*): Likewise.
+       (powerpc-*-elf*): Likewise.
+       (powerpc-*-eabi*): Likewise.
+       (powerpc-*-rtems*): Likewise.
+       (powerpc-*-linux*libc1): Likewise.
+       (powerpc-*-linux*): Likewise.
+       (powerpc-wrs-vxworks*): Likewise.
+       (powerpcle-wrs-vxworks*): Likewise.
+       (powerpcle-*-sysv*): Likewise.
+       (powerpcle-*-elf*): Likewise.
+       (powerpcle-*-eabisim*): Likewise.
+       (powerpcle-*-eabi*): Likewise.
+       (powerpcle-*-solaris2*): Likewise.
+       * config/rs6000/aix31.h: Delete includes.
+       * config/rs6000/aix3newas.h: Likewise.
+       * config/rs6000/aix41.h: Likewise.
+       * config/rs6000/aix43.h: Likewise.
+       * config/rs6000/beos.h: Likewise.
+       * config/rs6000/rtems.h: Likewise.
+       * config/rs6000/sysv4.h: Likewise.
+
+2001-01-09  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.c (get_shift_alg): Remove an argument cpu.
+       Change an argument mode of machine_mode to shift_mode of
+       shift_mode.  Remove an extra error check.
+       (emit_a_shift): Adopt to the new calling prototype of
+       get_shift_alg.
+       (function_prologue): Fix code for a monitor
+       function.  Support H8S.
+       (function_epilogue): Do not output pop for a monitor function.
+
+2001-01-09  Nick Clifton  <nickc@redhat.com>
+
+       * config/rs6000/rs6000.c (rs6000_sysv_varargs_p): Delete.
+       (setup_incoming_varargs): Use sysv_varargs_p field of the
+       cfun->machine structure.
+       (struct machine_function): Move to rs6000.h
+       (rs6000_save_machine_status): Delete.
+       (rs6000_restore_machine_status): Delete.
+       (rs6000_init_machine_status): New Function.
+       (rs6000_free_machine_status): New Function.
+       (rs6000_init_expanders): Use new functions.
+
+       * config/rs6000/rs6000.h (rs6000_sysv_varargs_p): Delete
+       export.
+       (struct machine_function): Move here.
+
+       * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Use
+       sysv_varargs_p field of the cfun->machine structure.
+
+       * config/rs6000/rs6000-protos.h (rs6000_save_machine_status):
+       Remove prototype.
+       (rs6000_restore_machine_status): Remove prototype.
+
+2001-01-09  Richard Henderson  <rth@redhat.com>
+
+       * sched-int.h (struct deps): Add max_reg, reg_last_in_use; merge
+       reg_last_uses, reg_last_sets, reg_last_clobbers into struct deps_reg.
+       * sched-deps.c (sched_analyze_1): Update uses of struct deps.
+       (sched_analyze_2, sched_analyze_insn): Likewise.
+       (sched_analyze, init_deps): Likewise.
+       (free_deps): Likewise.  Iterate with EXECUTE_IF_SET_IN_REG_SET.
+       * sched-rgn.c (propagate_deps): Likewise.  Remove max_reg argument.
+       (compute_block_backward_dependences): Update propagate_deps call.
+
+2001-01-09  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * gcc.c (process_command): Set switches[n_switches].ordering to 0.
+
+2001-01-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cppinit.c (OPT_MD, OPT_MMD): Restore.
+       (cpp_handle_option): Handle them.
+       (cpp_post_options): Ensure one of -M or -MM is specified with
+       any other -M? option.
+       (init_dependency_output): Suppress output with -MG.
+
+2001-01-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpp.texi: Update.
+       * invoke.texi: Update.
+
+2001-01-09  Bernd Schmidt  <bernds@redhat.com>
+
+       * sh.md (reload_outsf): Generate recognizable patterns for
+       TARGET_SH3E.
+
+2001-01-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lang.c (lang_hooks): Update.
+       (lang_init): Rename c_init.
+       (lang_finish): Remove.
+       * toplev.c (compile_file): Use lang_hooks for lang_init ()
+       and lang_finish ().
+       * toplev.h (lang_hooks): Add init () and finish ().
+       * tree.h (lang_init, lang_finish): Remove.
+       * cp/tree.h (lang_init, lang_finish): Remove.
+       * cp/decl2.c (cxx_post_options, lang_hooks): Move to cp/lex.c.
+       * cp/lex.c (cxx_init, cxx_finish, cxx_post_options,
+       lang_hooks): New.
+       (lang_init, lang_finish): Remove.
+       * f/com.c (lang_init, lang_finish): Rename f_init, f_finish.
+       (lang_hooks): Update.
+       * java/lang.c (lang_init): Rename java_init.
+       (lang_finish): Remove.
+       (lang_hooks): Update.
+       * objc/objc-act.c (lang_init): Rename objc_init.
+       (lang_finish): Remove.
+       (lang_hoooks): Update.
+
+20001-01-09  Graham Stott  <grahams@redhat.com>
+
+       * cppfiles.c (_cpp_execute_include): Move `len` initialisation
+       after `ptr` is initialized.
+
+2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.h (STATIC_CHAIN_REGNUM): Change from r13 to r3.
+       (INITIALIZE_TRAMPOLINE): Adjust accordingly.
+       * config/sh/sh.c (sh_expand_prologue): Use r1 as temporary for
+       stack adjusts, instead of r3.
+
+2001-01-09  Michael Hayes  <mhayes@redhat.com>
+
+       * flow.c (flow_loop_scan): Break out of ...
+       (flow_loops_find) ... here.
+       * basic-block.h (flow_loop_scan): New.
+       (LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES): Add.
+       (LOOP_EDGES, LOOP_EXITS_DOMS, LOOP_ALL): Redefine.
+
+2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * cppinit.c (cpp_cleanup): NULLify macro_buffer and zero
+       macro_buffer_len.
+       * cppmacro.c (cpp_macro_definition): Reset macro_buffer_len when
+       realloc()ing macro_buffer.
+
+       * hwint.h (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Use long long
+       if it's wider than long and the target's long is wider than the
+       host's.
 
-Wed Jan 22 09:25:07 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-01-09  Mark Mitchell  <mark@codesourcery.com>
 
-       * c-typeck.c (comp_target_types): Make decl static.
-       Don't forget to return the value.
-       (function_types_compatible_p, comptypes): Initialize `val'.
+       Remove support for using UWIN as a host machine.
+       * configure.in: Issue an error message.
+       * configure: Regenerated.
+       * config.gcc: Remove xm_* UWIN configury.
+       * config/i386/xm-uwin.h: Remove.
 
-Tue Jan 21 13:29:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-08  Nick Clifton  <nickc@redhat.com>
 
-       * cross-make (ALL): Override with definition it here.
-       * configure: Don't edit its value explicitly here.
+       * config/v850/v850.c (ra_rtx): Delete.
+       (v850_save_machine_status): Delete.
+       (v850_restore_machine_status): Delete.
+       (v850_init_machine_status): New function.
+       (v850_mark_machine_status): New function.
+       (v850_free_machine_status): New function.
+       (v850_return_addr): Use ra_rtx field in machine structure.
+       (v850_init_expanders): Use new functions.
 
-       * crtstuff.c (__do_global_ctors): Include DO_GLOBAL_CTORS_BODY
-       in crtend.o, not in crtbegin.o.
+       * config/v850/v850-protos.h: Fix prototypes for v850_output_*
+       * config/v850/v850.c: Change arguments to v850_output+* functions
+       to take a const char *, to avoid compile time warning.
+       * config/v850/v850.h (ASM_OUTPUT_LABELREF): Undefine, not needed.
+       (USER_LABEL_PREFIX): Redefine.
 
-       * svr3.h: Prepare to use with i386.
-       (PCC_BITFIELD_TYPE_MATTERS): Definition deleted.
-       This pertains to the individual cpu types.
-       (ASM_SHORT, ASM_LONG, ASM_DOUBLE): Likewise.
-       (DBX_DEBUGGING_INFO): Undef this.
-       (DBX_REGISTER_NUMBER): Deleted the #undef.
-       (STARTFILE_SPEC, LINK_SPEC, LIB_SPEC): Deleted.
-       * i860v3.h (STARTFILE_SPEC, LINK_SPEC, LIB_SPEC): New definitions.
+2000-01-08  Jim Wilson  <wilson@redhat.com>
 
-       * att386.h: Coexist with svr3.h.
-       (ASM_FILE_START): Deleted.
-       (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
-       (ASM_BYTE_OP, NO_DOLLAR_IN_LABEL): Likewise.
-       (ASM_OUTPUT_LABELREF): Undef before defining.
-       (ASM_FILE_START_1): Undef before defining.
-       (EXTRA_SECTION_FUNCTIONS): Deleted.
-       (BSS_SECTION_FUNCTION): New macro; defines bss_section.
+       * sched-rgn.c (BITSET_ADD, BITSET_REMOVE, bitset_member): Cast
+       1 to unsigned HOST_WIDE_INT before left shift.
 
-       * i386v.h, aix386.h: Include svr3.h.
-       (SCCS_DIRECTIVE, ASM_OUTPUT_IDENT): Deleted.
-       (TARGET_MEM_FUNCTIONS): Deleted.
-       (SDB_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Deleted.
+2001-01-08  Nick Clifton  <nickc@redhat.com>
 
-       * Support constructors and destructors on svr3.  From james@bigtex.
-       * i386v.h, aix386.h (STARTFILE_SPEC): Use crtbegin.o after crt1.o.
-       (LIB_SPEC): Use crtend.o before crtn.o.
-       (CTORS_SECTION_ASM_OP, ASM_OUTPUT_CONSTRUCTOR): New macros.
-       (INIT_SECTION_ASM_OP): Likewise.
-       * svr3.h (DTORS_SECTION_ASM_OP): New macros.
-       (DO_GLOBAL_CTORS_BODY): New macro.
-       (EXTRA_SECTIONS,EXTRA_SECTION_FUNCTIONS): Use .init and .fini
-       sections in addition to .bss.
-       ({INIT,FINI}_SECTION_FUNCTION): New macros for *_section functions.
-       ({CTORS,DTORS}_SECTION_FUNCTION): Macros deleted.
-       (ASM_OUTPUT_CONSTRUCTOR): Deleted.
-       (ASM_OUTPUT_DESTRUCTOR): Use ASM_LONG.
-       (INT_ASM_OP): Deleted.
+       * config/arm/arm.c (arm_mark_machine_status): Check to see if
+       the machine structure has been allocated.
+       (arm_free_machine_status): New function: Free the machine
+       specific function structure.
 
-       * c-typeck.c (default_conversion): Don't use initial value if BLKmode.
-       If do use the initial value, update `type'.
+2001-01-08  Richard Henderson  <rth@redhat.com>
 
-       * arm.h (STRUCTURE_SIZE_BOUNDARY): New definition.
+       * jump.c (simplejump_p): Revert last change.
 
-       * stor-layout.c (layout_type): Ignore MAX_FIXED_MODE_SIZE for integers.
+2001-01-08  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * ultrix.h (SIZE_TYPE): Use `unsigned int'.
-       * Makefile.in (install-common): Add missing -f in rm.
-       (install-fixincludes): Install the README file.
+       * cppinit.c (init): Rename init_library.
+       (cpp_create_reader): Update.
+       * gcc.c (cpp_options): If -o given, use it as the target of
+       any -M options.
 
-       * fixincludes: Don't match on size_t, etc., since we don't actually
-       change them.
+2001-01-08  Richard Earnshaw  <rearnsha@arm.com>
 
-Mon Jan 20 23:22:45 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * arm.c (arm_arch5e): New variable.
+       (all_cores): XScale is a 5TE device.
+       (arm_override_options): Set arm_arch5e.
+       (arm_init_builtins): __builtin_prefetch is in arch5e.
+       * arm.h (arm_arch5e): Declare it.
 
-       * cp-call.c (ideal_candidate): Don't see two functions as ambiguous
-       if one is argument-by-argument equivalent or better than another.
+       * arm.h (PREDICATE_CODES): Add arm_hard_register_operand.
 
-Mon Jan 20 14:08:06 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * arm.md (define_constants): Add defines for UNSPEC and
+       UNSPEC_VOLATILE insns.  Update all users.
+       (define_constants): Add constants for IP_REGNUM, SP_REGNUM, PC_REGNUM.
+       * arm.c (multi_register_push, note_invalid_constants)
+       (emit_multi_reg_push, emit_sfm, expand_prologue): Use constants.
+       * arm.h (SP_REGNUM, IP_REGNUM, PC_REGNUM): Delete defines.
+       (STACK_POINTER_REGNUM): Define in terms of SP_REGNUM.
 
-       * toplev.c (strip_off_ending): Add ".ada".
+Mon Jan  8 16:14:56 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-Mon Jan 20 13:53:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * jump.c (jump_optimize_1): Use reversed_comparison_code
+       instead of can_reverse_comparison_p.
+       (jump_back_p): Likewise.
+       (invert_exp_1): Likewise.
+       (thread_jumps): Likewise.
+       * simplify-rtx.c (simplify_unary_operation): Likewise.
+       (simplify_ternary_operation): Likewise.
+       * cse.c (find_comparison_args): Convert to use
+       can_reverse_comparison_p.
+       (record_jump_equiv): Likewise.
 
-       * protoize.c (xfree): No longer static.
+2001-01-08  Richard Earnshaw  <rearnsha@arm.com>
 
-       * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Allow tm.h to override.
+       * arm.h (HARD_REGNO_RENAME_OK): Delete.
+       (EPILOGUE_USES): Define.
+       (INITIAL_ELIMINATION_OFFSET): Current prologue code does not
+       automatically stack the LR if it isn't live.
 
-       * final.c (leaf_renumber_regs_insn): Do just the pattern of an insn.
+Mon Jan  8 13:46:02 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * pyr.h (PCC_BITFIELD_TYPE_MATTERS): Defined.
-       (STRUCTURE_SIZE_BOUNDARY): Deleted.
+       * i386.c (ix86_expand_int_movcc): Take care to reverse fp conditions
+       properly.
 
-       * mips.c: Clean up spacing around square brackets.
+Sun Jan  7 18:37:43 2001  Mark P Mitchell  <mark@codesourcery.com>
 
-       * c-typeck.c (convert_arguments):
-       Get rid of feature to convert to a tagless union type.
-       (common_type): Add pedantic warning.
-       (comptypes, function_types_compatible_p): Return 2 meaning warn.
-       (comp_target_types): Do the warning here.
-       (type_lists_compatible_p): New function.
+       * ggc-page.c (max_alignment): New structure.
+       (MAX_ALIGNMENT): New macro.
+       (init_ggc): Use it to round up the sizes in the
+       extra_order_size_table.
 
-Sun Jan 19 17:32:19 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+2001-01-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-       * reload1.c (emit_reload_insns): Fix typos when checking for secondary
-       icode.
+       * config/rs6000/rs6000.h (EPILOGUE_USES): New, mark link register
+       after reload.
 
-Sun Jan 19 15:28:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-       * global-alloc.c (global_alloc): If LEAF_REGISTERS, those are the
-       regs that cost nothing to save, for setting regs_already_used.
+       * builtins.def (BUILT_IN_FPRINTF): New entry.
 
-       * expr.c (expand_builtin): Preserve function value reg
-       around the call to __builtin_saveregs.
+       * c-common.c (c_expand_builtin_fprintf): New function.
+       (init_function_format_info): Handle __builtin_fprintf.
+       (c_common_nodes_and_builtins): Declare fprintf/__builtin_fprintf.
+       (c_expand_builtin): Handle BUILT_IN_FPRINTF.
 
-       * configure (mips-sgi-irix4*, mips-sgi-irix*): Set install_with_cp.
+       * c-decl.c (duplicate_decls): Adjust comment.
 
-       * c-decl.c (start_function):
-       Check properly for `static' function in handling -Wmissing-prototypes.
+       * extend.texi (fprintf): Document new builtin.
 
-       * libgcc2.c (__main): Omit this fn if INIT_SECTION_ASM_OP.
+2001-01-07  Richard Henderson  <rth@redhat.com>
 
-Sun Jan 19 13:23:13 1992  Fred Fish  (fnf at sunfish)
+       * jump.c (simplejump_p): Recognize any single_set jump
+       of the proper form.
 
-       * amix.h (ASM_OUTPUT_ASCII):  Override version in svr4.h.
+2001-01-07  Richard Henderson  <rth@redhat.com>
 
-Sun Jan 19 13:16:56 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * configure.in (slibdir): Accept an --with-slibdir option.
+       Use "test" not "[" in configure.  Default to $(libdir).
 
-       * cp-search.c (lookup_field): Accept IS_AGGR_TYPE_CODE, not
-       just == RECORD_TYPE.
+       * config/t-linux (SHLIB_INSTALL): Double quote slibdir;
+       fix typo in rm -f.
+       * config/t-aix43 (SHLIB_INSTALL): Likewise.
+       * config/alpha/t-osf4 (SHLIB_INSTALL): Likewise.
+       (SHLIB_LINK): Create links for the soname.
+       * config/mips/t-iris6: Likewise.
+       * config/sparc/t-slibgcc: Likewise.
+       * config/sparc/t-slibgcc-sld: Likewise.
 
-       * cp-class.c (finish_struct): Clear a tentative setting of
-       DECL_BIT_FIELD.
+2001-01-07  Jakub Jelinek  <jakub@redhat.com>
 
-       * cp-decl.c (start_decl): Don't call `pushclass' for incomplete
-       CONTEXT.
+       * config/i386/i386.c (constant_call_address_operand): Accept
+       (const (plus (symbol_ref) (const_int))).
+       * config/i386/i386.h (PREDICATE_CODES): Add CONST for
+       constant_call_address_operand.
 
-       * cp-typeck.c (comp_target_types): Call `comp_target_parms' with
-       STRICT == 0, not -1.
-       (build_conditional_expr): Check that the target types of TYPE1 and
-       TYPE2 are aggr type before calling `common_base_type'.
+2001-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
-Sun Jan 19 04:10:16 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * libgcc2.h (W_TYPE_SIZE): Fix case where MIN_UNITS_PER_WORD == 1
+       and LONG_LONG_TYPE_SIZE > 32.
 
-       * configure: Fix typo inserting INSTALL=cp into makefile.
+2001-01-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
-Sat Jan 18 12:06:58 1992  Michael Tiemann  (tiemann at cygnus.com)
+       * jump.c (reversed_comparison_code_parts): Fix typo introduced by
+       the previous change.
 
-       * cp-lex.c (build_with_cleanup): Delete obsolete function.
-       * cp-tree.c (break_out_cleanups): New function.
-       * cp-decl.c (cplus_expand_expr): Call `break_out_cleanups'.
-       * cp-typeck.c (build_compound_expr): Ditto.
+Sun Jan  7 19:37:48 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-call.c (convert_harshness): Make any inheritance relationship
-       preferable to a void* conversion.
-       * cp-tree.h (CLASSTYPE_MAX_DEPTH): New macro.
-       * cp-class.c (finish_struct_bits): Set CLASSTYPE_MAX_DEPTH.
+       * jump.c (reversed_comparison_code_parts, reversed_comparison_code):
+       New.
+       (can_reverse_comparison_p): Rewrite to use reversed_comparison_code.
+       (reverse_condition_maybe_unordered): Abort on unsigned comparisons.
+       * rtl.h (reversed_comparison_code_parts, reversed_comparison_code):
+       Declare.
 
-       * cp-cvt.c (build_up_reference): Don't return in ARRAY_REF case,
-       since we may need to adjust the return value for complex
-       inheritance.
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * cp-decl2.c (lang_f_options): Add recognizers for -f{no-}builtin,
-       -f{no-}ident, and -ansi.  Also, remove unnecessary "no-*" forms.
+       * fix-header.c (read_scan_file): s/pfile/scan_in/.
 
-       * cp-init.c (emit_base_init): If PEDANTIC, don't let base
-       initializers leak up the hierarchy.
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lang.c (c_post_options): Call cpp_post_options.
+       * objc/objc-act.c (objc_post_options): Similarly.
+       * cppmain.c (main): Similarly.
+       * fix-header.c (read_scan_file): Similarly.
+       * cppinit.c (cpp_start_read): Move option consistency checks
+       to cpp_post_options.  Don't call init_dependency_output.
+       If needed, add default target and main file dependency.
+       (OPT_MD, OPT_MMD): Remove.
+       (OPT_MF): New.
+       (cpp_handle_option): Update for OPT_* changes.
+       (cpp_post_options): New.
+       (init_dependency_output): Command line -MF overrides environment
+       variables.  Don't set default target etc.  Suppress output
+       if dependencies are going to stdout.
+       (print_help): Update.
+       * cpplib.h (cpp_post_options): New.
+       * gcc.c (cpp_options): Update for -MD, -MMD, -MF.
 
-       * cp-parse.y (structsp): Disable gratuitous error message.
+Sun Jan  7 14:44:19 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-call.c (convert_harshness): Don't overlook PENALTY when
-       signed/unsigned differences are noted (in both POINTER_TYPE and
-       REFERENCE_TYPE cases).
+       * jump.c (comparison_dominates_p): Support unordered compares.
 
-       * toplev.c (strip_off_ending): Grok ".ii" endings (C++ preprocessed
-       files).
+Sun Jan  7 14:39:07 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-typeck.c (build_component_ref): Add special handler when
-       COMPONENT is the CLASSTYPE_VFIELD name for BASETYPE.
+       * simplify-rtx.c (simplify_relational_operation): Always simplify
+       ORDERED and UNORDERED when FLAG_FAST_MATH.  Handle properly UNLE
+       and UNGE.
 
-Sat Jan 18 08:29:58 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+Sun Jan  7 14:35:13 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cse.c (cse_insn): Don't make constant pool entries in MODE_CC modes.
+       * combine.c (combine_simplify_rtx): Recognize the unordered compares.
+       (nonzero_bits): Likewise.
+       (simplify_comparison): Likewise.
+       (num_sign_bit_copies): Likewise; return more sane value depending
+       on STORE_FLAG_VALUE.
+       (known_cond): Do not assume EQ to be always true for equivalent
+       operands.
+
+Sun Jan  7 14:31:57 MET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * cse.c (fold_rtx): Handle unordered comparisons.
+
+Sun Jan  7 13:49:19 MET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * rtlanal.c (set_of_1): New static function.
+       (reg_set_last_1, reg_set_p_1, reg_set_reg, reg_set_flag,
+        reg_set_last_unknown, reg_set_last_value, reg_set_last_first_regno,
+        reg_set_last_last_regno): Remove.
+       (set_of): New global function.
+       (set_of_data): New structure.
+       (reg_set_p, reg_set_last): Revamp for set_of.
+       * rtl.h (set_of): New.
+
+2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.
+       * extend.texi: Document _Exit builtin.
+
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * (initialize, initialize_builtins,
+       initialize_dependency_output, initialize_standard_includes):
+       Rename s/initialize/init. Update.
+       (init_dependency_output): Move to after
+       cpp_handle_options, the correct location temporally at least.
+       (opt_comp): Move next to init (), its caller.  Fix prototype.
+       (init): Make "initialized" local scope.
+       (cpp_create_reader): Always call init ().
+       (cpp_start_read): Update.
+       (output_deps): New function, broken out of cpp_finish.
+       (cpp_finish): Break out output_deps.
+
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * collect2.c (COFF specific stuff): Revert 12-06 patch
+       to prototype system functions.
+
+2001-01-07  Michael Hayes  <mhayes@redhat.com>
+
+       * hard-reg-set.h: Add multiple include guard.
+       * basic-block.h (struct loop): Add `sink' field.
+       * loop.h: Include sbitmap.h, hard-reg-set.h, and basic-block.h.
+       (emit_iv_add_mult): Delete.
+       (loop_iv_add_mult_hoist, loop_iv_add_mult_sink): Define.
+       (loop_iv_add_mult_emit_before, loop_insn_sink): Define.
+       (unroll_loop): Remove end_insert_before argument.
+       * loop.c (loop_givs_rescan): Remove end_insert_before argument.
+       (maybe_eliminate_biv_1): Likewise.
+       (emit_iv_add_mult): Delete.
+       (gen_add_mult, loop_regs_update): New.
+       (loop_insn_emit_after, loop_insn_emit_before): New.
+       (loop_insn_sink, loop_insn_sink_or_swim): New.
+       (emit_iv_add_mult): Delete.
+       (scan_loop): Set loop->sink.
+       (loop_givs_reduce): Use loop_insn_sink and its ilk.
+       (loop_givs_rescan, strength_reduce, check_dbra_loop): Likewise.
+       (maybe_eliminate_biv_1): Likewise.
+       (maybe_eliminate_biv_1): Add basic block argument.
+       * unroll.c (unroll_loop): Remove end_insert_before argument.
+       (find_splittable_regs): Likewise.
+       (find_splittable_regs): Use loop_insn_sink and its ilk.
+       (find_splittable_givs, final_biv_value, final_giv_value): Likewise.
+
+2001-01-07  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.h (loop_insn_hoist): New prototype.
+       * loop.c (loop_insn_hoist, loop_insn_emit_before): New.
+       (move_movables, loop_givs_rescan): Use loop_insn_hoist.
+       (check_dbra_loop, load_mems): Likewise.
+       * unroll.c (unroll_loop, find_splittable_regs): Likewise.
+       (find_splittable_givs): Likewise.
+
+2001-01-07  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.c (emit_iv_add_mult): Use single_set to examine new insn.
+
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * sched-rgn.c (is_cfg_nonregular): Fix thinko's last change.
+
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and
+       NO_SHARED_LIBGCC_MULTILIB as required for the target.
+       * gcc.c (init_spec): Massage the existing libgcc_spec into a
+       variant that handles a shared libgcc.
+       (process_command): Always validate -{static,shared}-libgcc.
+       (do_spec_1): New 'M' case.
+       * invoke.text (Link Options): Document -{static,shared}-libgcc.
+
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (slibdir): New variable.
+       (libgcc.mk): Pass SHLIB_INSTALL to mklibgcc.
+       (installdirs): Create slibdir.
+       (install-libgcc, install-multilib): Defer to libgcc.mk.
+       * configure.in (slibdir): Substitute.
+       * mklibgcc.in (install): New target.
+
+       * config/t-linux (SHLIB_LINK): Create links for the soname.
+       (SHLIB_INSTALL): New.
+       * config/alpha/t-osf4 (SHLIB_INSTALL): New.
+       * config/mips/t-iris6 (SHLIB_INSTALL): New.
+       * config/rs6000/t-aix43 (SHLIB_INSTALL): New.
+       * config/sparc/t-slibgcc (SHLIB_INSTALL): New.
+       * config/sparc/t-slibgcc-sld (SHLIB_INSTALL): New.
+
+2001-01-07  Richard Henderson  <rth@redhat.com>
+
+       * config/rs6000/aix.h (LINK_LIBGCC_SPECIAL_1): New.
+       * config/rs6000/rs6000.h (LIBGCC_SPEC): Remove.
+       * config/rs6000/sysv4.h (LIBGCC_SPEC): Remove.
+
+2001-01-07  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.c (count_loop_regs_set): Delete.
+       (load_mems_and_recount_loop_regs_set): Delete.
+       (loop_regs_scan): Merge common code from count_loop_regs_set,
+       scan_loop, and load_mems_and_recount_loop_regs_set.
+       (scan_loop): Call load_mems directly and loop_regs_scan
+       again if new registers created.
+
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * toplev.c (main): Call the front-end specific post_options
+       hook if one is given.
+       * toplev.h (struct_lang_hooks, lang_hooks): New.
+       * c-lang.c (c_post_options, lang_hooks): Implement lang_hooks
+       for the C front end.
+       * cp/decl2.c (cxx_post_options, lang_hooks): Implement
+       lang_hooks for the C++ front end.
+       * objc/objc-act.c (objc_post_options, lang_hooks): Implement
+       lang_hooks for the ObjC front end.
+       * f/com.c (lang_hooks): Hooks for the Fortran front end.
+       * java/lang.c (lang_hooks): Hooks for the Java front end.
+
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * c-lex.c (init_c_lex): Request #define / #undef callbacks
+       for verbose DWARF[2] debugging.
+       (cb_define, cb_undef): The new callbacks.
+       * toplev.h (debug_define, debug_undef): Make const correct.
+       * toplev.c (debug_define, debug_undef): Similarly.  Do not
+       perform the verbosity tests here anymore.
+
+2001-01-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * reload.c (subst_reloads): Take INSN argument.  When
+       replacing a LABEL_REF in a JUMP_INSN, add a REG_LABEL note.
+       * reload.h (subst_reloads): Adjust prototype.
+       * reload1.c (reload_as_needed): Pass INSN to subst_reloads.
+       * jump.c (mark_all_labels): Canonicalize any REG_LABEL notes
+       present in JUMP_INSNs and copy them to JUMP_LABEL.
+       * flow.c (find_label_refs, find_basic_blocks_1): Skip
+       JUMP_INSNs and insns with REG_LABELs that are followed by
+       JUMP_INSNs with the same REG_LABEL.
+       * sched-rgn.c (is_cfg_nonregular): Likewise.
+       * rtlanal.c (computed_jump_p): Make it false if a REG_LABEL
+       note is available.
+       * unroll.c (unroll_loop): Look for REG_LABEL notes in
+       JUMP_INSNs too.
+       * rtl.texi (REG_LABEL): Document usage in JUMP_INSNs.
 
-Sat Jan 18 00:28:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+2001-01-06  Richard Henderson  <rth@redhat.com>
 
-       * Makefile.in (install-common): Fix typo installing gcc.
-       
-       * crds.h, isi.h, newpbb.h, tti68k.h: Add #error because -m68000
-       will cause a crash (I think), to ask people what to do.
+       * loop.c (scan_loop): Use xcalloc for the regs array.
+       (load_mems_and_recount_loop_regs_set): Zero the new memory
+       received from xrealloc.
 
-       * gmicro.h (ASM_FILE_START): Don't do anything.
-       (TARGET_DEFAULT): Turn on the bitfield flag.
-       (TARGET_SWITCHES): Get rid of the bitfield options.
+2001-01-06  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * c-lex.c (readescape): No warning for \?.
+       * mkdeps.c (deps_add_dep): Fix vector re-allocation.
 
-       * protoize.c (munge_compile_params): Fix cast that sets compile_params.
-       (xmalloc, xrealloc): No longer static.
-       * Makefile.in (protoize, unprotoize): Add LIBDEPS as deps.
+Sat Jan  6 00:09:34 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * va-i860.h (va_arg): Use __extension__ to suppress pedantic warning.
-       * va-sparc.h, va-spur.h, va-pyr.h: Likewise.
+       * integrate.c (copy_rtx_and_substitute): When copying
+       an ignored return value, strip REG_FUNCTION_VALUE_P.
 
-       * x-irix4.h: New file.
-       * config.sub: Don't convert irix to sysv.
-       * configure (mips-sgi-irix4*): New configuration.
-       (mips-sgi-irix*): Renamed from mips-sgi-sysv*.
+2001-01-06  Michael Hayes  <mhayes@redhat.com>
 
-       * gcc.c (process_command):
-       Handle the standard_exec_prefix* before the md_*_prefix.
+       * loop.c (debug_biv, debug_giv): New.
+       (loop_biv_dump): Break out from ...
+       (record_biv): ... here.
+       (loop_giv_dump): Break out from ...
+       (record_giv): ... here.
+       (loop_bivs_check): Use print_simple_rtl.
+       * unroll.c (loop_iterations): Use print_simple_rtl.
 
-       * i386.h, ns32k.h (PCC_BITFIELD_TYPE_MATTERS): Defined.
+2000-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * Makefile.in (libgcc1.null): Depend on GCC_PASSES.
+       * pa.md (return, return_internal): Modify patterns to prevent regrename
+       mucking with the return pointer.
 
-       * cccp.c (lookup_import, add_import): VMS kludges so they compile.
-       (hack_vms_include_specification): Add forward declaration.
+2001-01-05  Richard Henderson  <rth@redhat.com>
 
-       * stor-layout.c (layout_record): Handle BITFIELD_NBYTES_LIMITED
-       just like one of the things done for PCC_BITFIELD_TYPE_MATTERS.
+       * dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.
 
-       * x-next, x-i386mach: Deleted.
-       * t-libc-ok: New file.  Define just LIBGCC1.
-       * configure (i386-*-mach, m68k-next-*): Use t-libc-ok.
+Fri Jan  5 16:34:18 2001  Nick Clifton  <nickc@redhat.com>
 
-       * t-svr4 (FIXINCLUDES): Defined.
-       * t-m88kv4 (FIXINCLUDES): Defined.
-       * t-svr3 (EXTRA_PARTS): Defined.
-       * t-i386sco (EXTRA_PARTS): Defined.
+       * config/v850/lib1funcs.asm: Replace __mulsi3 routine with faster
+       version supplied by Matteo Frigo.
 
-       * configure (sparc-*-sysv4*): New alternative.
+2001-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * configure (install_with_cp): New flag an alternative can set.
-       If host sets it, add INSTALL=cp to Makefile.
-       Set this for any system V, and for m68k-crds-unos.
+       * cpp.texi: Update for -MQ.
+       * cppinit.c (cpp_create_reader): Always create pfile->deps.
+       (cpp_cleanup): Always free pfile->deps.
+       (initialize_dependency_output): Don't create pfile->deps.
+       (cpp_handle_option): Similarly.
+       (OPT_MQ): New.
+       * gcc.c (cpp_options): Handle -MQ.
+       (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
+       * mkdeps.c (base_name): Remove.
+       (deps_init): Don't allocate vector space until it's needed.
+       (deps_free): Only free vectors if allocated.
+       (deps_add_target, deps_add_dep): Update for initial allocation.
+       (deps_add_default_target): Don't strip to the base_name.
 
-Sat Jan 18 23:15:08 1992  Ron Guilmette  (rfg at ncd.com)
+2001-01-05  DJ Delorie <dj@redhat.com>
 
-       * va-i860.h (va_list): Made __reg_base field type long* to avoid
-       compilation errors.
-       (__savereg): Add explicit cast to (__va_saved_regs *).
+       * config/v850/v850.h (RETURN_ADDR_RTX): Define.
+       (INIT_EXPANDERS): Define.
 
-Fri Jan 17 15:09:34 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * config/v850/v850.c (struct machine_function): Define.
+       (v850_save_machine_status): New function.
+       (v850_restore_machine_status): New function.
+       (v850_return_addr): New function.
+       (v850_init_expanders): New function.
 
-       * i386.h (FUNCTION_BOUNDARY): Do larger alignments for i486.
-       (ASM_OUTPUT_ALIGN_CODE): Same here.
-       (ASM_OUTPUT_LOOP_ALIGN): But not here - do word aligns as before.
+       * config/v850/v850-protos.h: Add prototypes for v850_return_addr
+       and v850_init_expanders.
 
-       (enum reg_class): Delete classes ADREG and BREG - neither used nor
-       useful.  Add classes FP_TOP_REG and FP_SECOND_REG.
-       (REG_CLASS_NAMES): Likewise.
-       (REG_CLASS_CONTENTS): Likewise.
-       (REGNO_REG_CLASS): Reflect that change.
-       (REG_CLASS_FROM_LETTER): Likewise.  Add "t" and "u" constraints.
-       (CLASS_MAX_NREGS): New classes use only 1 hard reg for any mode.
+2001-01-05  Zack Weinberg  <zack@wolery.stanford.edu>
 
-       (CONST_OK_LETTER_P): Document uses of letters.
+       * cpplib.h (struct cpp_reader): Add help_only field.
+       * cppinit.c (COMMAND_LINE_OPTIONS): Add OPT_version.
+       (cpp_handle_option): Set pfile->help_only if we see -h,
+       --help, -target-help, or --version.  Print version string but
+       do not set help_only if we see -v or -version.  Make text
+       printed by -v match that printed by (-)-version.
 
-       * reg-stack.c: Add comments describing rules for asm statements
-       involving stack-like regs.
-       (asm_regs): Delete unused variable.
-       (fatal_for_asm): Delete unused function.
+       * cppmain.c (main): Exit after option parsing if
+       pfile->help_only is true.
 
-       (get_asm_operand_lengths): New function.
-       (constrain_asm_operands): New function.  Like constrain_operands,
-       but records some information about the matched alternative.
+       * toplev.c (independent_decode_option): Call print_version,
+       then exit, if we see --version (but not -version).
+       (print_version): Split lengthy message into two lines.
 
-       (record_asm_reg_life): New function.
-       (record_reg_life): If INSN is an asm statement, decode operands
-       and pass to record_asm_reg_life.
-       (record_reg_life_pat): Abort if any asm is seen here.
+2001-01-05  Nick Clifton  <nickc@redhat.com>
 
-       (subst_asm_stack_regs): New function.
-       (subst_stack_regs): If INSN is an asm statement, decode operands
-       and pass to subst_asm_stack_regs.  When handling REG_UNUSED notes,
-       emit the pops in the right order.
+       * config/v850/v850.c (v850_encode_data_area): Use alloca to create
+       temporary string for initialisation before calling ggc_alloc_string.
 
-       (change_stack): New argument to insert any new insns before INSN
-       instead of after.  All callers changed.
+2001-01-06  Michael Hayes  <mhayes@redhat.com>
 
-       (emit_swap_insn): Abort if the reg is not found in REGSTACK.
+       * rtl.h (print_simple_rtl): New.
+       * print-rtl.c (print_simple_rtl): New.
+       (flag_simple): New.
+       (print_rtx): Disable printing of flags and modes, etc.,
+       if `flag_simple` nonzero.
 
-       * Makefile.in (reg-stack.o): Depends on insn-config.h.
+2001-01-05  Zack Weinberg  <zack@wolery.stanford.edu>
 
-Fri Jan 17 16:38:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
+       * function.c (fixup_var_refs): Use push_to_full_sequence where
+       possible.
 
-       * toplev.c, flags.h (in_system_header): Declare here.
-       * c-lex.c, cp-lex.c (in_system_header): Not here.
-       * toplev.c (rest_of_compilation): Don't warn of unused static function
-       if definition is in a system header.
+2001-01-05  Michael Meissner  <meissner@redhat.com>
 
-       * gcc.c (do_spec_1): Add missing arg in recursive call.
-       (link_command_spec): Don't pass -s, -S, -u*, -X, -Y*.
+       * flags.h (flag_reorder_blocks): Add declaration.
+       (flag_rename_block): Ditto.
 
-Fri Jan 17 12:51:28 1992  Jim Wilson  (wilson at cygnus.com)
+2001-01-05  DJ Delorie  <dj@redhat.com>
 
-       From Tiemann:
-       * rtlanal.c (reg_set_between_p): Call `reg_set_p' with INSN, not the
-       body of INSN so that CALL_INSNs are properly handled.
-       * explow.c (find_next_ref): Ditto.
+       * function.c (reorder_blocks): Make sure the flags are all reset
+       before using them to mark blocks, else a second invocation will
+       corrupt the block chain.
+       (reorder_blocks_0): New, resets the flags.
 
-       * hp800.h, hp800.md: Delete RCS Header variables.
+Fri Jan  5 20:34:06 2001  J"orn Rennecke <amylaar@redhat.com>
 
-       * reg-stack.c (replace_reg): Change `abort' to `abort ()'.
+       * cse.c (find_comparison_args): Stop if the argument is known to
+       be constant.
 
-Fri Jan 17 14:30:14 1992  Michael Meissner  (meissner at osf.org)
+2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
 
-       * caller-save.c (insert_save_restore): Don't pass a CODE_LABEL to
-       reg_mentioned_p when the machine has a condition code, since
-       CODE_LABEL's don't have the same format as normal INSN's do.
+       * config/sh/sh.md (movdf): When splitting load into pair of
+       registers, don't clobber the register used in the address too
+       early.
 
-Fri Jan 17 13:24:33 1992  Tom Wood  (wood at dg-rtp.dg.com)
+2001-01-05  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * Makefile.in (unprotoize.o): Use the rm -f option.
+       * varasm.c (mark_constant_pool): Improve initial comments.
+       (mark_constants): Move marking of constants to mark_constant.
+       (mark_constant): New function to recursively mark all constants
+       referred to by a constant.
 
-       * cp-lex.c (check_newline): Define `used_up' as in c-lex.c.
-       (in_system_header): Define as in c-lex.c.
+2001-01-05  Catherine Moore  <clm@redhat.com>
 
-Fri Jan 17 08:14:04 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * dbxout.c ((dbxout_parms): Handle invisible ref where decl is a REG.
 
-       * reorg.c (delete_from_delay_slot): Pass correct length to
-       emit_delay_sequence.
+2001-01-05  Phil Edwards  <pme@sources.redhat.com>
 
-       * genattrtab.c (substitute_address): Handle IF_THEN_ELSE in addition
-       to COND.
+       * cp/lang-options.h:  Bring comment in line with reality.
+       * f/lang-options.h:  Likewise.
+       * java/lang-options.h:  Likewise.
+       * objc/lang-options.h:  Likewise.
+       * ch/lang-options.h:  Likewise.
+       * f/g77.texi:  And update the manual.
 
-       * expr.c (expand_builtin, case BUILT_IN_STRLEN): Correct args in
-       expand_expr call.
+2001-01-05  Marek Michalkiewicz  <marekm@linux.org.pl>
+           Denis Chertykov  <denisc@overta.ru>
 
-Fri Jan 17 17:33:40 1992  James Van Artsdalen  (james@raid)
+       * config/avr/avr-protos.h (avr_peep2_scratch_safe): Prototype.
+       * config/avr/avr.c (avr_peep2_scratch_safe): New function.
+       * config/avr/avr.md (all peepholes that request a scratch register):
+       Call it, FAIL the peephole if not safe (in interrupt functions).
 
-       * x-i386v4 (CCLIBFLAGS): Delete macro.
-       (GCC-CFLAGS): Delete macro.  Prevented Makefile.in from working.
+2001-01-05  Mark Mitchell  <mark@codesourcery.com>
 
-Thu Jan 16 17:03:27 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+       * ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.
 
-       * Makefile.in (cleanconfig): Also delete tconfig.h.
+2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-       * varasm.c (assemble_external): Only call ASM_OUTPUT_EXTERNAL once
-       for each symbol.
-       (assemble_external_libcall): Fix minor typo in spacing.
+       * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):
+       Define.
+       * builtins.c (expand_builtin): Abort on BUILT_IN_CONJ,
+       BUILT_IN_CREAL and BUILT_IN_CIMAG.
+       * c-common.c (c_common_nodes_and_builtins): Create builtin conjf,
+       conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
+       (expand_tree_builtin): Handle BUILT_IN_CONJ, BUILT_IN_CREAL and
+       BUILT_IN_CIMAG.
+       * extend.texi: Document these builtins.
 
-       * toplev.c (main): Force error if invalid -W option is used.
+2001-01-05  Daniel Berlin  <dberlin@redhat.com>
 
-Thu Jan 16 13:35:13 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * c-common.c (lang_get_alias_set): Say we know nothing of
+       VECTOR_TYPE aliasing.
 
-       * m88kdgux.h (CPP_PREDEFINES): Added __CLASSIFY_TYPE__ back and
-       noted when it would be useful.
+       * dwarf2out.c (is_base_type): Handle VECTOR_TYPE properly.
 
-       * m88k.h (ASM_FILE_END, ASM_OUTPUT_ASCII): Override svr4.h.
+2001-01-05  Bruce Korb  <bkorb@gnu.org>
 
-Thu Jan 16 12:37:16 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
+       * fixinc/mkfixinc.sh(vax-*-bsd): convert exit and atexit calls to
+       their x* equivalent versions for atexit-less systems
+       * fixinc/fixincl.c(main): do not return from main() on atexit-less
+       systems (or any other system any more).
 
-       * svr4.h (SVR4): Add this back.
+2001-01-05  Richard Earnshaw  <rearnsha@arm.com>
 
-       * cccp.c (lookup_import): Use bcmp to compare inodes.
+       * arm.md (ldmsi_postinc): Avoid use of match_dup between input and
+       output operands.  Use arm_hard_register_operand for operand 4.
+       (stmsi_postinc): Similarly.
+       (ldmsi): Use arm_hard_register_operand for opernand 2.
+       (stmsi): Similarly.
+       * arm.c (arm_hard_register_operand): New function.
+       * arm-protos.h (arm_hard_register_operand): Prototype it.
 
-       * cccp.c (main): Handle -idirafter option.
+       * arm.h (HARD_REGNO_RENAME_OK): Define.
 
-       * m68kv4.h, m88kv4.h, i386v4.h, sparcv4.h, i860v4.h (CPP_PREDEFINES): 
-       Add __svr4__ in case user programs want to distinguish.
+Fri Jan  5 16:29:49 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * cp-lex.c (check_newline): Changes like Jan 12 changes in c-lex.c.
+       * simplify-rtx.c (cfc_args): add "unordered" field.
+       (check_fold_consts): Set unordered field.
+       (simplify_relational_operation): Simplify the unordered
+       comparisons.
 
-       * Makefile.in (install-fixincludes): Renamed from `includes'.
-       Move comments so some shells are happier.  Dep. on install-headers.
+       * reg-stack.c (swap_rtx_condition): Ensure that the transformation
+       is valid.
 
-       * m88kdgux.h (CPP_PREDEFINES): Add __svr4__.  Remove __CLASSIFY_TYPE__.
-       Add some assertions.
+       * emit-rtl.c (try_split): Fix code to mark labels.
+       * jump.c (mark_jump_label): Make global.
+       * rtl.h (mark_jump_label): Declare.
 
-       * c-decl.c (init_decl_processing): Don't give arg type for abort, etc.
-       Always declare strlen, etc., so -O doesn't alter the warnings.
-       * expr.c (expand_builtin): Open-code str* or mem* or ffs if -O.
+       * predict.c (estimate_probability): Handle unordred comparisons.
 
-       * c-decl.c (start_function): Fix backwards test for -W* options.
+2001-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * protoize.c (GUESSPATHLEN): Treat POSIX like USG--and use just 200.
+       * cpp.texi: Update for -MP.  Clarify behavior of -MT.
+       * cppinit.c (initialize_dependency_output):  Update.
+       (cpp_finish): Output dummy targets for -MP.
+       (OPT_MP): New.
+       (cpp_handle_option): Handle -MP.  Don't quote -MT options.
+       * cpplib.h (struct cpp_options): Add deps_phony_targets.
+       * gcc.c (cpp_options): Update to handle -MP.
+       * mkdeps.c (deps_add_target, deps_add_default_target): Update
+       to quote only the default target.
+       (deps_phony_targets): Insert a preceding newline.  Rename from
+       deps_dummy_targets for consistency.
+       * mkdeps.h: Update
 
-       * cccp.c (deps_output): Break line iff string is empty.
-       (do_include): Fix up the deps_output calls.
+2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
 
-       * vax.c (print_operand_address): Handle form index + (reg+offset).
+       * calls.c (emit_library_call_value_1): Support
+       INIT_CUMULATIVE_LIBCALL_ARGS.
+       * tm.texi (INIT_CUMULATIVE_LIBCALL_ARGS): Document it.
 
-       * m88k.h (TARGET_VERSION): Don't use __DATE__.
+2001-01-04  Richard Henderson  <rth@redhat.com>
 
-       * gcc.c (default_compilers): Typos in c++-cpp-output case.
+       * c-decl.c (finish_struct): Detect flexible array members
+       used in an inappropriate context.
+       * c-typeck.c (really_start_incremental_init): Special case
+       constructor_max_index for zero length arrays.
+       (pop_init_level): Allow initialization of flexible array
+       members.  Deprecate initialization of zero length arrays.
+       Don't issue missing initializer warning for flexible array
+       members or zero length arrays.
+       (process_init_element): Don't dereference null DECL_SIZE.
+       * varasm.c (array_size_for_constructor): Return a HOST_WIDE_INT.
+       Don't abort for empty constructors.  Use size_binop
+       (output_constructor): Add commentary regarding zero length
+       array futures.  Abort if we try to initialize an array of
+       unspecified length with a non-empty constructor in the middle
+       of a structure.
+
+       * extend.texi (Zero Length): Update and clarify documentation
+       on static initialization.
+
+2001-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.c (c4x_expand_prologue): Don't compile an ISR
+       with more than 32767 words of local storage.
+
+2001-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.c (c4x_init_builtins): Remove builtin support
+       for 'abs', 'labs', and 'fabs'.
+       (c4x_expand_builtin): Likewise.
+       * config/c4x/c4x.h (enum c4x_builtins): Likewise.
+
+2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.md (prget, prset): New insn types.
+       (return delay slot): Don't allow prset.
+       (call, sfunc delay slot): Don't allow prget.
+       (movsi_i, movsi_ie, movsi_i_lowpart): Create separate alternatives
+       for prset and prget.
+
+2001-01-05  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.h (struct loop_reg): New.
+       (struct loop_regs): Change to use array of `struct loop_reg'.
+       * loop.c: Replace assortment of varrays with single regs array.
+       (count_one_set): Delete may_not_move array argument
+       and use regs array instead.  All caller's changed.
+       (count_loop_regs_set): Delete may_not_move and single_usage
+       arguments and use regs array instead.  All caller's changed.
+       (find_single_use_in_loop): Replace usage array argument with pointer
+       to regs structure.  All caller's changed.
+       (loop_optimize): Delete `moved_once' array.
+
+2001-01-05  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.c (prescan_loop): Set loop_info->has_nonconst_call.
+       Use it instead of loop_info->has_call for scanning loop mems.
+       (check_dbra_loop): Replace loop_info->has_call test with
+       loop_info->has_nonconst_call.
+
+2000-01-04  Matthew Hiller  <hiller@redhat.com>
+
+       * config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used
+       for TARGET_SH3E.
+
+2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST,
+       use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND.
+
+2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
+       (flag_short_double, flag_short_wchar): Define.
+       (c_common_nodes_and_builtins): Create many tree nodes shared
+       between C and C++ here instead of in cp/decl.c and ...
+       * c-decl.c (init_decl_processing): ... here.
+       (SIZE_TYPE, WCHAR_TYPE): Don't define.
+       (flag_short_double, flag_short_wchar): Don't define.
+       (record_builtin_type): New function.
+       (build_void_list_node): New function.
+       * c-common.h (flag_short_double, flag_short_wchar,
+       record_builtin_type, build_void_list_node): Declare.
+
+Thu Jan  4 21:09:47 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * integrate.c (expand_inline_function): Don't put a virtual
+       register into the reg map.
+
+       * function.c (fixup_var_refs_1): If force_operand didn't put
+       the address into the target, move it there.
+
+2001-01-04  Mark Mitchell  <mark@codesourcery.com>
+
+       Special-case tree_decl/tree_list allocations.
+       * ggc-page.c (OBJECT_PER_PAGE): Reimplement.
+       (OBJECT_SIZE): New macro.
+       (NUM_EXTRA_ORDER): Likewise.
+       (extra_order_size_table): New variable.
+       (NUM_ORDERS): New macro.
+       (objects_per_page_table): New variable.
+       (object_size_table): New variable.
+       (G.pages): Use NUM_ORDERS to bound the array.
+       (G.page_tails): Likewise.
+       (DIV_ROUND_UP): Remove.
+       (BITMAP_SIZE): Use CEIL, instead of DIV_ROUND_UP.
+       (alloc_page): Use OBJECT_SIZE.
+       (size_lookup): Don't make it const.
+       (ggc_alloc): Use OBJECT_SIZE.
+       (ggc_set_mark): Likewise.
+       (ggc_get_size): Likewise.
+       (init_ggc): Set up the object_size_table, objects_per_page_table,
+       and adjust size_lookup.
+       (ggc_recalculate_in_use_p): Use CEIL, not DIV_ROUND_UP.
+       (ggc_pop_context): Use NUM_ORDERS.
+       (clear_marks): Likewise.
+       (sweep_pages): Likewise.
+       (poison_pages): Likewise.
+       (ggc_print_statistics): Use OBJECT_SIZE.
+
+Thu Jan  4 15:54:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes.
+       Only call array_size_for_constructor if last field and array type
+       with no upper bound.
+
+2001-01-04  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/arm.c (arm_gen_constant): Prefer to emit constants
+       from bit 31 downwards, if this requires no more insns.
+       (count_insns_for_constant): New helper function for above.
+
+2001-01-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gencodes.c (output_predicate_decls): Remove empty initializer.
+
+2001-01-04  Mark Mitchell  <mark@codesourcery.com>
+
+       * tree.c (copy_node): Remove documentation about obstacks.
+       (buidl1): Check that nobody tries to build 2-argument nodes this
+       way.
+
+2001-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * sparc.h (PREDICATE_CODES): Delete fp_sethi_p, fp_mov_p and
+       fp_high_losum_p.
+
+       * gencodes.c (output_predicate_decls): Fill empty initializer
+       braces.
+
+2001-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * tradcpp.c (deps_file, print_deps_missing_files): New variables.
+       (main): Handle -MG, -MD, -MMD.  Bail out if -MG is given without -M
+       or -MM.
+       (do_include): Handle missing headers like cpp0.
+       * cppfiles.c (_cpp_execute_include): Don't prefix absolute header
+       paths with first include pathname.  Don't strcat to uninitialized
+       string.
+
+2001-01-04  Bernd Schmidt  <bernds@redhat.com>
+
+       * regrename.c (regrename_optimize): Don't rename from frame pointer
+       if frame_pointer_needed.
+       (do_replace): Don't set ORIGINAL_REGNO to a hard register number.
+       * config/ia64/ia64.c (emit_all_group_insn_barriers): New function.
+       (ia64_reorg): Use it instead of scheduling if ! optimize.
+       (errata_emit_nops): Properly call asm_noperands.
+       (ia64_sched_reorder): Finish cycle if we see an asm.
+       (ia64_variable_issue): Clear scheduling state after asms.
+
+2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpp.texi: Update for -MT.
+       * cppinit.c (initialize_dependency_output): Add a default
+       target if none has been given already.
+       (no_tgt, OPT_MT): New.
+       (cpp_handle_option): Handle -MT.  Update -M etc.
+       * cpplib.h (struct cpp_options): Remove deps_target.
+       * gcc.c (cpp_options): Handle -MT.
+       * mkdeps.c (struct deps): Move from mkdeps.h.
+       (deps_calc_target): Rename deps_add_default_target.  Add a
+       default target if none has been specified already.
+       * mkdeps.h (struct deps): Move to mkdeps.c.
+       (deps_calc_target): Rename deps_add_default_target.
 
-Thu Jan 16 12:25:51 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
+2000-01-03  Richard Henderson  <rth@redhat.com>
+
+       * c-decl.c (grokdeclarator): Give zero-length arrays size zero.
+       Remove dead code.
+       * c-typeck.c (push_init_level): Move checks for flexible array
+       members and zero length arrays ...
+       (pop_init_level): ... here.  Silently discard empty initializations.
+       Remove dead code.
+       * varasm.c (output_constructor): Update for sizeof change to
+       zero-length arrays.
+
+       * extend.texi (Zero Length): Clarify semantics.
 
-       * loop.c (get_condition): In HAVE_cc0 code, generate a zero with
-       CONST0_RTX instead of just using const0_rtx.
+2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * cse.c (cse_isnsn): A CALL_INSN clobbers all fixed regs except
-       for ap, fp, and sp.
+       * configure.in (tm.h): Include isns-codes.h last.
+       * configure: Rebuilt.
 
-Thu Jan 16 08:03:40 1992  Tom Wood  (wood at dg-rtp.dg.com)
-       
-       * c-decl.c (finish_enum): Compute the precision properly if the
-       maximum value is negative.
+2001-01-03  Richard Henderson  <rth@redhat.com>
 
-Thu Jan 16 07:40:29 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * config/alpha/alpha.md (addvsi3, addvdi3): New.
+       (negvsi2, negvdi2, subvsi3, subvdi3, mulvsi3, mulvdi3): New.
 
-       * reorg.c (try_merge_delay_insns, fill_slots_from_thread): Have
-       update_block put the phantom insn before THREAD.
-       (update_block): Update block status if WHERE, not INSN, is block head.
+2001-01-03  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
-Thu Jan 16 00:28:14 1992  Ron Guilmette  (rfg ay ncd.com)
+       * tradcpp.c (main): Make sure finclude() is called with a valid
+       indepth value while handling -include.
 
-       * i860.c (output_fp_move_double):  Fixed typo.
+2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * protoize.c (GUESSPATHLEN, pointer_type, const_pointer_type):
-       moved definitions declarations out of conditional region.
-       (string_list_cons, shortpath, munge_compile_params):  Added casts.
-       (find_extern_def):  Fixed string literal to avoid trigraph.
-       (find_rightmost_formals_list):  Fixed to avoid unreached code warnings.
+       * gencodes.c (output_predicate_decls): New function.
+       (main): Call it.
+       * machmode.h (GET_MODE_MASK): Arrange for it to be defined
+       even if it is not the first time machmode.h is #included.
+       * config/sh/sh.c (fpul_operand): Declare MODE argument.
+       * tm.texi (PREDICATE_CODES): Document predicate declarations.
+       * gcc.texi (Copyright): Added 2001.
 
-       * svr4.h (ASM_OUTPUT_ASCII):  Fixed typo.
+2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Jan 15 21:58:01 1992  Jeffrey A Law  (law at b117b.super.org)
+       * c-common.c (c_common_lang_init): New function.  Warn if format
+       warning options which only have effects when used with -Wformat
+       are used without -Wformat.
+       * c-common.h (c_common_lang_init): Declare.
+       * c-lang.c (lang_init): Call c_common_lang_init.
+       * objc/objc-act.c (lang_init): Call c_common_lang_init.
 
-       * sparc.h (SELECT_RTX_SECTION): When generating PIC, place symbolic
-       operands in the data section.
+2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Jan 15 21:45:09 1992  Michael Meissner  (meissner at osf.org)
+       * configure.in: Check for the mktemp command.
+       * configure: Regenerate.
+       * gccbug.in: Use a separate temporary file $TEMP0 for one use of
+       $TEMP.  Create temporary files with mktemp, if available at
+       configure time; otherwise use set -C.  Remove temporary files
+       before exit.
 
-       * collect2.c (main): Pass any -b<xx>, -B<xx>, -m<xx>, -f<xx>, and
-       -V<xx> options to gcc instead of the linker, in order to allow
-       target switches that affect the size of pointers and search paths to
-       be passed through.
-       (main, choose_temp_base): Use TMPDIR environment variable, and the
-       P_tmpdir macro if defined to locate directory to put temp files.
-       (whole file): Reorganize so that all of the OSF/rose stuff goes at
-       the end of the file, rather than being scattered throughout.
-       (main, scan_prog_file): Invoke scan_prog_file twice, once on each
-       output of ld.
-       (scan_prog_file, read_file, write_file):  On the second invocation,
-       rewrite the object file in place, adding a load command to put
-       __main in the list of initializer functions.  This allows users
-       to put constructors and destructors into shared libraries.
-       (scan_prog_file): Move debug stuff and error routines to separate
-       functions.
+2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
 
-Wed Jan 15 17:59:02 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * configure.in: Require at least texinfo 4.0.  Check for whether
+       Pod::Man is sufficiently recent to regenerate GCC manpages.
+       * configure:  Regenerate.
+       * Makefile.in (TEXI2POD): Call perl explicitly rather than relying
+       on #!.
+       (GENERATED_MANPAGES): Define.
+       (generated-manpages): New target.  Depend on cpp.1 as well as
+       gcov.1.
+       (install-man): Depend on $(GENERATED_MANPAGES) (defined by
+       configure to generated-manpages or empty) rather than on the
+       manpages directly.  Remove execute permission from installed
+       gcov.1 as well as cpp.1.
+       * cpp.1, gcov.1: Regenerate.
 
-       * combine.c (can_combine_p): Don't combine if DEST is still a field
-       assignment after we've tried to expand it.
+2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
-Wed Jan 15 16:01:13 1992  James Van Artsdalen  (james at bigtex.cactus.org)
+       * builtins.c (expand_builtin_strncmp): Use host_integerp and
+       tree_low_cst.  Allow using cmpstrsi in more cases.
 
-       * regclass.c (fix_register): Don't match a null register name.
-       * varasm.c (decode_reg_name): Likewise.
+Wed Jan  3 10:48:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-       * i386.h (HI_REGISTER_NAMES): Give the eliminable arg pointer a
-       null name.
+       * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for variable
+       sized types.
 
-Wed Jan 15 13:40:50 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
+Wed Jan  3 12:22:32 2001  Alexandre Oliva  <aoliva@redhat.com>
 
-       * gcc.c (default_compilers): Pass -lang-asm, not -lang-asmc, to cpp.
+       * build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.
+       * Makefile.in (HOST_CFLAGS): Mention build-make.
 
-       * gcc.c (process_command): Don't dump md_exec_prefix in specs.
-       Use the md_... prefixes only if no -b.
+Wed Jan  3 08:53:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
-Wed Jan 15 13:35:09 1992  Ron Guilmette  (rfg at ncd.com)
+       * config/sparc/sparc.md (nonlocal_goto): Emit goto_handler_and_restore
+       as JUMP_INSN.
 
-       * i386v4.h (RETURN_IN_MEMORY):  Definition added.
-       (CPP_PREDEFINES):  Added -DX86 (needed for some system headers).
-       (ASM_OUTPUT_DWARF_STRING):  Deleted.
-       (ASM_OUTPUT_ASCII):  Added specialized definition for i386/svr4.
+2001-01-01  Bernd Schmidt  <bernds@redhat.com>
 
-       * svr4.h (SVR4):  Deleted useless define.
-       (ASM_FILE_END):  Added definition.
-       (ESCAPES, STRING_LIMIT, STRING_ASM_OP, ASM_OUTPUT_LIMITED_STRING):
-       (ASM_OUTPUT_ASCII):  Generic svr4 definitions added.
+       * builtins.c (expand_builtin_return_addr): Don't use MEM_ALIAS_SET on
+       a REG rtx.
 
-       * m68kv4.h (CPP_PREDEFINES):  Don't define SVR4.
-       * sparcv4.h (CPP_PREDEFINES):  Don't define SVR4.
-       (ASM_OUTPUT_ASCII): Deleted obsolete definition.
+       * cse.c (cse_rtx_varies_p): Accept additional FROM_ALIAS arg.  All
+       callers changed.
 
-       * xm-svr4.h (SVR4):  Removed useless definition.
-       (POSIX):  Added definition for protoize.c.
+       * alias.c (throughout): Use ORIGINAL_REGNO when accessing
+       reg_base_value and reg_known_value arrays.
+       (init_alias_analysis): Add more cases to detect known values.
+       * sched-deps.c (deps_may_trap_p): New function.
+       (sched_analyze_2): Use it.
 
-       * i860b.h (ASCII_DATA_ASM_OP, ASM_OUTPUT_ASCII): Moved from i860.h.
-       * i860v3.h (ASCII_DATA_ASM_OP):  Added OS-specific definition.
-       * i860v4.h (ASCII_DATA_ASM_OP, ASM_OUTPUT_ASCII):
-       Deleted (now in svr4.h).
+2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
 
-       * fixinc.svr4:  Replaced all occurances of {1,\} in sed command
-       string with functional equivalents (to avoid bogus results).
+       * combine.c (simplify_shift_const): Even if we're sign-extracting,
+       don't discard an ASHIFTRT if we're shifting in a wider mode.
 
-       * c-lex.c (readescape): Pass thru escaped x, a, and v if -traditional.
-       (readescape): Pedantic warning for \?, \(, \{, and \[.
+2000-01-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
-       * dwarfout.c: Updated copyright.
-       (fundamental_type_code):  Abort for all non-fundamental types.
-       (type_is_fundamental):  Return 0 for all non-fundamental types.
-       (containing_type_attribute, output_ptr_to_mbr_type_die): New functions.
-       (output_pointer_type_die, output_reference_type_die):  Added calls to
-       equate_type_number_to_die_number.
-       (output_type):  Handle OFFSET_TYPE correctly.
-       (output_type):  Ignore LANG_TYPE (for now).
+       * toplev.c (rest_of_compilation): Don't print basic block information
+       when CFG isn't up to date.
 
-Wed Jan 15 09:30:08 1992  Michael Tiemann  (tiemann at cygnus.com)
+2001-01-02  Mark Elbrecht  <snowball3@bigfoot.com>
 
-       * All cp-* files: Remove calls to `cleanup_after_call'.
+       * config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define.
+       (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_ASM_OP): Define.
+       (UNALIGNED_SHORT_ASM_OP): Define.
+       (CPP_PREDEFINES): Remove defines for GO32 and DJGPP.
 
-       * cp-method.c (fndecl_as_string): Add a missing space when printing
-       the return type.
+2001-01-02  Mark Mitchell  <mark@codesourcery.com>
 
-       * cp-typeck.c (build_modify_expr): Treat arrays specially in both
-       INIT_EXPR and NOP_EXPR cases.  Also, if we take the address NEWRHS
-       when it's not a SAVE_EXPR, build a new NEWRHS using that address. 
-       * cp-tree.c (lvalue_p): Handle WITH_CLEANUP_EXPR case.
+       * fold-const.c (fold_convert): Fix typo.
 
-       * cp-decl.c (grokvardecl): Don't get tripped up by static class
-       members of incomplete type.
+2001-01-02  Richard Henderson  <rth@redhat.com>
 
-Wed Jan 15 09:12:51 1992  Jeffrey A. Law  (law at wombat.gnu.ai.mit.edu)
+       * c-common.h (ASM_INPUT_P): New.
+       * c-parse.in (asm): Set it when needed.
+       * c-semantics.c (genrtl_asm_stmt): Test it instead of the
+       existence of an operand.
 
-       * m68k.c (legitimize_pic_address): Re-enable code which was
-       mistakenly #ifdef'd out.
+Tue Jan  2 20:27:07 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-Wed Jan 15 08:12:18 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
+       * dwarf2out.c (stack_adjust_offset): Handle PRE_MODIFY.
+       (dwarf2out_frame_debug_expr): Likewise.
+       (mem_loc_descriptor): Handle PRE and POST_MODIFY.
 
-       * reload.c (find_reloads): Check for insn not recognized.
+Tue Jan  2 20:21:31 MET 2001  Jan Hubicka  <jh@suse.cz>
 
-       * caller-save.c (reg_{save,restore}_code): New variables.
-       (init_caller_save): Set them.
-       (insert_save_restore): Just make SET for pattern of insn and set
-       code from reg_{save,restore}_code.
-       (save_call_clobbered_regs): Put restore insns before JUMP_INSN that
-       ends basic block, but after any other insn that ends the block.
+       * i386.c (ix86_split_to_parts): Return number of part required;
+       handle TFmodes.
+       (print_operand, ix86_expand_branch, ix86_expand_fp_movcc): Handle
+       TFmodes.
+       (ix86_split_long_move): Use number of part returned
+       by ix86_split_to_parts
+       * i386.h (MASK_128BIT_LONG_DOUBLE, TARGET_128BIT_LONG_DOUBLE):
+       New macros.
+       (TARGET_SWITCHES): Add 128bit-long-double and 96bit-long-double
+       (LONG_DOUBLE_TYPE_SIZE): Change from constant.
+       (MAX_LONG_DOUBLE_TYPE_SIZE): New macro.
+       (INTEL_EXTENDED_IEEE_FORMAT): Likewise.
+       (ALIGN_MODE_128): Add TFmode.
+       (IS_STACK_MODE): Likewise.
+       (HARD_REGNO_NREGS): TFmode needs 3 registers.
+       (HARD_REGNO_OK): Support TFmodes.
+       (ASM_OUTPUT_LONG_DOUBLE): Handle TFmodes.
+       * i386.md (scheduler definitions): Use memory operand to determine
+       fst/fld instructions; use mode attribute to determine real mode of
+       the instruction.
+       (*tf): New patterns, expanders and splitters; based on XFmode patterns.
+       * invoke.texi (128bit-long-double, 96bit-long-double): Document.
 
-       * sdbout.c (sdbout_symbol): Treat (mem (reg SP)) the same
-       as (mem (reg FP)).
+2001-01-02  Mark Mitchell  <mark@codesourcery.com>
 
-       * reorg.c (mark_referenced_resources): Fix typo in last change.
-       (emit_delay_sequences): Update chain correctly when previous or
-       next insn is also a SEQUENCE.
+       * tree.def (TRUTH_NOT_EXPR): Improve documentation.
 
-Wed Jan 15 08:10:29 1992  Chris Smith  (cks at bach.convex.com)
+Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
 
-       * t-convex: Use collect2 to link.
-       * convex.h: remove assembly output defines for old collect2.
-       * convex.h: define vprintf and wait macros for pcc mode boot of
-       collect2.
+       * expr.c (store_constructor_field): Update ALIGN before calling
+       store_constructor.
 
-       * convex.h (ASM_OUTPUT_DOUBLE_INT): define.
+2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
 
-       * convex.h (DEFAULT_GDB_EXTENSIONS): define as 0 until GDB version 4
-       port is available.
+       * config/mips/mips.c (function_arg): Don't pass NULL_TREE to
+       host_integerp.
 
-       * convex.c (ap_reload_needed): Fix comment.
+2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
 
-Wed Jan 15 07:08:25 1992  Tom Wood  (wood at dg-rtp.dg.com)
+       * tm.texi (FUNCTION_ARG): Document that @var{type} can be an
+       incomplete type.
 
-       * m88k.h (CONST_SECTION_FUNCTION): Trivial definition for targets
-       not based on svr[34].h (m88k-luna).
-
-       * m88k.h (PREDICATE_CODES): Use it.
-
-       * m88k.md (casesi_enter): Don't use bsr.n with -fno-delayed-branch.
-       * m88k.h (ASM_OUTPUT_CASE_END): The lda goes here when bsr is used.
-
-       * m88k.c (legitimize_address): When converting a symbol_ref for
-       PIC, add a REG_EQUAL note.
-
-Wed Jan 15 06:22:34 1992  Michael Meissner  (meissner at osf.org)
-
-       * mips.h (MIPS_VERSION): Bump Meissner version # to 8.
-       (fcmp_op): Add function declaration.
-       (TARGET_FLOAT64): Support for -mfp64 switch to support the R4000 FR
-       psw bit, which doubles the number of floating point registers.
-       (TARGET_SWITCHES): Likewise.
-       (HARD_REGNO_NREGS): Likewise.
-       (CLASS_FCMP_OP): New bit for classifing floating point compares.
-       (PREDICATE_CODES): Add cmp2_op and fcmp_op support.
-
-       * mips.c (various): Move extern declarations from inside of
-       functions to outside all functions.
-       (fcmp_op): Match comparison operators for floating point.
-       (mips_move_2words): Add -mfp64 support.
-       (override_options): Likewise.
-       (compute_frame_size): Likewise.
-       (override_options): Set up for fcmp_op.
-       (gen_conditional_branch): Redo floating point compares/branches, so
-       that it is like the rest of the compiler expects -- set cc0 to a
-       compare operator, instead of the exact test required, and put the
-       smarts in the branch operators to generate both the test and the
-       branch.
-
-       * mips.md (cmpdf_eq, cmpdf_lt, cmpdf_le): Delete.
-       (cmpsf_eq, cmpsf_lt, cmpsf_le): Delete.
-       (cmpdf_internal): New define insn to match FP compares.
-       (cmpsf_internal): Likewise.
-       (branch_fp_true1, branch_fp_true2): Likewise.
-       (branch_fp_false1, branch_fp_false2): Likewise.
-       (branch_fp_true, branch_fp_false): New define_insns to match the
-       branch part of FP compares.
-
-Wed Jan 15 01:42:39 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
-
-       * unroll.c (copy_loop_body): New parameter copy_notes_from, to
-       correct problem with bad debug info generated for preconditioned
-       loops.
-       (unroll_loops): Fix calls of copy_loop_body to pass new parameter.
-
-Wed Jan 15 01:01:39 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
-
-       * gcc.c (main): Don't use TARGET_VERSION.
-       (endfile_spec, switches_need_spaces): New vars, initted from macros.
-       (set_spec, process_command): Read and write those vars.
-       (do_spec_1, process_command): Use the new vars, not the macros.
-       (SWITCHES_NEED_SPACES): New default macro definition.
-
-       * Makefile.in (install-common): Install driver as gcc-$(target).
-
-       * gstddef.h (wchar_t): Check for _T_WCHAR.
-
-       * stmt.c (pushcase, pushcase_range): Return 5 if jump into stack level.
-       * c-parse.y, objc-parse.y (stmt): Print error msg for that.
-       * cp-parse.y: Likewise.
-
-Tue Jan 14 23:25:37 1992  Ron Guilmette  (rfg at ncd.com)
-
-       * dwarfout.c: Include <string.h> if USG *or* POSIX.
-       (TREE_UID): Deleted.
-       (current_funcdef_number): Replacement for TREE_UID.
-       (dwarfout_file_scope_decl):  Increment
-       current_funcdef_number after each funnction definition is processed.
-       (pending_sibling_stack_depth): Renamed globally to pending_siblings.
-       (pending_sibling_stack_size): Renamed to pending_siblings_allocated.
-       (PENDING_SIBLING_STACK_INCREMENT): Renamed PENDING_SIBLINGS_INCREMENT.
-       (pending_types_list, pending_types_allocated, pending_types,
-       PENDING_TYPES_INCREMENT, fake_containing_scope): New vars/macros.
-
-       * dwarfout.c (total_ft_entries): Renamed to ft_entries_allocated.
-       (valid_ft_entries): Renamed to ft_entries.
-       (FT_ENTRIES_INCREMENT):  Definition added.
-       (lookup_filename):  Expand filename table (when needed)
-       by adding FT_ENTRIES_INCREMENT more table elements rather than
-       doubling current size.
-       (dwarfout_init):  Allocate initial filename table.
-
-       * dwarfout.c (INSN_LABEL_FMT, FUNC_END_LABEL_FMT): Use decimal format.
-
-       * dwarfout.c (member_attribute):  Rewritten for proper C++ support.
-       (output_array_type_die, output_set_type_die, output_entry_point_die,
-       output_enumeration_type_die, output_global_subroutine_die,
-       output_global_variable_die, output_inline_subroutine_die,
-       output_local_variable_die, output_member_die, output_pointer_type_die,
-       output_reference_type_die, output_string_type_die,
-       output_structure_type_die, output_local_subroutine_die,
-       output_subroutine_type_die, output_typedef_die, output_union_type_die):
-       Added calls to member_attribute (for C++).
-
-       * dwarfout.c (inline_attribute):  Test for TREE_INLINE in here.
-       (output_global_subroutine_die, output_local_subroutine_die):
-       Don't test for TREE_INLINE here.
-
-       * dwarfout.c (output_formal_types):  Fixed to handle METHOD_TYPE
-       nodes and to output all related type DIEs last (for SDB).
-       (type_ok_for_scope, output_pending_types_for_scope, pend_type):
-       Functions added to support C++.
-       (output_type, output_decl):  Added `containing_scope'
-       parameter to handle C++ nested types.
-       (output_type):  Don't output the type unless it's OK
-       for the current DIE chain (i.e. unless it's OK for the current scope).
-       (output_type):  Output completed non-global tagged types
-       right away even if not finalizing.
-       (output_type):  Use correct method to get head of chain
-       of C++ function members.
-       (output_decl):  Skip first item on chain of DECL_ARGUMENTS
-       for a FUNCTION_DECL whose type is a METHOD_TYPE.
-       Suppress output of type DIEs for formal parms of a FUNCTION_DECL
-       until after all TAG_parameter DIEs have been output (for SDB
-       compatability).
-       Output DIEs for any LABEL_DECL nodes attached to outermost BLOCK of
-       a FUNCTION_DECL.
-       Handle LABEL_DECL nodes.
-
-       * dwarfout.c (dwarfout_file_scope_decl):  Un-pend all pending file-
-       scope types after each file-scope declaration is output.
-       (output_decls_for_scope):  Un-pend all pending local types
-       at end of each local scope.
-
-Tue Jan 14 16:40:39 1992  Tim Moore  (moore at fast.cs.utah.edu)
-
-       * calls.c (expand_call): If ARGS_GROW_DOWNWARD, make slot_offset
-       negative and set highest_outgoing_arg_in_use to needed + 1.
-       (store_one_arg): If ARGS_GROW_DOWNWARD deal with negative slot_offset.
-
-Tue Jan 14 20:01:59 1992  Jim Wilson  (wilson at wookumz.gnu.ai.mit.edu)
-
-       * sparc.h (TARGET_SUN_ASM, TARGET_GNU): Delete support for
-       obsolete and undocumented flags -msun-asm and -mgnu.
-       * sparc.md: Likewise.
-
-Tue Jan 14 19:36:21 1992  Tim Moore  (moore at fast.cs.utah.edu)
-
-       * xm-hp800.h (hpux8): define.
-       * hp800.h (LINK_SPEC): Conditionalize on hpux8.
-       (STACK_BOUNDARY): Define for snake.
-       (CALL_USED_REGISTERS): Shift register is special.
-       (HARD_REGNO_MODE_OK): Don't allow modes smaller that SImode in fp
-       registers.
-       (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Eliminate
-       GENERAL_OR_FP_REGS, GENERAL_OR_SNAKE_FP_REGS classes.
-       (FUNCTION_ARG): Handle snake fp arguments.
-       (ASM_DOUBLE_ARG_DESCRIPTORS): define.
-       (ASM_DECLARE_FUNCTION_NAME): Use above macro to get around hpux
-       8.0 change.
-       * hp800.md (movsi, movdi): Add ! and * to constraints of anonymous
-       define-insns to discourage SImode values in fp registers. Don't
-       modify the stack pointer when moving between general and fp registers.
-       (mulsi): Take out pattern that matches a degenerate multiplication
-       by 1; it doesn't seem to be needed and causes problems.
-       (sar_sub): Change so that const_int isn't the first argument of
-       the comparison.
-       * hp800.c (output_fp_move_double): As above, don't modify the
-       stack pointer when moving between general and fp registers. 
-       (output_block_move): Don't make one CONST_INT rtx and store
-       different integer values in it; cons up a "new" one for each value.
-       (output_floatsisf2, output_floatsidf2): Fix typos.
-       (output_arg_descriptor): Conditionalize for HPUX 8.0.
-
-Tue Jan 14 14:38:09 1992  Michael Tiemann  (tiemann at cygnus.com)
-
-       * cp-typeck.c (build_unary_op): Call readonly_warning_or_error if
-       ARG is TREE_READONLY (in addition to the type being TYPE_READONLY).
-
-       * cp-init.c (maybe_adjust_addr_for_delete): If the adjustment needs
-       to be done, zero out the storage that held part of the cookie.
-
-Tue Jan 14 13:12:48 1991  Ron Guilmette  (rfg at ncd.com)
-
-       * c-decl.c (poplevel):  Set TYPE_CONTEXT for each tagged type
-       except inside function declaration parm list.
-       (grokdeclarator):  Set TYPE_CONTEXT for tagged type in decl parm list.
-       (pushtag):  Don't set TYPE_CONTEXT for tagged types here.
-
-Tue Jan 14 06:46:37 1992  Richard Kenner  (kenner at vlsi1.ultra.nyu.edu)
-
-       * global-alloc.c (global_alloc): Count multi-word pseudos correctly
-       in local_reg_n_refs.
-       (find_reg): Evict pseudos that overlap the register we take, not just
-       that start with that register.
-
-       * a29k.c (a29k_debug_reg_map): New variable.
-       (output_prologue): Initialize it.
-       * a29k.h (DBX_REGISTER_NUMBER): Use that map.
-
-       * ultrix.h (WCHAR_TYPE): Make definition be a known type.
-
-       * final.c (final_scan_insn): Call DBR_OUTPUT_SEQEND before we
-       clear `final_sequence', so it can call dbr_sequence_length.
-
-       * reload1.c (reload): Clear insn_needs once we know we have
-       reloads, instead of always.
-       Don't skip processing of reloads for CALL_INSNs when caller-save
-       needs a spill register.
-
-       * flow.c (mark_used_regs, case RETURN): Insert missing test for global
-       registers.
+Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
+
+       * c-decl.c (start_function): Don't warn on third parameter to main.
+
+2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * tsystem.h: Define HAVE_DECL_GETOPT.
+
+2001-01-02  Philip Blundell  <pb@futuretv.com>
+
+       * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Avoid illegal clobber
+       of input operand.
+
+2001-01-02  Richard Henderson  <rth@redhat.com>
+
+       * alpha.md (*ze_and_ne): Duplicate insn condition to split.
+
+2001-01-02  Andreas Jaeger  <aj@suse.de>
+
+       * c-decl.c (c_decode_option): Remove support of
+       -Wmissing-noreturn.
+
+       * toplev.c (documented_lang_options): Remove -Wmissing-noreturn.
+       (W_options): Add -Wmissing-noreturn here.
+
+       * flow.c: Define lang_missing_noreturn_ok_p.
+       (check_function_return_warnings): Use it.
+
+       * c-common.h: Declare lang_missing_noreturn_ok_p.
+
+       * c-lang.c (c_missing_noreturn_ok_p): New function.
+       (lang_init): Set lang_missing_noreturn_ok_p.
+
+       * invoke.texi (Warning Options): Document this.
+
+2000-12-27  Phil Edwards  <pme@sources.redhat.com>
+
+       * extend.texi (C++ Extensions):  New node for C++ attributes;
+       describe init_priority and com_interface.
+       * invoke.texi:  Remove -finit-priority as it now has zero effect.
+       * install.texi:  Fix xref syntax.
+       * md.texi:  Likewise.
+
+Mon Jan  1 21:28:29 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config.gcc (sparc64-wrs-vxworks*): New case.
+       * config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
+
+       * config/sparc/sparc.c (sparc_override_options): Do support different
+       pointer and architecture size.
+       * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
+       (POINTERS_EXTEND_UNSIGNED): Define.
+       (Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
+       (FUNCTION_MODE): Define to be Pmode.
+       * config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
+
+       * function.c (expand_function_end): Properly handle DECL_RESULT
+       and copy when ptr_mode != Pmode.
+       * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
+
+2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * c-common.c (c_common_nodes_and_builtins): Set prototype
+       parameters for __builtin_fputs, __builtin_fputc and
+       __builtin_fwrite.  Don't declare plain fputc as a builtin.
+
+2001-01-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * loop.c (add_label_notes): Increment the label usage count when
+       a note is added to an insn which refers to a CODE_LABEL.
+       * gcse.c (add_label_notes): Likewise.
+
+2001-01-01  Andreas Jaeger  <aj@suse.de>
+
+       * loop.c (scan_loop): Use xmalloc to allocate movables.
 
-       * reorg.c (mark_referenced_resources): Mark asm's as volatile
-       when appropriate.
+2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
 
-       * integrate.h (struct inline_remap): New field const_equiv_map_size.
-       * integrate.c (expand_inline_function): Set it; make larger map.
-       (subst_constants): Don't reference out-of-range entry in equiv map.
-       * unroll.c (unroll_loop): Set const_equiv_map_size.
+       * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
+       * reload.c (REGISTER_MOVE_COST): Likewise.  Adjust all callers.
+       * reload1.c (REGISTER_MOVE_COST): Likewise.
+       * regclass.c (REGISTER_MOVE_COST): Likewise.
+       (move_cost, may_move_in_cost, may_move_out_cost): Add mode
+       dimension.  Adjust all users.
+       (init_reg_sets_1): Iterate on all modes.
+       * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
+       * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
+       * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
+       * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
+       * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
+       * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
+       * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
+       * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
+       * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
+       * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
+       * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
+       * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
+       * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
+       * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
+       * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
+       * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
+       * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
+       * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
+       * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
+       * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
+       * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
+       * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
+       * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
+       * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
+       * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
+       * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
+       * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
+
+2001-01-01  Bernd Schmidt  <bernds@redhat.com>
+
+       * alias.c (fixed_scalar_and_varying_struct): Adjust prototype of
+       arg VARIES_P.  Call it with extra arg.
+       (true_dependence): Likewise.
+       * rtl.h (rtx_addr_can_trap_p): Declare.
+       (rtx_varies_p, rtx_addr_varies_p, true_dependence): Update
+       prototypes.
+       * rtlanal.c (rtx_addr_can_trap_p): No longer static.
+       (rtx_varies_p): Accept extra arg FOR_ALIAS; only disallow
+       pic offset table register if it's zero.  All callers changed.
+       (rtx_addr_varies_p): Accept extra arg FOR_ALIAS; all callers changed.
+
+Mon Jan  1 07:38:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * explow.c (convert_memory_address, case SYMBOL_REF): Copy
+       STRING_POOL_ADDRESS_P.
+
+       * config/sparc/sparc.c (input_operand): Properly test for short op.
+
+       * config.gcc (sparc-*-elf): Include sparc/sol2.h.
+       (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h.
+       (sparclite-*-elf*, sparc86x-*-elf*): Likewise.
+       * config/sparc/elf.h: No longer include sol2.h.
+       * config/sparc/lifeelf.h: No longer include sparc/elf.h.
+       * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise.
+
+       * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64.
+
+2001-01-01  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
+       (find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
+       (record_initial): Likewise.
+       * unroll.c (copy_loop_body, loop_iterations): Likewise.
+       (remap_split_bivs): Likewise.
+
+2001-01-01  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.c (loop_ivs_free): New function.
+       (strength_reduce): Break out from...
+
+2001-01-01  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.h (struct iv): New.
+       (REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
+       (struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
+       'reg_biv_class' fields with 'regs' and 'n_regs'.
+       (struct ivs): Rename 'loop_iv_list' field to 'list'.
+       * loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
+       * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
+
+2000-12-31  Alexandre Oliva  <aoliva@redhat.com>
+
+       * resource.c (mark_referenced_resources): Abort() before
+       attempting to mark a pseudo register.
+       (mark_set_resources): Likewise.
+
+2001-01-01  Michael Hayes  <mhayes@redhat.com>
+
+       * loop.h (REG_IV_CLASS): New accessor macro.
+       * loop.c (REG_IV_CLASS): Use it instead of reg_iv_class array.
+       * unroll.c (REG_IV_CLASS): Likewise.
 
 See ChangeLog.4 for earlier changes.