OSDN Git Service

Fixes to make treelang worg with PCH gengtype.c changes.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index d7aa706..94b77eb 100644 (file)
@@ -1,3 +1,468 @@
+2002-06-10  Tim Josling  <tej@melbpc.org.au>
+
+       * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
+       TREELANG and COBOL.
+       (lang_names): Add treelang and cobol.
+       (get_file_basename): Add code to support treelang and cobol as
+       4th and 5th users of c-common.c.
+
+2002-06-09  Geoffrey Keating  <geoffk@redhat.com>
+
+       * Makefile.in (install-driver): Install driver as
+       $(target_alias)-gcc-$(version).
+       * gcc.c (spec_version): Make const.
+       (process_command): Handle -V and -b by using exec.
+       * doc/invoke.texi (Target Options): Restore -V option,
+       update docs for -b option.
+
+2002-06-10  Tim Josling  <tej@melbpc.org.au>
+
+       * configure.in (remaining_languages_check): 
+       Added check that all languages specified were found. 
+       Exit if not found. Previous behaviour was silent failure.
+       * configure: Regenerated.
+
+2002-06-10  Tim Josling  <tej@melbpc.org.au>
+         First steps to making treelang documentation compliant, based on
+        instructions in sourcebuild.texi. Also add to gcc.c list of
+        default languages.
+       
+       * doc/contrib.texi: Add self as contributor of treelang.
+
+       * doc/frontends.texi: Add mention of treelang.
+
+       * doc/invoke.texi (Overall Options): Add mention of treelang.
+
+       * doc/standards.texi:  Add mention of treelang.
+
+2002-06-09  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.c: Include ggc.h
+
+2002-06-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.h (_cpp_push_text_context): Update.
+       (_cpp_arguments_ok): New.
+       * cppmacro.c (_cpp_arguments_ok): New, split out from...
+       (collect_args): ...here.
+       (_cpp_push_text_context): Change inputs.
+       * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
+       replace_args_and_push): New.
+       (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
+       Don't use IS macros directly.
+       (scan_out_logical_line): Handle function-like macro argument
+       collection.
+       (push_replacement_text): Update.
+       (replacement_length): Remove.
+       (_cpp_create_trad_definition): Don't skip whitespace before
+       checking for '('.
+
+2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * config/avr/avr.c (avr_mcu_types): Update for new devices.
+       * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
+       (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
+       * config/avr/avr.md ("type" and "length" attributes): New type
+       "xcall", length 1 or 2 if AVR_MEGA.  Use in all patterns that
+       output a single "call" or "rcall" insn depending on device size.
+       * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
+
+2002-06-09  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
+       synonym for 630.  Add power4.  Remove embedded processors.  Use -m604
+       assembler option.
+       (CPP_CPU_SPEC): Add power3 and power4.
+       (PROCESSOR_DEFAULT): Change to 604e.
+       * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
+       (CPP_CPU_SPEC): Similar additions.
+       (enum process_type): Add POWER4.
+       (RTX_COSTS): Add POWER4.
+       (CPP_CPU_SPEC): Similar additions.
+       * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
+       (PROCESSOR_DEFAULT64): Define.
+       * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
+       (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
+       branch adjustment.
+       (rs6000_issue_rate): Add Power4.
+       * config/rs6000/rs6000.md (cpu attr): Add power4.
+       (iu compare): Remove 604, 604e, 620, 630.
+       Add basic Power4 scheduling information.
+       (mfcr/mtcrf): Change type attribute to cr_logical.
+
+2002-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gengtype.h (error_at_line): Use PARAMS, not VPARAMS.  Add
+       ATTRIBUTE_PRINTF_2.
+       * gengtype-lex.l: Fix format specifier warning.
+
+       * genautomata.c: Don't include ctype.h or limits.h.  Use ISSPACE,
+       not isspace.
+       * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
+       lieu of isspace/IDchar.
+       * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
+       * read-rtl.c: Likewise for ctype.h.  Don't define ISDIGIT or
+       ISSPACE.
+
+2002-06-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.in (LIBCPP_OBJS): Take out version.o.
+       * cpphash.h (cpp_reader): Take out print_version member.
+       * cppinit.c: (cpp_handle_option): Don't do anything with
+       -version.  Just set help_only for --version, --target-help.
+       Just set verbose option for -v.
+       (cpp_post_options): Don't print a version string.
+
+2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
+       (avr_section_type_flags): New, handle .noinit* sections.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
+       and include netbsd_entry_point.
+       (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
+       (NETBSD_ENTRY_POINT): Define.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
+       if not already defined.
+       (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
+
+2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * config/avr/avr.c (avr_regs_to_save): No need to save any registers
+       in a noreturn function.
+       (avr_output_function_prologue, avr_output_function_epilogue):
+       Correct function size calculation.  Do not crash on empty function.
+       (avr_output_function_epilogue): No need for epilogue after a BARRIER.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
+       netbsd_link_spec and netbsd_entry_point.
+       (LINK_SPEC): Use %(netbsd_link_spec).
+       (NETBSD_ENTRY_POINT): Define.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
+       linker emulation.
+       (LINK_ARCH64_SPEC): Likewise.
+       (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
+       (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
+
+2002-06-08  Marc Espie  <espie@openbsd.org>
+
+       * lists.c (free_list):  Fix typo in comment.
+
+2002-06-08  Andreas Jaeger  <aj@suse.de>
+
+       * lcm.c (optimize_mode_switching): Add unused attribute for
+       variable.
+
+       * sched-deps.c (sched_analyze): Remove unused variable.
+
+2002-06-08  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * diagnostic.def: Don't capitalize diagnostict descriptors.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
+       (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
+       (NETBSD_ENTRY_POINT): Define.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/i386/netbsd-elf.h (LINK_SPEC): Define as
+       NETBSD_LINK_SPEC_ELF.
+       (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
+       (NETBSD_ENTRY_POINT): Define.
+       * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
+       (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
+       netbsd_entry_point.
+       (NETBSD_ENTRY_POINT): Define.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
+       netbsd_link_spec and netbsd_entry_point.
+       (LINK_SPEC): Use %(netbsd_link_spec).
+       (NETBSD_ENTRY_POINT): Define.
+
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/netbsd-elf.h (LINK_SPEC): Rename to...
+       (NETBSD_LINK_SPEC_ELF): ...this.  Use %(netbsd_entry_point)
+       to specify program entry point.
+
+2002-06-07  Jeff Law <law@redhat.com
+
+       * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
+       * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
+       than creating a new register.
+       (distribute_notes): Likewise.
+       * df.c (df_reg_use_gen): Likewise.
+       (df_reg_clobber_gen): Likewise.
+       (df_ref_record): Likewise.
+       * expr.c (use_regs): Likewise.
+       * flow.c (propagate_one_insn): Likewise.
+       (mark_set_1): Likewise.
+       (mark_used_reg): Likewise.
+       * reload.c (emit_reload_insns): Likewise.
+
+2002-06-07  Roger Sayle  <roger@eyesopen.com>
+
+       * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
+       (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
+       Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
+       comparison code comp can be reversed.
+
+2002-06-07  Roger Sayle  <roger@eyesopen.com>
+
+       * fold-const.c (fold) [EQ_EXPR]:  Place both integer and real
+       constants last in comparisons.  Optimize (x+1.0)>0.0 into the
+       equivalent x > -1.0 when -ffast-math.
+
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
+       * config/mips/t-netbsd: New file.
+
+2002-06-07  Zack Weinberg  <zack@codesourcery.com>
+
+       * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
+       options their own entries.
+       (parse_option): Clarify comment.
+       (cpp_handle_option): Remove 'ignore' parameter and OPT_W
+       special case.  Replace if/strcmp chain for -W options with
+       use of new OPT_* entries for them.
+       (cpp_handle_options): Update to match.
+       * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
+       * c-decl.c: Update call to cpp_handle_option.
+
+2002-06-07  Akim Demaille  <akim@epita.fr>
+
+       * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
+       Whitespace changes.
+
+2002-06-07  Jeffrey Law  <law@redhat.com>
+
+       * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
+       on empty lists.
+
+2002-06-07  H.J. Lu  (hjl@gnu.org)
+
+       * configure.in: Add --enable-__cxa_atexit.
+       * configure: Regenerated.
+       * config.in: Likewise.
+
+       * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
+       not defined.
+
+2002-06-07  Gabriel Dos Reis  <gdr@merlin.nerim.net>
+
+       * diagnostic.c (diagnostic_build_prefix): Fix initialization.
+
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
+
+2002-06-07  Jason Merrill  <jason@redhat.com>
+
+       * cppexp.c (num_equality_op): Use a temporary variable to work
+       around gcc 3.0.4 bug.
+
+2002-06-07  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * diagnostic.c (diagnostic_build_prefix): Tidy.
+
+2002-06-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
+       scan_parameters, save_replacement_text, replacement_length): New.
+       (scan_out_logical_line): Take a macro and save parameters if
+       non-NULL.
+       (_cpp_logical_line_trad): Update.
+       (_cpp_create_trad_definition): Update to handle function-like
+       macros.
+       * cpplex.c (new_buff): Update.
+       (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
+       * cpphash.h: ...here.
+       (CPP_ALIGN2, _cpp_save_parameter): New.
+       * cppmacro.c (save_parameter): Rename, export.
+       (parse_params): Update.
+
+2002-06-07  Andreas Jaeger  <aj@suse.de>
+
+       * config/mmix/mmix.c: Remove extra broken prototype for
+       mmix_init_machine_status.
+
+2002-06-06  Geoffrey Keating  <geoffk@redhat.com>
+
+       * gengtype.c: Add comments before all the routines.
+
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
+       from and add t-sh64 to ${tmake_file}.
+       (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
+       * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
+       * config/sh/t-netbsd-sh5-32: Remove.
+       * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
+       MULTILIB_ENDIAN.
+       (MULTILIB_DIRNAMES): Define.
+
+Thu Jun  6 23:14:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (and promoting splitters): Disable QI to SImode promoting
+       when doing so changes immediate to be 32bit.
+
+       * rtl.h (emit_*_scope): Declare.
+       * emit-rtl.c (emit_*_scope): New global functions.
+       (try_split): Copy scope.
+       * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
+       noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
+       noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
+       noce_process_if_block, find_cond_trap): Copy scopes.
+       * recog.c (peephole2_optimize): likewise.
+
+2002-06-06  Jeffrey Law  <law@redhat.com>
+
+       * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
+
+Thu Jun  6 21:06:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
+
+2002-06-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
+       ($(docdir)/gccinstall.info): New target.
+       (info): Depend on it.
+       (gccinstall.dvi): New target.
+       (dvi): Depend on it.
+       * doc/.cvsignore: Ignore new info files.
+       * doc/install.texi (@setfilename): Reflect new info filename.
+
+Thu Jun  6 15:57:23 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
+       on an UNSPEC.
+
+Thu Jun  6 07:17:43 2002  Nicola Pero  <n.pero@mi.flashnet.it>
+
+       PR objc/6834
+       * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
+       c_common_get_alias_set.
+       (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
+
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
+       functions.
+       * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
+       * avr/avr.c (avr_output_function_epilogue): Use above to determine
+       function size.
+       * pa/pa.c (pa_output_function_prologue): Likewise.
+
+2002-06-05  David S. Miller  <davem@redhat.com>
+
+       * integrate.c (subst_constants): Handle 'B' RTL format.
+
+2002-06-05  Eric Christopher  <echristo@redhat.com>
+
+       * varasm.c (make_decl_rtl): Fix comment for removed
+       halfpic.c.
+
+2002-06-05  Eric Christopher  <echristo@redhat.com>
+
+       * Makefile.in: Remove missed halfpic bits.
+
+2002-06-05  Eric Christopher  <echristo@redhat.com>
+
+       * toplev.c: Remove half-pic.
+       * config/mips/mips.c: Ditto.
+       * config/mips/mips.h: Ditto. Remove unused defines.
+       * config/mips/openbsd.h: Update comment to reflect above.
+       * config/mips/mips.md: Remove half-pic constraints.
+       * halfpic.h: Delete.
+       * halfpic.c: Ditto.
+
+2002-06-05  Jeffrey Law  <law@redhat.com>
+
+       * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
+       rejects (mem (lo_sum (reg) (unspec))), but will allow
+       (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
+
+2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.h (_cpp_create_definition): Update prototype.
+       (_cpp_push_text_context, _cpp_create_trad_definition): New.
+       ( cpp_lex_identifier_trad): New.
+       (_cpp_set_trad_context): New.
+       * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
+       * cpplib.c (SEEN_EOL): Update.
+       (lex_macro_node): Update for -traditional.
+       (cpp_push_buffer, _cpp_pop_buffer): Similarly.
+       * cppmacro.c (_cpp_create_definition): Split into
+       create_iso_definition() and _cpp_create_trad_definition().
+       (warn_of_redefinition): Update prototype; handle traditional
+       macros.
+       (_cpp_push_text_context): New.
+       * cpptrad.c (skip_whitespace, push_replacement_text): New.
+       (lex_identifier): Call ht_lookup with correct start.
+       (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
+       _cpp_set_trad_context): New.
+       (scan_out_logical_line): Update to handle changing contexts.
+
+Wed Jun  5 20:42:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * config.gcc (sh-*-elf*,  sh64*-*-elf*): Unify.
+       (shl*-*-elf*): Add.
+       * config/sh/t-be (MULTILIB_ENDIAN): Set.
+       * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
+       * t-sh (MULTILIB_ENDIAN): Set.
+       (MULTILIB_OPTIONS): Use it.
+       * t-sh64 (MULTILIB_OPTIONS): Likewise.
+       (MULTILIB_DIRNAMES): Likewise.
+
+2002-06-05  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * toplev.h (report_error_function): Remove.
+
+       * diagnostic.h (location_t): New datatype.
+       (text_info): Likewise.
+       (diagnostic_info): Likewise.
+       (output_prefix): New macro.
+       (diagnostic_last_function_changed): Likewise.
+       (diagnostic_set_last_function): Likewise.
+       (diagnostic_last_module_changed): Likewise.
+       (diagnostic_set_last_module): Likewise.
+       (report_diagnostic): Now macro.
+       (diagnostic_set_info): Declare.
+
+       * diagnostic.c (report_problematic_module): Rename to
+       diagnostic_repor_current_module.
+       (set_diagnostic_context): Remove.
+       (count_error): Rename to diagnostic_error_count.
+       (error_function_changed): Remove.
+       (record_last_error_function): Likewise.
+       (error_module_changed): Likewise.
+       (record_last_error_module): Likewise.
+       (context_as_prefix): Rename to diagnostic_build_prefix.
+       (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
+       (diagnostic_set_info): New function.
+
+       * objc/objc-act.c: #include diagnostic.h
+       (error_with_ivar): Adjust call to count_error.
+       (warn_with_method): Likewise.
+       * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
+
 2002-06-05  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.c (xtensa_build_va_list): Use
@@ -80,8 +545,8 @@ config/i386:
        * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
 
 2002-06-04  Jeff Law <law@redhat.com.
-            David Edelsohn <edelsohn@gnu.org>
-            Michael Matz <matz@kde.org>
+           David Edelsohn <edelsohn@gnu.org>
+           Michael Matz <matz@kde.org>
 
        * sched-int.h (struct deps): New field libcall_block_tail_insn.
        * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
@@ -145,7 +610,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
 
        Merge from pch-branch:
-       
+
        * gengtype.h (UNION_OR_STRUCT_P): New macro.
        * gengtype.c (write_gc_structure_fields): Use it.
        (write_gc_root): Use it here too.
@@ -292,7 +757,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        outside ifdefs.
        (incomplete_types): Likewise.
        (decl_scope_table): Likewise.
-       (dwarf2out_init): Don't call ggc_add_tree_varray_root.  
+       (dwarf2out_init): Don't call ggc_add_tree_varray_root.
        * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
        * c-tree.h (struct lang_type): Update for change to length specifier.
        * c-parse.in (yylexstring): Don't use VARRAY_FREE.
@@ -366,7 +831,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        to list of includes.
 
        * gengtype.c (write_gc_marker_routine_for_structure): Name
-       the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.  
+       the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
        (write_gc_types): Arrange for the tests with NULL to be inlined.
        (write_gc_roots): Update uses of procedure pointers.
        * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
@@ -509,7 +974,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        * c-tree.h (struct lang_identifier): Use gengtype.
        (union lang_tree_node): New.
        (c_mark_tree): Delete prototype.
-       * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy 
+       * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
        dwarf2_debug_hooks.
        * gengtype-lex.l (IWORD): Allow 'bool'.
        (ptr_alias): Match.
@@ -594,7 +1059,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        * config/d30v/d30v.c (d30v_init_expanders): Likewise.
        * config/arm/arm.c (arm_init_expanders): Likewise.
        * config/alpha/alpha.c (override_options): Likewise.
-       * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO. 
+       * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
        * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
        (write_gc_structure_fields): Don't handle 'really' option.
        Handle 'maybe_null' option.
@@ -915,7 +1380,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        * tree.c: Use gengtype for roots.
        * tree.h: Use gengtype for roots.
        * varasm.c: Use gengtype for roots.
-       
+
        * Makefile.in (GTFILES): Add @all_gtfiles@.
        * configure: Regenerate.
        * configure.in: Construct all_gtfiles from the gtfiles definitions
@@ -961,10 +1426,10 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        * config/arm/arm.c (arm_mark_machine_status): Delete.
        (arm_init_machine_status): Update calling sequence.
        (arm_init_expanders): Use canonical name for arm_mark_machine_status.
-       * config/cris/cris.c (cris_init_machine_status): Update 
+       * config/cris/cris.c (cris_init_machine_status): Update
        calling sequence.
        * config/d30v/d30v.h (struct machine_function): Use gengtype.
-       * config/d30v/d30v.c (d30v_init_machine_status): Update 
+       * config/d30v/d30v.c (d30v_init_machine_status): Update
        calling sequence.
        (d30v_mark_machine_status): Delete.
        * config/i386/i386.c: Include gt-i386.h.
@@ -973,12 +1438,12 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        (ix86_mark_machine_status): Delete.
        (override_options): Use canonical namke for ix86_mark_machine_status.
        * config/ia64/ia64.h (struct machine_function): Use gengtype.
-       * config/ia64/ia64.c (ia64_init_machine_status): Update calling 
+       * config/ia64/ia64.c (ia64_init_machine_status): Update calling
        sequence.
        (ia64_mark_machine_status): Delete.
-       (ia64_override_options): Use canonical name for 
+       (ia64_override_options): Use canonical name for
        ia64_mark_machine_status.
-       * config/mmix/mmix.c (mmix_init_machine_status): Update calling 
+       * config/mmix/mmix.c (mmix_init_machine_status): Update calling
        sequence.
        * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
        * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
@@ -1121,7 +1586,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
        Document that the machine_function structures must be allocated
        using GC.  Update mark_machine_status documentation.
        * function.h: Don't declare free_machine_status.
-       * function.c (free_machine_status): Don't define. 
+       * function.c (free_machine_status): Don't define.
        (free_after_compilation): Don't call free_machine_status.
        (ggc_mark_struct_function): Mark f->machine.  Call
        mark_machine_status only on non-NULL pointers.
@@ -1318,7 +1783,7 @@ Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
 
 2002-06-03  Gabriel Dos Reis  <gdr@codesourcery.com>
 
-       * diagnostic.h (diagnostic_count): Move from output_buffer to 
+       * diagnostic.h (diagnostic_count): Move from output_buffer to
        diagnostic_context.
        (diagnostic_kind_count): Adjust definition.
 
@@ -1485,7 +1950,7 @@ config/h8300:
 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * diagnostic.h (struct diagnostic_context):  Add new member
-       internal_error. 
+       internal_error.
        (internal_error_function): Remove declaration.
        * diagnostic.c (internal_error_function): Remove definition..
        (internal_error): Adjust use.
@@ -1571,7 +2036,7 @@ Sat Jun  1 23:29:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
 2002-06-01  Daniel Berlin  <dberlin@dberlin.org>
 
        * tree-inline.c (expand_call_inline): Make the statement
-       expression we generate have a COMPOUND_STMT.    
+       expression we generate have a COMPOUND_STMT.
 
 2002-06-01  Roger Sayle  <roger@eyesopen.com>